Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C5EEE200B48 for ; Mon, 18 Jul 2016 13:23:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C4B36160A89; Mon, 18 Jul 2016 11:23:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5BA6A160A8F for ; Mon, 18 Jul 2016 13:22:59 +0200 (CEST) Received: (qmail 46365 invoked by uid 500); 18 Jul 2016 11:22:52 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 43933 invoked by uid 99); 18 Jul 2016 11:22:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2016 11:22:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C2C58E7DFC; Mon, 18 Jul 2016 11:22:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: busbey@apache.org To: commits@hbase.apache.org Date: Mon, 18 Jul 2016 11:23:20 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [31/52] [partial] hbase-site git commit: Published site at 9bc7ecfb9dec6bfe14a12b6d3bfd11392d7752b8. archived-at: Mon, 18 Jul 2016 11:23:01 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5f066b2e/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html b/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html index 3085c8e..40ffe57 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html @@ -246,12 +246,12 @@ DataBlockEncoder.EncodedSeeker -DiffKeyDeltaEncoder.createSeeker(CellComparator comparator, +PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  DataBlockEncoder.EncodedSeeker -PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator, +DiffKeyDeltaEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  @@ -298,8 +298,10 @@ -protected CellComparator -HFile.WriterFactory.comparator  +private CellComparator +HFileBlockIndex.CellBasedKeyBlockIndexReader.comparator +
Needed doing lookup on blocks.
+ private CellComparator @@ -320,10 +322,8 @@ -private CellComparator -HFileBlockIndex.CellBasedKeyBlockIndexReader.comparator -
Needed doing lookup on blocks.
- +protected CellComparator +HFile.WriterFactory.comparator  @@ -344,11 +344,11 @@ CellComparator -HFile.Reader.getComparator()  +HFileReaderImpl.getComparator()  CellComparator -HFileReaderImpl.getComparator()  +HFile.Reader.getComparator()  @@ -499,36 +499,36 @@ StripeStoreFileManager.cellComparator  -private CellComparator -HStore.comparator  +protected CellComparator +HRegion.RegionScannerImpl.comparator  -private CellComparator -Segment.comparator  +protected CellComparator +StripeStoreFlusher.StripeFlushRequest.comparator  private CellComparator -AbstractMemStore.comparator  +Segment.comparator  private CellComparator -StoreFileWriter.Builder.comparator  +AbstractMemStore.comparator  -protected CellComparator -StripeMultiFileWriter.comparator  - - private CellComparator ScanInfo.comparator  - + protected CellComparator -StripeStoreFlusher.StripeFlushRequest.comparator  +StripeMultiFileWriter.comparator  + + +private CellComparator +StoreFileWriter.Builder.comparator  -protected CellComparator -HRegion.RegionScannerImpl.comparator  +private CellComparator +HStore.comparator  private CellComparator @@ -555,17 +555,17 @@ CellComparator -Region.getCellCompartor() -
The comparator to be used with the region
- +HRegion.getCellCompartor()  CellComparator -HRegion.getCellCompartor()  +Region.getCellCompartor() +
The comparator to be used with the region
+ CellComparator -HStore.getComparator()  +Store.getComparator()  protected CellComparator @@ -574,14 +574,6 @@ -CellComparator -KeyValueHeap.KVScannerComparator.getComparator()  - - -CellComparator -StoreFileReader.getComparator()  - - protected CellComparator AbstractMemStore.getComparator()  @@ -591,12 +583,20 @@ CellComparator -Store.getComparator()  +StoreFileReader.getComparator()  +CellComparator +KeyValueHeap.KVScannerComparator.getComparator()  + + (package private) CellComparator StoreFileScanner.getComparator()  + +CellComparator +HStore.getComparator()  + @@ -629,12 +629,10 @@ - - + + CellComparator comparator)  @@ -649,10 +647,12 @@ CellComparator kvComparator)  - - + + CellComparator kvComparator) +
Create the StoreEngine's components.
+ @@ -679,18 +679,18 @@ - - http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5f066b2e/devapidocs/org/apache/hadoop/hbase/class-use/CellScanner.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/CellScanner.html b/devapidocs/org/apache/hadoop/hbase/class-use/CellScanner.html index 82c5a29..01df518 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/CellScanner.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/CellScanner.html @@ -205,11 +205,11 @@ - + - +
protected abstract voidStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, +protected voidStripeStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, Store store, - CellComparator kvComparator) -
Create the StoreEngine's components.
-
protected void
protected voidStripeStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, +protected abstract voidStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, Store store, - CellComparator comparator) 
private void
protected StoreEngine<?,?,?,?>HStore.createStoreEngine(Store store, +HMobStore.createStoreEngine(Store store, org.apache.hadoop.conf.Configuration conf, - CellComparator kvComparator) -
Creates the store engine configured for the given Store.
+ CellComparator cellComparator) +
Creates the mob store engine.
protected StoreEngine<?,?,?,?>HMobStore.createStoreEngine(Store store, +HStore.createStoreEngine(Store store, org.apache.hadoop.conf.Configuration conf, - CellComparator cellComparator) -
Creates the mob store engine.
+ CellComparator kvComparator) +
Creates the store engine configured for the given Store.
CellScannerMutation.cellScanner() Result.cellScanner() 
CellScannerResult.cellScanner() Mutation.cellScanner() 
@@ -351,19 +351,25 @@ void +BaseRegionServerObserver.postReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx, + List<org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry> entries, + CellScanner cells)  + + +void RegionServerObserver.postReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx, List<org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry> entries, CellScanner cells)
This will be called after executing replication request to shipping log entries.
- + void -BaseRegionServerObserver.postReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx, - List<org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry> entries, - CellScanner cells)  +BaseRegionServerObserver.preReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx, + List<org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry> entries, + CellScanner cells)  - + void RegionServerObserver.preReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx, List<org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry> entries, @@ -371,12 +377,6 @@
This will be called before executing replication request to shipping log entries.
- -void -BaseRegionServerObserver.preReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment> ctx, - List<org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry> entries, - CellScanner cells)  - @@ -443,17 +443,17 @@ CellScanner -PayloadCarryingRpcController.cellScanner()  +DelegatingPayloadCarryingRpcController.cellScanner()  CellScanner -AsyncCall.cellScanner() -
Get the cellScanner for this request.
- +PayloadCarryingRpcController.cellScanner()  CellScanner -DelegatingPayloadCarryingRpcController.cellScanner()  +AsyncCall.cellScanner() +
Get the cellScanner for this request.
+ CellScanner @@ -484,7 +484,7 @@ Pair<com.google.protobuf.Message,CellScanner> -RpcServerInterface.call(com.google.protobuf.BlockingService service, +RpcServer.call(com.google.protobuf.BlockingService service, com.google.protobuf.Descriptors.MethodDescriptor md, com.google.protobuf.Message param, CellScanner cellScanner, @@ -493,7 +493,7 @@ Pair<com.google.protobuf.Message,CellScanner> -RpcServer.call(com.google.protobuf.BlockingService service, +RpcServerInterface.call(com.google.protobuf.BlockingService service, com.google.protobuf.Descriptors.MethodDescriptor md, com.google.protobuf.Message param, CellScanner cellScanner, @@ -502,25 +502,25 @@ Pair<com.google.protobuf.Message,CellScanner> -RpcServerInterface.call(com.google.protobuf.BlockingService service, +RpcServer.call(com.google.protobuf.BlockingService service, com.google.protobuf.Descriptors.MethodDescriptor md, com.google.protobuf.Message param, CellScanner cellScanner, long receiveTime, MonitoredRPCHandler status, - int timeout)  + int timeout) +
This is a server side method, which is invoked over RPC.
+ Pair<com.google.protobuf.Message,CellScanner> -RpcServer.call(com.google.protobuf.BlockingService service, +RpcServerInterface.call(com.google.protobuf.BlockingService service, com.google.protobuf.Descriptors.MethodDescriptor md, com.google.protobuf.Message param, CellScanner cellScanner, long receiveTime, MonitoredRPCHandler status, - int timeout) -
This is a server side method, which is invoked over RPC.
- + int timeout)
  protected abstract Pair<com.google.protobuf.Message,CellScanner> @@ -600,7 +600,7 @@ Pair<com.google.protobuf.Message,CellScanner> -RpcServerInterface.call(com.google.protobuf.BlockingService service, +RpcServer.call(com.google.protobuf.BlockingService service, com.google.protobuf.Descriptors.MethodDescriptor md, com.google.protobuf.Message param, CellScanner cellScanner, @@ -609,7 +609,7 @@ Pair<com.google.protobuf.Message,CellScanner> -RpcServer.call(com.google.protobuf.BlockingService service, +RpcServerInterface.call(com.google.protobuf.BlockingService service, com.google.protobuf.Descriptors.MethodDescriptor md, com.google.protobuf.Message param, CellScanner cellScanner, @@ -618,25 +618,25 @@ Pair<com.google.protobuf.Message,CellScanner> -RpcServerInterface.call(com.google.protobuf.BlockingService service, +RpcServer.call(com.google.protobuf.BlockingService service, com.google.protobuf.Descriptors.MethodDescriptor md, com.google.protobuf.Message param, CellScanner cellScanner, long receiveTime, MonitoredRPCHandler status, - int timeout)  + int timeout) +
This is a server side method, which is invoked over RPC.
+ Pair<com.google.protobuf.Message,CellScanner> -RpcServer.call(com.google.protobuf.BlockingService service, +RpcServerInterface.call(com.google.protobuf.BlockingService service, com.google.protobuf.Descriptors.MethodDescriptor md, com.google.protobuf.Message param, CellScanner cellScanner, long receiveTime, MonitoredRPCHandler status, - int timeout) -
This is a server side method, which is invoked over RPC.
- + int timeout)
  <R extends com.google.protobuf.Message,O> 
Future<O>
@@ -695,11 +695,11 @@ void -PayloadCarryingRpcController.setCellScanner(CellScanner cellScanner)  +DelegatingPayloadCarryingRpcController.setCellScanner(CellScanner cellScanner)  void -DelegatingPayloadCarryingRpcController.setCellScanner(CellScanner cellScanner)  +PayloadCarryingRpcController.setCellScanner(CellScanner cellScanner)  void http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5f066b2e/devapidocs/org/apache/hadoop/hbase/class-use/ClusterStatus.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/ClusterStatus.html b/devapidocs/org/apache/hadoop/hbase/class-use/ClusterStatus.html index aa601eb..7fc97a4 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/ClusterStatus.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/ClusterStatus.html @@ -197,13 +197,13 @@ -protected ClusterStatus -BaseLoadBalancer.clusterStatus  - - private ClusterStatus StochasticLoadBalancer.CostFromRegionLoadFunction.clusterStatus  + +protected ClusterStatus +BaseLoadBalancer.clusterStatus  + private ClusterStatus RegionLocationFinder.status  @@ -219,16 +219,16 @@ void -BaseLoadBalancer.setClusterStatus(ClusterStatus st)  - - -void StochasticLoadBalancer.setClusterStatus(ClusterStatus st)  - + (package private) void StochasticLoadBalancer.CostFromRegionLoadFunction.setClusterStatus(ClusterStatus status)  + +void +BaseLoadBalancer.setClusterStatus(ClusterStatus st)  + void RegionLocationFinder.setClusterStatus(ClusterStatus status)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5f066b2e/devapidocs/org/apache/hadoop/hbase/class-use/Coprocessor.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Coprocessor.html b/devapidocs/org/apache/hadoop/hbase/class-use/Coprocessor.html index 6655d83..949143c 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/Coprocessor.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/Coprocessor.html @@ -518,19 +518,19 @@ ObserverContext<RegionCoprocessorEnvironment> ctx)
  -RegionServerCoprocessorHost.RegionServerEnvironment -RegionServerCoprocessorHost.createEnvironment(Class<?> implClass, +RegionCoprocessorHost.RegionEnvironment +RegionCoprocessorHost.createEnvironment(Class<?> implClass, Coprocessor instance, int priority, - int sequence, + int seq, org.apache.hadoop.conf.Configuration conf)  -RegionCoprocessorHost.RegionEnvironment -RegionCoprocessorHost.createEnvironment(Class<?> implClass, +RegionServerCoprocessorHost.RegionServerEnvironment +RegionServerCoprocessorHost.createEnvironment(Class<?> implClass, Coprocessor instance, int priority, - int seq, + int sequence, org.apache.hadoop.conf.Configuration conf)  http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5f066b2e/devapidocs/org/apache/hadoop/hbase/class-use/CoprocessorEnvironment.html ---------------------------------------------------------------------- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/CoprocessorEnvironment.html b/devapidocs/org/apache/hadoop/hbase/class-use/CoprocessorEnvironment.html index b7b694c..0c5b73b 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/CoprocessorEnvironment.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/CoprocessorEnvironment.html @@ -350,23 +350,23 @@ void -BaseRegionObserver.start(CoprocessorEnvironment e)  +BaseRowProcessorEndpoint.start(CoprocessorEnvironment env) +
Stores a reference to the coprocessor environment provided by the + RegionCoprocessorHost from the region where this + coprocessor is loaded.
+ void -BaseMasterAndRegionObserver.start(CoprocessorEnvironment ctx)  +BaseRegionServerObserver.start(CoprocessorEnvironment env)  void -AggregateImplementation.start(CoprocessorEnvironment env) -
Stores a reference to the coprocessor environment provided by the - RegionCoprocessorHost from the region where this - coprocessor is loaded.
- +BaseMasterObserver.start(CoprocessorEnvironment ctx)  void -MultiRowMutationEndpoint.start(CoprocessorEnvironment env) +AggregateImplementation.start(CoprocessorEnvironment env)
Stores a reference to the coprocessor environment provided by the RegionCoprocessorHost from the region where this coprocessor is loaded.
@@ -374,51 +374,51 @@ void -BaseMasterObserver.start(CoprocessorEnvironment ctx)  +BaseMasterAndRegionObserver.start(CoprocessorEnvironment ctx)  void -BaseRegionServerObserver.start(CoprocessorEnvironment env)  - - -void -BaseRowProcessorEndpoint.start(CoprocessorEnvironment env) +MultiRowMutationEndpoint.start(CoprocessorEnvironment env)
Stores a reference to the coprocessor environment provided by the RegionCoprocessorHost from the region where this coprocessor is loaded.
+ +void +BaseRegionObserver.start(CoprocessorEnvironment e)  + void BaseWALObserver.stop(CoprocessorEnvironment e)  void -BaseRegionObserver.stop(CoprocessorEnvironment e)  +BaseRowProcessorEndpoint.stop(CoprocessorEnvironment env)  void -BaseMasterAndRegionObserver.stop(CoprocessorEnvironment ctx)  +BaseRegionServerObserver.stop(CoprocessorEnvironment env)  void -AggregateImplementation.stop(CoprocessorEnvironment env)  +BaseMasterObserver.stop(CoprocessorEnvironment ctx)  void -MultiRowMutationEndpoint.stop(CoprocessorEnvironment env)  +AggregateImplementation.stop(CoprocessorEnvironment env)  void -BaseMasterObserver.stop(CoprocessorEnvironment ctx)  +BaseMasterAndRegionObserver.stop(CoprocessorEnvironment ctx)  void -BaseRegionServerObserver.stop(CoprocessorEnvironment env)  +MultiRowMutationEndpoint.stop(CoprocessorEnvironment env)  void -BaseRowProcessorEndpoint.stop(CoprocessorEnvironment env)  +BaseRegionObserver.stop(CoprocessorEnvironment e)  @@ -436,27 +436,27 @@ void +ZooKeeperScanPolicyObserver.start(CoprocessorEnvironment e)  + + +void RowCountEndpoint.start(CoprocessorEnvironment env)
Stores a reference to the coprocessor environment provided by the RegionCoprocessorHost from the region where this coprocessor is loaded.
- -void -ZooKeeperScanPolicyObserver.start(CoprocessorEnvironment e)  - void BulkDeleteEndpoint.start(CoprocessorEnvironment env)  void -RowCountEndpoint.stop(CoprocessorEnvironment env)  +ZooKeeperScanPolicyObserver.stop(CoprocessorEnvironment e)  void -ZooKeeperScanPolicyObserver.stop(CoprocessorEnvironment e)  +RowCountEndpoint.stop(CoprocessorEnvironment env)  void