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

Packages that use MasterAdminProtos.CreateTableRequest
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.protobuf.generated   
 

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

Methods in org.apache.hadoop.hbase.master with parameters of type MasterAdminProtos.CreateTableRequest
 MasterAdminProtos.CreateTableResponse HMaster.createTable(com.google.protobuf.RpcController controller, MasterAdminProtos.CreateTableRequest req)
           
 

Uses of MasterAdminProtos.CreateTableRequest in org.apache.hadoop.hbase.protobuf
 

Methods in org.apache.hadoop.hbase.protobuf that return MasterAdminProtos.CreateTableRequest
static MasterAdminProtos.CreateTableRequest RequestConverter.buildCreateTableRequest(HTableDescriptor hTableDesc, byte[][] splitKeys)
          Creates a protocol buffer CreateTableRequest
 

Methods in org.apache.hadoop.hbase.protobuf with parameters of type MasterAdminProtos.CreateTableRequest
static byte[][] ProtobufUtil.getSplitKeysArray(MasterAdminProtos.CreateTableRequest proto)
          get the split keys in form "byte [][]" from a CreateTableRequest proto
 

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

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

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



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