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

Packages that use ClientProtos.Get
org.apache.hadoop.hbase.protobuf.generated   
 

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

Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type ClientProtos.Get
static com.google.protobuf.Parser<ClientProtos.Get> ClientProtos.Get.PARSER
           
 

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()
          required .Get get = 2;
 ClientProtos.Get ClientProtos.GetRequest.getGet()
          required .Get get = 2;
 ClientProtos.Get ClientProtos.GetRequest.Builder.getGet()
          required .Get get = 2;
 ClientProtos.Get ClientProtos.ActionOrBuilder.getGet()
          optional .Get get = 3;
 ClientProtos.Get ClientProtos.Action.getGet()
          optional .Get get = 3;
 ClientProtos.Get ClientProtos.Action.Builder.getGet()
          optional .Get get = 3;
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
 com.google.protobuf.Parser<ClientProtos.Get> ClientProtos.Get.getParserForType()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClientProtos.Get
 ClientProtos.Get.Builder ClientProtos.Get.Builder.mergeFrom(ClientProtos.Get other)
           
 ClientProtos.GetRequest.Builder ClientProtos.GetRequest.Builder.mergeGet(ClientProtos.Get value)
          required .Get get = 2;
 ClientProtos.Action.Builder ClientProtos.Action.Builder.mergeGet(ClientProtos.Get value)
          optional .Get get = 3;
static ClientProtos.Get.Builder ClientProtos.Get.newBuilder(ClientProtos.Get prototype)
           
 ClientProtos.GetRequest.Builder ClientProtos.GetRequest.Builder.setGet(ClientProtos.Get value)
          required .Get get = 2;
 ClientProtos.Action.Builder ClientProtos.Action.Builder.setGet(ClientProtos.Get value)
          optional .Get get = 3;
 



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