Uses of Class
org.apache.hadoop.hbase.protobuf.generated.MasterProtos.CreateTableRequest.Builder

Uses of MasterProtos.CreateTableRequest.Builder in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return MasterProtos.CreateTableRequest.Builder
 MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.Builder.addAllSplitKeys(Iterable<? extends com.google.protobuf.ByteString> values)
          repeated bytes split_keys = 2;
 MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.Builder.addSplitKeys(com.google.protobuf.ByteString value)
          repeated bytes split_keys = 2;
 MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.Builder.clear()
           
 MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.Builder.clearSplitKeys()
          repeated bytes split_keys = 2;
 MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.Builder.clearTableSchema()
          required .TableSchema table_schema = 1;
 MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.Builder.clone()
           
 MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.Builder.mergeFrom(MasterProtos.CreateTableRequest other)
           
 MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.Builder.mergeFrom(com.google.protobuf.Message other)
           
 MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.Builder.mergeTableSchema(HBaseProtos.TableSchema value)
          required .TableSchema table_schema = 1;
static MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.newBuilder()
           
static MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.newBuilder(MasterProtos.CreateTableRequest prototype)
           
 MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.newBuilderForType()
           
protected  MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.Builder.setSplitKeys(int index, com.google.protobuf.ByteString value)
          repeated bytes split_keys = 2;
 MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.Builder.setTableSchema(HBaseProtos.TableSchema.Builder builderForValue)
          required .TableSchema table_schema = 1;
 MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.Builder.setTableSchema(HBaseProtos.TableSchema value)
          required .TableSchema table_schema = 1;
 MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.toBuilder()
           
 



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