|
||||||||||
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 MultiResponse |
ResponseConverter.getResults(ClientProtos.MultiRequest request,
ClientProtos.MultiResponse response,
CellScanner cells)
Get the results from a protocol buffer MultiResponse |
Uses of ClientProtos.MultiResponse in org.apache.hadoop.hbase.protobuf.generated |
---|
Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type ClientProtos.MultiResponse | |
---|---|
static com.google.protobuf.Parser<ClientProtos.MultiResponse> |
ClientProtos.MultiResponse.PARSER
|
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)
|
Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClientProtos.MultiResponse | |
---|---|
com.google.protobuf.Parser<ClientProtos.MultiResponse> |
ClientProtos.MultiResponse.getParserForType()
|
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)
rpc Multi(.MultiRequest) returns (.MultiResponse); |
void |
ClientProtos.ClientService.Interface.multi(com.google.protobuf.RpcController controller,
ClientProtos.MultiRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MultiResponse> done)
rpc Multi(.MultiRequest) returns (.MultiResponse); |
void |
ClientProtos.ClientService.Stub.multi(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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |