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

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

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

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

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

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

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

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type MasterProtos.CreateTableResponse
abstract  void MasterProtos.MasterService.createTable(com.google.protobuf.RpcController controller, MasterProtos.CreateTableRequest request, com.google.protobuf.RpcCallback<MasterProtos.CreateTableResponse> done)
          rpc CreateTable(.CreateTableRequest) returns (.CreateTableResponse);
 void MasterProtos.MasterService.Interface.createTable(com.google.protobuf.RpcController controller, MasterProtos.CreateTableRequest request, com.google.protobuf.RpcCallback<MasterProtos.CreateTableResponse> done)
          rpc CreateTable(.CreateTableRequest) returns (.CreateTableResponse);
 void MasterProtos.MasterService.Stub.createTable(com.google.protobuf.RpcController controller, MasterProtos.CreateTableRequest request, com.google.protobuf.RpcCallback<MasterProtos.CreateTableResponse> done)
           
 



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