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

Packages that use MasterProtos.CreateNamespaceRequest
org.apache.hadoop.hbase.protobuf.generated   
 

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

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

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

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

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



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