Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Get

Uses of ClientProtos.Get in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.Get
 ClientProtos.Get ClientProtos.Get.Builder.build()
           
 ClientProtos.Get ClientProtos.Get.Builder.buildPartial()
           
static ClientProtos.Get ClientProtos.Get.getDefaultInstance()
           
 ClientProtos.Get ClientProtos.Get.getDefaultInstanceForType()
           
 ClientProtos.Get ClientProtos.Get.Builder.getDefaultInstanceForType()
           
 ClientProtos.Get ClientProtos.GetRequestOrBuilder.getGet()
           
 ClientProtos.Get ClientProtos.GetRequest.getGet()
           
 ClientProtos.Get ClientProtos.GetRequest.Builder.getGet()
           
 ClientProtos.Get ClientProtos.MultiActionOrBuilder.getGet()
           
 ClientProtos.Get ClientProtos.MultiAction.getGet()
           
 ClientProtos.Get ClientProtos.MultiAction.Builder.getGet()
           
 ClientProtos.Get ClientProtos.MultiGetRequestOrBuilder.getGet(int index)
           
 ClientProtos.Get ClientProtos.MultiGetRequest.getGet(int index)
           
 ClientProtos.Get ClientProtos.MultiGetRequest.Builder.getGet(int index)
           
static ClientProtos.Get ClientProtos.Get.parseDelimitedFrom(InputStream input)
           
static ClientProtos.Get ClientProtos.Get.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.Get ClientProtos.Get.parseFrom(byte[] data)
           
static ClientProtos.Get ClientProtos.Get.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.Get ClientProtos.Get.parseFrom(com.google.protobuf.ByteString data)
           
static ClientProtos.Get ClientProtos.Get.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.Get ClientProtos.Get.parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClientProtos.Get ClientProtos.Get.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.Get ClientProtos.Get.parseFrom(InputStream input)
           
static ClientProtos.Get ClientProtos.Get.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClientProtos.Get
 List<ClientProtos.Get> ClientProtos.MultiGetRequestOrBuilder.getGetList()
           
 List<ClientProtos.Get> ClientProtos.MultiGetRequest.getGetList()
           
 List<ClientProtos.Get> ClientProtos.MultiGetRequest.Builder.getGetList()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClientProtos.Get
 ClientProtos.MultiGetRequest.Builder ClientProtos.MultiGetRequest.Builder.addGet(ClientProtos.Get value)
           
 ClientProtos.MultiGetRequest.Builder ClientProtos.MultiGetRequest.Builder.addGet(int index, ClientProtos.Get value)
           
 ClientProtos.Get.Builder ClientProtos.Get.Builder.mergeFrom(ClientProtos.Get other)
           
 ClientProtos.GetRequest.Builder ClientProtos.GetRequest.Builder.mergeGet(ClientProtos.Get value)
           
 ClientProtos.MultiAction.Builder ClientProtos.MultiAction.Builder.mergeGet(ClientProtos.Get value)
           
static ClientProtos.Get.Builder ClientProtos.Get.newBuilder(ClientProtos.Get prototype)
           
 ClientProtos.GetRequest.Builder ClientProtos.GetRequest.Builder.setGet(ClientProtos.Get value)
           
 ClientProtos.MultiAction.Builder ClientProtos.MultiAction.Builder.setGet(ClientProtos.Get value)
           
 ClientProtos.MultiGetRequest.Builder ClientProtos.MultiGetRequest.Builder.setGet(int index, ClientProtos.Get value)
           
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type ClientProtos.Get
 ClientProtos.MultiGetRequest.Builder ClientProtos.MultiGetRequest.Builder.addAllGet(Iterable<? extends ClientProtos.Get> values)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.