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

Packages that use MasterProtos.ListTableNamesByNamespaceRequest
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.protobuf.generated   
 

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

Methods in org.apache.hadoop.hbase.master with parameters of type MasterProtos.ListTableNamesByNamespaceRequest
 MasterProtos.ListTableNamesByNamespaceResponse HMaster.listTableNamesByNamespace(com.google.protobuf.RpcController controller, MasterProtos.ListTableNamesByNamespaceRequest request)
           
 

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

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

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

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

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



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.