Methods in org.apache.hadoop.hbase.protobuf with parameters of type PayloadCarryingRpcController |
static boolean |
ProtobufUtil.bulkLoadHFile(org.apache.hadoop.hbase.protobuf.generated.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 org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CoprocessorServiceResponse |
ProtobufUtil.execService(org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService.BlockingInterface client,
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CoprocessorServiceCall call,
byte[] regionName,
PayloadCarryingRpcController controller)
|
static Result |
ProtobufUtil.get(org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService.BlockingInterface client,
byte[] regionName,
Get get,
PayloadCarryingRpcController controller)
A helper to invoke a Get using client protocol. |
static Result |
ProtobufUtil.getRowOrBefore(org.apache.hadoop.hbase.protobuf.generated.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. |