|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientProtos.MultiGetRequest | |
---|---|
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.MultiGetRequest in org.apache.hadoop.hbase.protobuf |
---|
Methods in org.apache.hadoop.hbase.protobuf that return ClientProtos.MultiGetRequest | |
---|---|
static ClientProtos.MultiGetRequest |
RequestConverter.buildMultiGetRequest(byte[] regionName,
List<Get> gets,
boolean existenceOnly,
boolean closestRowBefore)
Create a protocol buffer MultiGetRequest for client Gets All gets are going to be run against the same region. |
Uses of ClientProtos.MultiGetRequest in org.apache.hadoop.hbase.protobuf.generated |
---|
Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.MultiGetRequest | |
---|---|
ClientProtos.MultiGetRequest |
ClientProtos.MultiGetRequest.Builder.build()
|
ClientProtos.MultiGetRequest |
ClientProtos.MultiGetRequest.Builder.buildPartial()
|
static ClientProtos.MultiGetRequest |
ClientProtos.MultiGetRequest.getDefaultInstance()
|
ClientProtos.MultiGetRequest |
ClientProtos.MultiGetRequest.getDefaultInstanceForType()
|
ClientProtos.MultiGetRequest |
ClientProtos.MultiGetRequest.Builder.getDefaultInstanceForType()
|
static ClientProtos.MultiGetRequest |
ClientProtos.MultiGetRequest.parseDelimitedFrom(InputStream input)
|
static ClientProtos.MultiGetRequest |
ClientProtos.MultiGetRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.MultiGetRequest |
ClientProtos.MultiGetRequest.parseFrom(byte[] data)
|
static ClientProtos.MultiGetRequest |
ClientProtos.MultiGetRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.MultiGetRequest |
ClientProtos.MultiGetRequest.parseFrom(com.google.protobuf.ByteString data)
|
static ClientProtos.MultiGetRequest |
ClientProtos.MultiGetRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.MultiGetRequest |
ClientProtos.MultiGetRequest.parseFrom(com.google.protobuf.CodedInputStream input)
|
static ClientProtos.MultiGetRequest |
ClientProtos.MultiGetRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.MultiGetRequest |
ClientProtos.MultiGetRequest.parseFrom(InputStream input)
|
static ClientProtos.MultiGetRequest |
ClientProtos.MultiGetRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClientProtos.MultiGetRequest | |
---|---|
ClientProtos.MultiGetRequest.Builder |
ClientProtos.MultiGetRequest.Builder.mergeFrom(ClientProtos.MultiGetRequest other)
|
ClientProtos.MultiGetResponse |
ClientProtos.ClientService.BlockingInterface.multiGet(com.google.protobuf.RpcController controller,
ClientProtos.MultiGetRequest request)
|
abstract void |
ClientProtos.ClientService.multiGet(com.google.protobuf.RpcController controller,
ClientProtos.MultiGetRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MultiGetResponse> done)
|
void |
ClientProtos.ClientService.Interface.multiGet(com.google.protobuf.RpcController controller,
ClientProtos.MultiGetRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MultiGetResponse> done)
|
void |
ClientProtos.ClientService.Stub.multiGet(com.google.protobuf.RpcController controller,
ClientProtos.MultiGetRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MultiGetResponse> done)
|
static ClientProtos.MultiGetRequest.Builder |
ClientProtos.MultiGetRequest.newBuilder(ClientProtos.MultiGetRequest prototype)
|
Uses of ClientProtos.MultiGetRequest in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver with parameters of type ClientProtos.MultiGetRequest | |
---|---|
ClientProtos.MultiGetResponse |
HRegionServer.multiGet(com.google.protobuf.RpcController controller,
ClientProtos.MultiGetRequest request)
Get multi data from a table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |