| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| org.apache.hadoop.hbase.ipc | Tools to help define network clients and servers. | 
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Method and Description | 
|---|---|
| static CellScanner | CellUtil. createCellScanner(List<? extends CellScannable> cellScannerables) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AppendPerforms Append operations on a single row. | 
| class  | DeleteUsed to perform Delete operations on a single row. | 
| class  | IncrementUsed to perform Increment operations on a single row. | 
| class  | Mutation | 
| class  | PutUsed to perform Put operations for a single row. | 
| class  | Result | 
| Modifier and Type | Method and Description | 
|---|---|
| private org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MultiRequest | AsyncBatchRpcRetryingCaller. buildReq(Map<byte[],AsyncBatchRpcRetryingCaller.RegionRequest> actionsByRegion,
        List<CellScannable> cells,
        Map<Integer,Integer> indexMap) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | HBaseRpcControllerOptionally carries Cells across the proxy/service interface down into ipc. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DelegatingHBaseRpcControllerSimple delegating controller for use with the  RpcControllerFactoryto help override
 standard behavior of aHBaseRpcController. | 
| class  | HBaseRpcControllerImplOptionally carries Cells across the proxy/service interface down into ipc. | 
| Modifier and Type | Method and Description | 
|---|---|
| HBaseRpcController | RpcControllerFactory. newController(List<CellScannable> cellIterables) | 
| Constructor and Description | 
|---|
| HBaseRpcControllerImpl(List<CellScannable> cellIterables) | 
| Modifier and Type | Method and Description | 
|---|---|
| private List<CellScannable> | RSRpcServices. doNonAtomicRegionMutation(HRegion region,
                         OperationQuota quota,
                         org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionAction actions,
                         CellScanner cellScanner,
                         org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionActionResult.Builder builder,
                         List<CellScannable> cellsToReturn,
                         long nonceGroup,
                         RSRpcServices.RegionScannersCloseCallBack closeCallBack,
                         RpcCallContext context,
                         ActivePolicyEnforcement spaceQuotaEnforcement)Run through the regionMutation  rmand per Mutation, do the work, and then when
 done, add an instance of aClientProtos.ResultOrExceptionthat corresponds to each Mutation. | 
| Modifier and Type | Method and Description | 
|---|---|
| private List<CellScannable> | RSRpcServices. doNonAtomicRegionMutation(HRegion region,
                         OperationQuota quota,
                         org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionAction actions,
                         CellScanner cellScanner,
                         org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionActionResult.Builder builder,
                         List<CellScannable> cellsToReturn,
                         long nonceGroup,
                         RSRpcServices.RegionScannersCloseCallBack closeCallBack,
                         RpcCallContext context,
                         ActivePolicyEnforcement spaceQuotaEnforcement)Run through the regionMutation  rmand per Mutation, do the work, and then when
 done, add an instance of aClientProtos.ResultOrExceptionthat corresponds to each Mutation. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.