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/protobuf definition files. |
Modifier and Type | Method and Description |
---|---|
static CellScanner |
CellUtil.createCellScanner(List<? extends CellScannable> cellScannerables) |
Modifier and Type | Class and Description |
---|---|
class |
Append
Performs Append operations on a single row.
|
class |
Delete
Used to perform Delete operations on a single row.
|
class |
Increment
Used to perform Increment operations on a single row.
|
class |
Mutation |
class |
Put
Used to perform Put operations for a single row.
|
class |
Result
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingPayloadCarryingRpcController
Simple delegating controller for use with the
RpcControllerFactory to help override
standard behavior of a PayloadCarryingRpcController . |
class |
PayloadCarryingRpcController
Optionally 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.