org.apache.hadoop.hbase.protobuf.generated
Class MasterAdminProtos.CreateTableRequest.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<MasterAdminProtos.CreateTableRequest.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.CreateTableRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, MasterAdminProtos.CreateTableRequestOrBuilder
Enclosing class:
MasterAdminProtos.CreateTableRequest

public static final class MasterAdminProtos.CreateTableRequest.Builder
extends com.google.protobuf.GeneratedMessage.Builder<MasterAdminProtos.CreateTableRequest.Builder>
implements MasterAdminProtos.CreateTableRequestOrBuilder


Method Summary
 MasterAdminProtos.CreateTableRequest.Builder addAllSplitKeys(Iterable<? extends com.google.protobuf.ByteString> values)
           
 MasterAdminProtos.CreateTableRequest.Builder addSplitKeys(com.google.protobuf.ByteString value)
           
 MasterAdminProtos.CreateTableRequest build()
           
 MasterAdminProtos.CreateTableRequest buildPartial()
           
 MasterAdminProtos.CreateTableRequest.Builder clear()
           
 MasterAdminProtos.CreateTableRequest.Builder clearSplitKeys()
           
 MasterAdminProtos.CreateTableRequest.Builder clearTableSchema()
           
 MasterAdminProtos.CreateTableRequest.Builder clone()
           
 MasterAdminProtos.CreateTableRequest getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 com.google.protobuf.ByteString getSplitKeys(int index)
           
 int getSplitKeysCount()
           
 List<com.google.protobuf.ByteString> getSplitKeysList()
           
 HBaseProtos.TableSchema getTableSchema()
           
 HBaseProtos.TableSchema.Builder getTableSchemaBuilder()
           
 HBaseProtos.TableSchemaOrBuilder getTableSchemaOrBuilder()
           
 boolean hasTableSchema()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 MasterAdminProtos.CreateTableRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 MasterAdminProtos.CreateTableRequest.Builder mergeFrom(MasterAdminProtos.CreateTableRequest other)
           
 MasterAdminProtos.CreateTableRequest.Builder mergeFrom(com.google.protobuf.Message other)
           
 MasterAdminProtos.CreateTableRequest.Builder mergeTableSchema(HBaseProtos.TableSchema value)
           
 MasterAdminProtos.CreateTableRequest.Builder setSplitKeys(int index, com.google.protobuf.ByteString value)
           
 MasterAdminProtos.CreateTableRequest.Builder setTableSchema(HBaseProtos.TableSchema.Builder builderForValue)
           
 MasterAdminProtos.CreateTableRequest.Builder setTableSchema(HBaseProtos.TableSchema value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<MasterAdminProtos.CreateTableRequest.Builder>

clear

public MasterAdminProtos.CreateTableRequest.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<MasterAdminProtos.CreateTableRequest.Builder>

clone

public MasterAdminProtos.CreateTableRequest.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<MasterAdminProtos.CreateTableRequest.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<MasterAdminProtos.CreateTableRequest.Builder>

getDefaultInstanceForType

public MasterAdminProtos.CreateTableRequest getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public MasterAdminProtos.CreateTableRequest build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public MasterAdminProtos.CreateTableRequest buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public MasterAdminProtos.CreateTableRequest.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<MasterAdminProtos.CreateTableRequest.Builder>

mergeFrom

public MasterAdminProtos.CreateTableRequest.Builder mergeFrom(MasterAdminProtos.CreateTableRequest other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<MasterAdminProtos.CreateTableRequest.Builder>

mergeFrom

public MasterAdminProtos.CreateTableRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<MasterAdminProtos.CreateTableRequest.Builder>
Throws:
IOException

hasTableSchema

public boolean hasTableSchema()
Specified by:
hasTableSchema in interface MasterAdminProtos.CreateTableRequestOrBuilder

getTableSchema

public HBaseProtos.TableSchema getTableSchema()
Specified by:
getTableSchema in interface MasterAdminProtos.CreateTableRequestOrBuilder

setTableSchema

public MasterAdminProtos.CreateTableRequest.Builder setTableSchema(HBaseProtos.TableSchema value)

setTableSchema

public MasterAdminProtos.CreateTableRequest.Builder setTableSchema(HBaseProtos.TableSchema.Builder builderForValue)

mergeTableSchema

public MasterAdminProtos.CreateTableRequest.Builder mergeTableSchema(HBaseProtos.TableSchema value)

clearTableSchema

public MasterAdminProtos.CreateTableRequest.Builder clearTableSchema()

getTableSchemaBuilder

public HBaseProtos.TableSchema.Builder getTableSchemaBuilder()

getTableSchemaOrBuilder

public HBaseProtos.TableSchemaOrBuilder getTableSchemaOrBuilder()
Specified by:
getTableSchemaOrBuilder in interface MasterAdminProtos.CreateTableRequestOrBuilder

getSplitKeysList

public List<com.google.protobuf.ByteString> getSplitKeysList()
Specified by:
getSplitKeysList in interface MasterAdminProtos.CreateTableRequestOrBuilder

getSplitKeysCount

public int getSplitKeysCount()
Specified by:
getSplitKeysCount in interface MasterAdminProtos.CreateTableRequestOrBuilder

getSplitKeys

public com.google.protobuf.ByteString getSplitKeys(int index)
Specified by:
getSplitKeys in interface MasterAdminProtos.CreateTableRequestOrBuilder

setSplitKeys

public MasterAdminProtos.CreateTableRequest.Builder setSplitKeys(int index,
                                                                 com.google.protobuf.ByteString value)

addSplitKeys

public MasterAdminProtos.CreateTableRequest.Builder addSplitKeys(com.google.protobuf.ByteString value)

addAllSplitKeys

public MasterAdminProtos.CreateTableRequest.Builder addAllSplitKeys(Iterable<? extends com.google.protobuf.ByteString> values)

clearSplitKeys

public MasterAdminProtos.CreateTableRequest.Builder clearSplitKeys()


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