From commits-return-67801-archive-asf-public=cust-asf.ponee.io@hbase.apache.org Tue Feb 13 16:14:23 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id B2DF718077F for ; Tue, 13 Feb 2018 16:14:18 +0100 (CET) Received: (qmail 61125 invoked by uid 500); 13 Feb 2018 15:14:13 -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 58843 invoked by uid 99); 13 Feb 2018 15:14:11 -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; Tue, 13 Feb 2018 15:14:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3890EF3243; Tue, 13 Feb 2018 15:14:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@hbase.apache.org Date: Tue, 13 Feb 2018 15:14:42 -0000 Message-Id: <3bb4a2f528ea4f94a308b594739d322d@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [35/51] [partial] hbase-site git commit: Published site at . http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f272b0e8/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 f30793d..afd9d09 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.html @@ -172,27 +172,27 @@ static int -CellUtil.compare(CellComparator comparator, +PrivateCellUtil.compare(CellComparator comparator, Cell left, byte[] key, int offset, int length) -
Deprecated.  -
As of HBase-2.0. Will be removed in HBase-3.0
-
+
Used when a cell needs to be compared with a key byte[] such as cases of finding the index from + the index block, bloom keys from the bloom blocks This byte[] is expected to be serialized in + the KeyValue serialization format If the KeyValue (Cell's) serialization format changes this + method cannot be used.
static int -PrivateCellUtil.compare(CellComparator comparator, +CellUtil.compare(CellComparator comparator, Cell left, byte[] key, int offset, int length) -
Used when a cell needs to be compared with a key byte[] such as cases of finding the index from - the index block, bloom keys from the bloom blocks This byte[] is expected to be serialized in - the KeyValue serialization format If the KeyValue (Cell's) serialization format changes this - method cannot be used.
+
Deprecated.  +
As of HBase-2.0. Will be removed in HBase-3.0
+
@@ -265,12 +265,12 @@ int -BufferedDataBlockEncoder.BufferedEncodedSeeker.compareKey(CellComparator comparator, +RowIndexSeekerV1.compareKey(CellComparator comparator, Cell key)  int -RowIndexSeekerV1.compareKey(CellComparator comparator, +BufferedDataBlockEncoder.BufferedEncodedSeeker.compareKey(CellComparator comparator, Cell key)  @@ -282,27 +282,27 @@ DataBlockEncoder.EncodedSeeker -CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator, +RowIndexCodecV1.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  DataBlockEncoder.EncodedSeeker -PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator, +CopyKeyDataBlockEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  DataBlockEncoder.EncodedSeeker -FastDiffDeltaEncoder.createSeeker(CellComparator comparator, +DiffKeyDeltaEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  DataBlockEncoder.EncodedSeeker -DiffKeyDeltaEncoder.createSeeker(CellComparator comparator, +FastDiffDeltaEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  DataBlockEncoder.EncodedSeeker -RowIndexCodecV1.createSeeker(CellComparator comparator, +PrefixKeyDeltaEncoder.createSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)  @@ -340,9 +340,9 @@ -private CellComparator -HFileBlockIndex.CellBasedKeyBlockIndexReader.comparator -
Needed doing lookup on blocks.
+protected CellComparator +HFileWriterImpl.comparator +
Key comparator.
@@ -356,9 +356,9 @@ -protected CellComparator -HFileWriterImpl.comparator -
Key comparator.
+private CellComparator +HFileBlockIndex.CellBasedKeyBlockIndexReader.comparator +
Needed doing lookup on blocks.
@@ -539,15 +539,15 @@ private CellComparator -DefaultStoreFileManager.cellComparator  +StripeStoreFileManager.cellComparator  private CellComparator -StripeStoreFileManager.cellComparator  +DefaultStoreFileManager.cellComparator  -private CellComparator -StoreFileWriter.Builder.comparator  +protected CellComparator +StripeMultiFileWriter.comparator  protected CellComparator @@ -555,31 +555,31 @@ private CellComparator -StoreScanner.comparator  +Segment.comparator  private CellComparator -AbstractMemStore.comparator  +ScanInfo.comparator  private CellComparator -HStoreFile.comparator  +StoreFileWriter.Builder.comparator  private CellComparator -Segment.comparator  +HStoreFile.comparator  protected CellComparator HRegion.RegionScannerImpl.comparator  -protected CellComparator -StripeMultiFileWriter.comparator  +private CellComparator +AbstractMemStore.comparator  private CellComparator -ScanInfo.comparator  +StoreScanner.comparator  protected CellComparator @@ -609,48 +609,48 @@ HRegion.getCellComparator()  -(package private) CellComparator -StoreFileScanner.getComparator()  +CellComparator +StoreFileReader.getComparator()  protected CellComparator -AbstractMemStore.getComparator()  +Segment.getComparator() +
Returns the Cell comparator used by this segment
+ CellComparator -StoreFileReader.getComparator()  +ScanInfo.getComparator()  CellComparator -StoreFile.getComparator() -
Get the comparator for comparing two cells.
- +KeyValueHeap.KVScannerComparator.getComparator()  CellComparator -KeyValueHeap.KVScannerComparator.getComparator()  +HStoreFile.getComparator()  CellComparator -HStoreFile.getComparator()  +Store.getComparator()  protected CellComparator -Segment.getComparator() -
Returns the Cell comparator used by this segment
- +AbstractMemStore.getComparator()  CellComparator -ScanInfo.getComparator()  +StoreFile.getComparator() +
Get the comparator for comparing two cells.
+ CellComparator -Store.getComparator()  +HStore.getComparator()  -CellComparator -HStore.getComparator()  +(package private) CellComparator +StoreFileScanner.getComparator()  @@ -693,21 +693,21 @@ protected void -StripeStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, +DateTieredStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, HStore store, - CellComparator comparator)  + CellComparator kvComparator)  protected void -DateTieredStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, +DefaultStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, HStore store, CellComparator kvComparator)  protected void -DefaultStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, +StripeStoreEngine.createComponents(org.apache.hadoop.conf.Configuration conf, HStore store, - CellComparator kvComparator)  + CellComparator comparator)  private void http://git-wip-us.apache.org/repos/asf/hbase-site/blob/f272b0e8/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 521888b..ee46894 100644 --- a/devapidocs/org/apache/hadoop/hbase/class-use/CellScanner.html +++ b/devapidocs/org/apache/hadoop/hbase/class-use/CellScanner.html @@ -195,11 +195,11 @@ CellScanner -Mutation.cellScanner()  +Result.cellScanner()  CellScanner -Result.cellScanner()  +Mutation.cellScanner()  protected CellScanner @@ -366,11 +366,11 @@ CellScanner -ServerCall.getCellScanner()  +RpcCall.getCellScanner()  CellScanner -RpcCall.getCellScanner()  +ServerCall.getCellScanner()  @@ -383,20 +383,16 @@ Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,CellScanner> -RpcServerInterface.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, +SimpleRpcServer.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hbase.thirdparty.com.google.protobuf.Message param, CellScanner cellScanner, long receiveTime, - MonitoredRPCHandler status) -
Deprecated.  -
As of release 1.3, this will be removed in HBase 3.0
-
- + MonitoredRPCHandler status)
  Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,CellScanner> -SimpleRpcServer.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, +NettyRpcServer.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hbase.thirdparty.com.google.protobuf.Message param, CellScanner cellScanner, @@ -405,31 +401,31 @@ Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,CellScanner> -NettyRpcServer.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, +RpcServerInterface.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hbase.thirdparty.com.google.protobuf.Message param, CellScanner cellScanner, long receiveTime, - MonitoredRPCHandler status)  + MonitoredRPCHandler status) +
Deprecated.  +
As of release 1.3, this will be removed in HBase 3.0
+
+ Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,CellScanner> -RpcServerInterface.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, +SimpleRpcServer.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hbase.thirdparty.com.google.protobuf.Message param, CellScanner cellScanner, long receiveTime, MonitoredRPCHandler status, long startTime, - int timeout) -
Deprecated.  -
As of release 2.0, this will be removed in HBase 3.0
-
- + int timeout)
  Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,CellScanner> -SimpleRpcServer.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, +NettyRpcServer.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hbase.thirdparty.com.google.protobuf.Message param, CellScanner cellScanner, @@ -440,14 +436,18 @@ Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,CellScanner> -NettyRpcServer.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, +RpcServerInterface.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hbase.thirdparty.com.google.protobuf.Message param, CellScanner cellScanner, long receiveTime, MonitoredRPCHandler status, long startTime, - int timeout)  + int timeout) +
Deprecated.  +
As of release 2.0, this will be removed in HBase 3.0
+
+ Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,CellScanner> @@ -505,20 +505,16 @@ Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,CellScanner> -RpcServerInterface.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, +SimpleRpcServer.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hbase.thirdparty.com.google.protobuf.Message param, CellScanner cellScanner, long receiveTime, - MonitoredRPCHandler status) -
Deprecated.  -
As of release 1.3, this will be removed in HBase 3.0
-
- + MonitoredRPCHandler status)
  Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,CellScanner> -SimpleRpcServer.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, +NettyRpcServer.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hbase.thirdparty.com.google.protobuf.Message param, CellScanner cellScanner, @@ -527,31 +523,31 @@ Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,CellScanner> -NettyRpcServer.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, +RpcServerInterface.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hbase.thirdparty.com.google.protobuf.Message param, CellScanner cellScanner, long receiveTime, - MonitoredRPCHandler status)  + MonitoredRPCHandler status) +
Deprecated.  +
As of release 1.3, this will be removed in HBase 3.0
+
+ Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,CellScanner> -RpcServerInterface.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, +SimpleRpcServer.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hbase.thirdparty.com.google.protobuf.Message param, CellScanner cellScanner, long receiveTime, MonitoredRPCHandler status, long startTime, - int timeout) -
Deprecated.  -
As of release 2.0, this will be removed in HBase 3.0
-
- + int timeout)
  Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,CellScanner> -SimpleRpcServer.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, +NettyRpcServer.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hbase.thirdparty.com.google.protobuf.Message param, CellScanner cellScanner, @@ -562,18 +558,22 @@ Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,CellScanner> -NettyRpcServer.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, +RpcServerInterface.call(org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hbase.thirdparty.com.google.protobuf.Message param, CellScanner cellScanner, long receiveTime, MonitoredRPCHandler status, long startTime, - int timeout)  + int timeout) +
Deprecated.  +
As of release 2.0, this will be removed in HBase 3.0
+
+ -abstract ServerCall<?> -ServerRpcConnection.createCall(int id, +NettyServerCall +NettyServerRpcConnection.createCall(int id, org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header, @@ -585,8 +585,8 @@ RpcServer.CallCleanup reqCleanup)  -NettyServerCall -NettyServerRpcConnection.createCall(int id, +SimpleServerCall +SimpleServerRpcConnection.createCall(int id, org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header, @@ -598,8 +598,8 @@ RpcServer.CallCleanup reqCleanup)  -SimpleServerCall -SimpleServerRpcConnection.createCall(int id, +abstract ServerCall<?> +ServerRpcConnection.createCall(int id, org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header, @@ -627,30 +627,30 @@ void -HBaseRpcControllerImpl.setCellScanner(CellScanner cellScanner)  - - -void HBaseRpcController.setCellScanner(CellScanner cellScanner)
Only used to send cells to rpc server, the returned cells should be set by HBaseRpcController.setDone(CellScanner).
+ +void +HBaseRpcControllerImpl.setCellScanner(CellScanner cellScanner)  + void DelegatingHBaseRpcController.setDone(CellScanner cellScanner)  void -HBaseRpcControllerImpl.setDone(CellScanner cellScanner)  - - -void HBaseRpcController.setDone(CellScanner cellScanner)
IMPORTANT: always call this method if the call finished without any exception to tell the HBaseRpcController that we are done.
+ +void +HBaseRpcControllerImpl.setDone(CellScanner cellScanner)  + void Call.setResponse(org.apache.hbase.thirdparty.com.google.protobuf.Message response, @@ -660,13 +660,6 @@ void -ServerCall.setResponse(org.apache.hbase.thirdparty.com.google.protobuf.Message m, - CellScanner cells, - Throwable t, - String errorMsg)  - - -void RpcCall.setResponse(org.apache.hbase.thirdparty.com.google.protobuf.Message param, CellScanner cells, Throwable errorThrowable, @@ -674,6 +667,13 @@
Set the response resulting from this RPC call.
+ +void +ServerCall.setResponse(org.apache.hbase.thirdparty.com.google.protobuf.Message m, + CellScanner cells, + Throwable t, + String errorMsg)  + @@ -825,17 +825,6 @@ - - - - - + - +
private voidRSRpcServices.mutateRows(HRegion region, - OperationQuota quota, - List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action> actions, - CellScanner cellScanner, - org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionActionResult.Builder builder, - ActivePolicyEnforcement spaceQuotaEnforcement) -
Mutate a list of rows atomically.
-
void ReplicationSinkService.replicateLogEntries(List<org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.WALEntry> entries, CellScanner cells, @@ -845,12 +834,12 @@
Carry on the list of log entries down to the sink
private void RSRpcServices.skipCellsForMutation(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action action, CellScanner cellScanner) 
private void RSRpcServices.skipCellsForMutations(List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action> actions, CellScanner cellScanner)