Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.ipc | |
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
Modifier and Type | Field and Description |
---|---|
protected PayloadCarryingRpcController |
ScannerCallable.controller |
Constructor and Description |
---|
ReversedScannerCallable(HConnection connection,
TableName tableName,
Scan scan,
ScanMetrics scanMetrics,
byte[] locateStartRow,
PayloadCarryingRpcController rpcFactory) |
ScannerCallable(HConnection connection,
TableName tableName,
Scan scan,
ScanMetrics scanMetrics,
PayloadCarryingRpcController controller) |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingPayloadCarryingRpcController
Simple delegating controller for use with the
RpcControllerFactory to help override
standard behavior of a PayloadCarryingRpcController . |
Modifier and Type | Method and Description |
---|---|
PayloadCarryingRpcController |
RpcControllerFactory.newController() |
PayloadCarryingRpcController |
RpcControllerFactory.newController(CellScanner cellScanner) |
PayloadCarryingRpcController |
RpcControllerFactory.newController(List<CellScannable> cellIterables) |
Constructor and Description |
---|
DelegatingPayloadCarryingRpcController(PayloadCarryingRpcController delegate) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ProtobufUtil.bulkLoadHFile(ClientProtos.ClientService.BlockingInterface client,
List<Pair<byte[],String>> familyPaths,
byte[] regionName,
boolean assignSeqNum,
PayloadCarryingRpcController controller)
A helper to bulk load a list of HFiles using client protocol.
|
static ClientProtos.CoprocessorServiceResponse |
ProtobufUtil.execService(ClientProtos.ClientService.BlockingInterface client,
ClientProtos.CoprocessorServiceCall call,
byte[] regionName,
PayloadCarryingRpcController controller) |
static Result |
ProtobufUtil.get(ClientProtos.ClientService.BlockingInterface client,
byte[] regionName,
Get get,
PayloadCarryingRpcController controller)
A helper to invoke a Get using client protocol.
|
static Result |
ProtobufUtil.getRowOrBefore(ClientProtos.ClientService.BlockingInterface client,
byte[] regionName,
byte[] row,
byte[] family,
PayloadCarryingRpcController payloadCarryingRpcController)
A helper to get a row of the closet one before using client protocol.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.