|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientProtos.MultiResponse | |
---|---|
org.apache.hadoop.hbase.protobuf | Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.protobuf.generated | |
org.apache.hadoop.hbase.regionserver |
Uses of ClientProtos.MultiResponse in org.apache.hadoop.hbase.protobuf |
---|
Methods in org.apache.hadoop.hbase.protobuf with parameters of type ClientProtos.MultiResponse | |
---|---|
static List<Object> |
ResponseConverter.getResults(ClientProtos.MultiResponse proto,
CellScanner cells)
Get the results from a protocol buffer MultiResponse |
Uses of ClientProtos.MultiResponse in org.apache.hadoop.hbase.protobuf.generated |
---|
Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.MultiResponse | |
---|---|
ClientProtos.MultiResponse |
ClientProtos.MultiResponse.Builder.build()
|
ClientProtos.MultiResponse |
ClientProtos.MultiResponse.Builder.buildPartial()
|
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.getDefaultInstance()
|
ClientProtos.MultiResponse |
ClientProtos.MultiResponse.getDefaultInstanceForType()
|
ClientProtos.MultiResponse |
ClientProtos.MultiResponse.Builder.getDefaultInstanceForType()
|
ClientProtos.MultiResponse |
ClientProtos.ClientService.BlockingInterface.multi(com.google.protobuf.RpcController controller,
ClientProtos.MultiRequest request)
|
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseDelimitedFrom(InputStream input)
|
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseFrom(byte[] data)
|
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseFrom(com.google.protobuf.ByteString data)
|
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseFrom(com.google.protobuf.CodedInputStream input)
|
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseFrom(InputStream input)
|
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
ClientProtos.MultiResponse |
AdminProtos.AdminService.BlockingInterface.replay(com.google.protobuf.RpcController controller,
ClientProtos.MultiRequest request)
|
Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClientProtos.MultiResponse | |
---|---|
ClientProtos.MultiResponse.Builder |
ClientProtos.MultiResponse.Builder.mergeFrom(ClientProtos.MultiResponse other)
|
static ClientProtos.MultiResponse.Builder |
ClientProtos.MultiResponse.newBuilder(ClientProtos.MultiResponse prototype)
|
Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type ClientProtos.MultiResponse | |
---|---|
abstract void |
ClientProtos.ClientService.multi(com.google.protobuf.RpcController controller,
ClientProtos.MultiRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MultiResponse> done)
|
void |
ClientProtos.ClientService.Interface.multi(com.google.protobuf.RpcController controller,
ClientProtos.MultiRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MultiResponse> done)
|
void |
ClientProtos.ClientService.Stub.multi(com.google.protobuf.RpcController controller,
ClientProtos.MultiRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MultiResponse> done)
|
abstract void |
AdminProtos.AdminService.replay(com.google.protobuf.RpcController controller,
ClientProtos.MultiRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MultiResponse> done)
|
void |
AdminProtos.AdminService.Interface.replay(com.google.protobuf.RpcController controller,
ClientProtos.MultiRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MultiResponse> done)
|
void |
AdminProtos.AdminService.Stub.replay(com.google.protobuf.RpcController controller,
ClientProtos.MultiRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MultiResponse> done)
|
Uses of ClientProtos.MultiResponse in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver that return ClientProtos.MultiResponse | |
---|---|
ClientProtos.MultiResponse |
HRegionServer.multi(com.google.protobuf.RpcController rpcc,
ClientProtos.MultiRequest request)
Execute multiple actions on a table: get, mutate, and/or execCoprocessor |
ClientProtos.MultiResponse |
HRegionServer.replay(com.google.protobuf.RpcController rpcc,
ClientProtos.MultiRequest request)
Replay the given changes when distributedLogReplay WAL edits from a failed RS. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |