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

Packages that use ClientProtos.Get
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.protobuf.generated   
 

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

Methods in org.apache.hadoop.hbase.protobuf that return ClientProtos.Get
static ClientProtos.Get ProtobufUtil.toGet(Get get)
          Create a protocol buffer Get based on a client Get.
 

Methods in org.apache.hadoop.hbase.protobuf with parameters of type ClientProtos.Get
static Get ProtobufUtil.toGet(ClientProtos.Get proto)
          Convert a protocol buffer Get to a client Get
 

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 © 2007–2016 The Apache Software Foundation. All rights reserved.