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

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

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

Methods in org.apache.hadoop.hbase.master that return MasterProtos.ListTableNamesByNamespaceResponse
 MasterProtos.ListTableNamesByNamespaceResponse HMaster.listTableNamesByNamespace(com.google.protobuf.RpcController controller, MasterProtos.ListTableNamesByNamespaceRequest request)
           
 

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

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

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

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

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type MasterProtos.ListTableNamesByNamespaceResponse
 MasterProtos.ListTableNamesByNamespaceResponse.Builder MasterProtos.ListTableNamesByNamespaceResponse.Builder.mergeFrom(MasterProtos.ListTableNamesByNamespaceResponse other)
           
static MasterProtos.ListTableNamesByNamespaceResponse.Builder MasterProtos.ListTableNamesByNamespaceResponse.newBuilder(MasterProtos.ListTableNamesByNamespaceResponse prototype)
           
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type MasterProtos.ListTableNamesByNamespaceResponse
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)
           
 



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