Uses of Class
org.apache.hadoop.hbase.protobuf.generated.MasterProtos.GetTableDescriptorsRequest

Packages that use MasterProtos.GetTableDescriptorsRequest
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of MasterProtos.GetTableDescriptorsRequest in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master with parameters of type MasterProtos.GetTableDescriptorsRequest
 MasterProtos.GetTableDescriptorsResponse HMaster.getTableDescriptors(com.google.protobuf.RpcController controller, MasterProtos.GetTableDescriptorsRequest req)
          Get list of TableDescriptors for requested tables.
 

Uses of MasterProtos.GetTableDescriptorsRequest in org.apache.hadoop.hbase.protobuf
 

Methods in org.apache.hadoop.hbase.protobuf that return MasterProtos.GetTableDescriptorsRequest
static MasterProtos.GetTableDescriptorsRequest RequestConverter.buildGetTableDescriptorsRequest(List<TableName> tableNames)
          Creates a protocol buffer GetTableDescriptorsRequest
static MasterProtos.GetTableDescriptorsRequest RequestConverter.buildGetTableDescriptorsRequest(TableName tableName)
          Creates a protocol buffer GetTableDescriptorsRequest for a single table
 

Uses of MasterProtos.GetTableDescriptorsRequest in org.apache.hadoop.hbase.protobuf.generated
 

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return MasterProtos.GetTableDescriptorsRequest
 MasterProtos.GetTableDescriptorsRequest MasterProtos.GetTableDescriptorsRequest.Builder.build()
           
 MasterProtos.GetTableDescriptorsRequest MasterProtos.GetTableDescriptorsRequest.Builder.buildPartial()
           
static MasterProtos.GetTableDescriptorsRequest MasterProtos.GetTableDescriptorsRequest.getDefaultInstance()
           
 MasterProtos.GetTableDescriptorsRequest MasterProtos.GetTableDescriptorsRequest.getDefaultInstanceForType()
           
 MasterProtos.GetTableDescriptorsRequest MasterProtos.GetTableDescriptorsRequest.Builder.getDefaultInstanceForType()
           
static MasterProtos.GetTableDescriptorsRequest MasterProtos.GetTableDescriptorsRequest.parseDelimitedFrom(InputStream input)
           
static MasterProtos.GetTableDescriptorsRequest MasterProtos.GetTableDescriptorsRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterProtos.GetTableDescriptorsRequest MasterProtos.GetTableDescriptorsRequest.parseFrom(byte[] data)
           
static MasterProtos.GetTableDescriptorsRequest MasterProtos.GetTableDescriptorsRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterProtos.GetTableDescriptorsRequest MasterProtos.GetTableDescriptorsRequest.parseFrom(com.google.protobuf.ByteString data)
           
static MasterProtos.GetTableDescriptorsRequest MasterProtos.GetTableDescriptorsRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterProtos.GetTableDescriptorsRequest MasterProtos.GetTableDescriptorsRequest.parseFrom(com.google.protobuf.CodedInputStream input)
           
static MasterProtos.GetTableDescriptorsRequest MasterProtos.GetTableDescriptorsRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterProtos.GetTableDescriptorsRequest MasterProtos.GetTableDescriptorsRequest.parseFrom(InputStream input)
           
static MasterProtos.GetTableDescriptorsRequest MasterProtos.GetTableDescriptorsRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type MasterProtos.GetTableDescriptorsRequest
 com.google.protobuf.Parser<MasterProtos.GetTableDescriptorsRequest> MasterProtos.GetTableDescriptorsRequest.getParserForType()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type MasterProtos.GetTableDescriptorsRequest
 MasterProtos.GetTableDescriptorsResponse MasterProtos.MasterService.BlockingInterface.getTableDescriptors(com.google.protobuf.RpcController controller, MasterProtos.GetTableDescriptorsRequest request)
           
abstract  void MasterProtos.MasterService.getTableDescriptors(com.google.protobuf.RpcController controller, MasterProtos.GetTableDescriptorsRequest request, com.google.protobuf.RpcCallback<MasterProtos.GetTableDescriptorsResponse> done)
          rpc GetTableDescriptors(.GetTableDescriptorsRequest) returns (.GetTableDescriptorsResponse);
 void MasterProtos.MasterService.Interface.getTableDescriptors(com.google.protobuf.RpcController controller, MasterProtos.GetTableDescriptorsRequest request, com.google.protobuf.RpcCallback<MasterProtos.GetTableDescriptorsResponse> done)
          rpc GetTableDescriptors(.GetTableDescriptorsRequest) returns (.GetTableDescriptorsResponse);
 void MasterProtos.MasterService.Stub.getTableDescriptors(com.google.protobuf.RpcController controller, MasterProtos.GetTableDescriptorsRequest request, com.google.protobuf.RpcCallback<MasterProtos.GetTableDescriptorsResponse> done)
           
 MasterProtos.GetTableDescriptorsRequest.Builder MasterProtos.GetTableDescriptorsRequest.Builder.mergeFrom(MasterProtos.GetTableDescriptorsRequest other)
           
static MasterProtos.GetTableDescriptorsRequest.Builder MasterProtos.GetTableDescriptorsRequest.newBuilder(MasterProtos.GetTableDescriptorsRequest prototype)
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.