| 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.protobuf | Holds classes generated from protobuf
 src/main/protobufdefinition files. | 
| 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 | Class and Description | 
|---|---|
| class  | DelegatingPayloadCarryingRpcControllerSimple delegating controller for use with the  RpcControllerFactoryto help override
 standard behavior of aPayloadCarryingRpcController. | 
| class  | PayloadCarryingRpcControllerOptionally carries Cells across the proxy/service interface down into ipc. | 
| Modifier and Type | Method and Description | 
|---|---|
| PayloadCarryingRpcController | RpcControllerFactory. newController(List<CellScannable> cellIterables) | 
| Constructor and Description | 
|---|
| PayloadCarryingRpcController(List<CellScannable> cellIterables) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <R> ClientProtos.RegionAction.Builder | RequestConverter. buildNoDataRegionAction(byte[] regionName,
                       List<Action<R>> actions,
                       List<CellScannable> cells,
                       ClientProtos.RegionAction.Builder regionActionBuilder,
                       ClientProtos.Action.Builder actionBuilder,
                       ClientProtos.MutationProto.Builder mutationBuilder)Create a protocol buffer multirequest with NO data for a list of actions (data is carried
 otherwise than via protobuf). | 
| static ClientProtos.RegionAction.Builder | RequestConverter. buildNoDataRegionAction(byte[] regionName,
                       RowMutations rowMutations,
                       List<CellScannable> cells,
                       ClientProtos.RegionAction.Builder regionActionBuilder,
                       ClientProtos.Action.Builder actionBuilder,
                       ClientProtos.MutationProto.Builder mutationBuilder)Create a protocol buffer MultiRequest for row mutations that does not hold data. | 
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.