Uses of Class
org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.ListTableDescriptorsByNamespaceRequest

Packages that use MasterAdminProtos.ListTableDescriptorsByNamespaceRequest
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of MasterAdminProtos.ListTableDescriptorsByNamespaceRequest in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master with parameters of type MasterAdminProtos.ListTableDescriptorsByNamespaceRequest
 MasterAdminProtos.ListTableDescriptorsByNamespaceResponse HMaster.listTableDescriptorsByNamespace(com.google.protobuf.RpcController controller, MasterAdminProtos.ListTableDescriptorsByNamespaceRequest request)
           
 

Uses of MasterAdminProtos.ListTableDescriptorsByNamespaceRequest in org.apache.hadoop.hbase.protobuf.generated
 

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

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type MasterAdminProtos.ListTableDescriptorsByNamespaceRequest
 MasterAdminProtos.ListTableDescriptorsByNamespaceResponse MasterAdminProtos.MasterAdminService.BlockingInterface.listTableDescriptorsByNamespace(com.google.protobuf.RpcController controller, MasterAdminProtos.ListTableDescriptorsByNamespaceRequest request)
           
abstract  void MasterAdminProtos.MasterAdminService.listTableDescriptorsByNamespace(com.google.protobuf.RpcController controller, MasterAdminProtos.ListTableDescriptorsByNamespaceRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.ListTableDescriptorsByNamespaceResponse> done)
           
 void MasterAdminProtos.MasterAdminService.Interface.listTableDescriptorsByNamespace(com.google.protobuf.RpcController controller, MasterAdminProtos.ListTableDescriptorsByNamespaceRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.ListTableDescriptorsByNamespaceResponse> done)
           
 void MasterAdminProtos.MasterAdminService.Stub.listTableDescriptorsByNamespace(com.google.protobuf.RpcController controller, MasterAdminProtos.ListTableDescriptorsByNamespaceRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.ListTableDescriptorsByNamespaceResponse> done)
           
 MasterAdminProtos.ListTableDescriptorsByNamespaceRequest.Builder MasterAdminProtos.ListTableDescriptorsByNamespaceRequest.Builder.mergeFrom(MasterAdminProtos.ListTableDescriptorsByNamespaceRequest other)
           
static MasterAdminProtos.ListTableDescriptorsByNamespaceRequest.Builder MasterAdminProtos.ListTableDescriptorsByNamespaceRequest.newBuilder(MasterAdminProtos.ListTableDescriptorsByNamespaceRequest prototype)
           
 



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