|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PayloadCarryingRpcController | |
---|---|
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. |
Uses of PayloadCarryingRpcController in org.apache.hadoop.hbase.client |
---|
Fields in org.apache.hadoop.hbase.client declared as PayloadCarryingRpcController | |
---|---|
protected PayloadCarryingRpcController |
ScannerCallable.controller
|
Constructors in org.apache.hadoop.hbase.client with parameters of type PayloadCarryingRpcController | |
---|---|
ReversedScannerCallable(HConnection connection,
TableName tableName,
Scan scan,
ScanMetrics scanMetrics,
byte[] locateStartRow,
PayloadCarryingRpcController rpcFactory)
|
|
ScannerCallable(HConnection connection,
TableName tableName,
Scan scan,
ScanMetrics scanMetrics,
PayloadCarryingRpcController controller)
|
Uses of PayloadCarryingRpcController in org.apache.hadoop.hbase.ipc |
---|
Subclasses of PayloadCarryingRpcController in org.apache.hadoop.hbase.ipc | |
---|---|
class |
DelegatingPayloadCarryingRpcController
Simple delegating controller for use with the RpcControllerFactory to help override
standard behavior of a PayloadCarryingRpcController . |
Methods in org.apache.hadoop.hbase.ipc that return PayloadCarryingRpcController | |
---|---|
PayloadCarryingRpcController |
RpcControllerFactory.newController()
|
PayloadCarryingRpcController |
RpcControllerFactory.newController(CellScanner cellScanner)
|
PayloadCarryingRpcController |
RpcControllerFactory.newController(List<CellScannable> cellIterables)
|
Constructors in org.apache.hadoop.hbase.ipc with parameters of type PayloadCarryingRpcController | |
---|---|
DelegatingPayloadCarryingRpcController(PayloadCarryingRpcController delegate)
|
Uses of PayloadCarryingRpcController in org.apache.hadoop.hbase.protobuf |
---|
Methods in org.apache.hadoop.hbase.protobuf with parameters of type PayloadCarryingRpcController | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |