org.hbase.async.generated
Class HBasePB.TableSchema

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.GeneratedMessageLite
          extended by org.hbase.async.generated.HBasePB.TableSchema
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, Serializable, HBasePB.TableSchemaOrBuilder
Enclosing class:
HBasePB

public static final class HBasePB.TableSchema
extends com.google.protobuf.GeneratedMessageLite
implements HBasePB.TableSchemaOrBuilder

Protobuf type TableSchema


 Table Schema
 Inspired by the rest TableSchema
 

See Also:
Serialized Form

Nested Class Summary
static class HBasePB.TableSchema.Builder
          Protobuf type TableSchema
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>
 
Field Summary
static int ATTRIBUTES_FIELD_NUMBER
           
static int COLUMN_FAMILIES_FIELD_NUMBER
           
static int CONFIGURATION_FIELD_NUMBER
           
static com.google.protobuf.Parser<HBasePB.TableSchema> PARSER
           
static int TABLE_NAME_FIELD_NUMBER
           
 
Method Summary
 HBasePB.BytesBytesPair getAttributes(int index)
          repeated .BytesBytesPair attributes = 2;
 int getAttributesCount()
          repeated .BytesBytesPair attributes = 2;
 List<HBasePB.BytesBytesPair> getAttributesList()
          repeated .BytesBytesPair attributes = 2;
 HBasePB.BytesBytesPairOrBuilder getAttributesOrBuilder(int index)
          repeated .BytesBytesPair attributes = 2;
 List<? extends HBasePB.BytesBytesPairOrBuilder> getAttributesOrBuilderList()
          repeated .BytesBytesPair attributes = 2;
 HBasePB.ColumnFamilySchema getColumnFamilies(int index)
          repeated .ColumnFamilySchema column_families = 3;
 int getColumnFamiliesCount()
          repeated .ColumnFamilySchema column_families = 3;
 List<HBasePB.ColumnFamilySchema> getColumnFamiliesList()
          repeated .ColumnFamilySchema column_families = 3;
 HBasePB.ColumnFamilySchemaOrBuilder getColumnFamiliesOrBuilder(int index)
          repeated .ColumnFamilySchema column_families = 3;
 List<? extends HBasePB.ColumnFamilySchemaOrBuilder> getColumnFamiliesOrBuilderList()
          repeated .ColumnFamilySchema column_families = 3;
 HBasePB.NameStringPair getConfiguration(int index)
          repeated .NameStringPair configuration = 4;
 int getConfigurationCount()
          repeated .NameStringPair configuration = 4;
 List<HBasePB.NameStringPair> getConfigurationList()
          repeated .NameStringPair configuration = 4;
 HBasePB.NameStringPairOrBuilder getConfigurationOrBuilder(int index)
          repeated .NameStringPair configuration = 4;
 List<? extends HBasePB.NameStringPairOrBuilder> getConfigurationOrBuilderList()
          repeated .NameStringPair configuration = 4;
static HBasePB.TableSchema getDefaultInstance()
           
 HBasePB.TableSchema getDefaultInstanceForType()
           
 com.google.protobuf.Parser<HBasePB.TableSchema> getParserForType()
           
 int getSerializedSize()
           
 HBasePB.TableName getTableName()
          optional .TableName table_name = 1;
 boolean hasTableName()
          optional .TableName table_name = 1;
 boolean isInitialized()
           
static HBasePB.TableSchema.Builder newBuilder()
           
static HBasePB.TableSchema.Builder newBuilder(HBasePB.TableSchema prototype)
           
 HBasePB.TableSchema.Builder newBuilderForType()
           
static HBasePB.TableSchema parseDelimitedFrom(InputStream input)
           
static HBasePB.TableSchema parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBasePB.TableSchema parseFrom(byte[] data)
           
static HBasePB.TableSchema parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBasePB.TableSchema parseFrom(com.google.protobuf.ByteString data)
           
static HBasePB.TableSchema parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBasePB.TableSchema parseFrom(com.google.protobuf.CodedInputStream input)
           
static HBasePB.TableSchema parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBasePB.TableSchema parseFrom(InputStream input)
           
static HBasePB.TableSchema parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 HBasePB.TableSchema.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER

public static com.google.protobuf.Parser<HBasePB.TableSchema> PARSER

TABLE_NAME_FIELD_NUMBER

public static final int TABLE_NAME_FIELD_NUMBER
See Also:
Constant Field Values

ATTRIBUTES_FIELD_NUMBER

public static final int ATTRIBUTES_FIELD_NUMBER
See Also:
Constant Field Values

COLUMN_FAMILIES_FIELD_NUMBER

public static final int COLUMN_FAMILIES_FIELD_NUMBER
See Also:
Constant Field Values

CONFIGURATION_FIELD_NUMBER

public static final int CONFIGURATION_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static HBasePB.TableSchema getDefaultInstance()

getDefaultInstanceForType

public HBasePB.TableSchema getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder

getParserForType

public com.google.protobuf.Parser<HBasePB.TableSchema> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessageLite

hasTableName

public boolean hasTableName()
optional .TableName table_name = 1;

Specified by:
hasTableName in interface HBasePB.TableSchemaOrBuilder

getTableName

public HBasePB.TableName getTableName()
optional .TableName table_name = 1;

Specified by:
getTableName in interface HBasePB.TableSchemaOrBuilder

getAttributesList

public List<HBasePB.BytesBytesPair> getAttributesList()
repeated .BytesBytesPair attributes = 2;

Specified by:
getAttributesList in interface HBasePB.TableSchemaOrBuilder

getAttributesOrBuilderList

public List<? extends HBasePB.BytesBytesPairOrBuilder> getAttributesOrBuilderList()
repeated .BytesBytesPair attributes = 2;


getAttributesCount

public int getAttributesCount()
repeated .BytesBytesPair attributes = 2;

Specified by:
getAttributesCount in interface HBasePB.TableSchemaOrBuilder

getAttributes

public HBasePB.BytesBytesPair getAttributes(int index)
repeated .BytesBytesPair attributes = 2;

Specified by:
getAttributes in interface HBasePB.TableSchemaOrBuilder

getAttributesOrBuilder

public HBasePB.BytesBytesPairOrBuilder getAttributesOrBuilder(int index)
repeated .BytesBytesPair attributes = 2;


getColumnFamiliesList

public List<HBasePB.ColumnFamilySchema> getColumnFamiliesList()
repeated .ColumnFamilySchema column_families = 3;

Specified by:
getColumnFamiliesList in interface HBasePB.TableSchemaOrBuilder

getColumnFamiliesOrBuilderList

public List<? extends HBasePB.ColumnFamilySchemaOrBuilder> getColumnFamiliesOrBuilderList()
repeated .ColumnFamilySchema column_families = 3;


getColumnFamiliesCount

public int getColumnFamiliesCount()
repeated .ColumnFamilySchema column_families = 3;

Specified by:
getColumnFamiliesCount in interface HBasePB.TableSchemaOrBuilder

getColumnFamilies

public HBasePB.ColumnFamilySchema getColumnFamilies(int index)
repeated .ColumnFamilySchema column_families = 3;

Specified by:
getColumnFamilies in interface HBasePB.TableSchemaOrBuilder

getColumnFamiliesOrBuilder

public HBasePB.ColumnFamilySchemaOrBuilder getColumnFamiliesOrBuilder(int index)
repeated .ColumnFamilySchema column_families = 3;


getConfigurationList

public List<HBasePB.NameStringPair> getConfigurationList()
repeated .NameStringPair configuration = 4;

Specified by:
getConfigurationList in interface HBasePB.TableSchemaOrBuilder

getConfigurationOrBuilderList

public List<? extends HBasePB.NameStringPairOrBuilder> getConfigurationOrBuilderList()
repeated .NameStringPair configuration = 4;


getConfigurationCount

public int getConfigurationCount()
repeated .NameStringPair configuration = 4;

Specified by:
getConfigurationCount in interface HBasePB.TableSchemaOrBuilder

getConfiguration

public HBasePB.NameStringPair getConfiguration(int index)
repeated .NameStringPair configuration = 4;

Specified by:
getConfiguration in interface HBasePB.TableSchemaOrBuilder

getConfigurationOrBuilder

public HBasePB.NameStringPairOrBuilder getConfigurationOrBuilder(int index)
repeated .NameStringPair configuration = 4;


isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessageLite
Throws:
ObjectStreamException

parseFrom

public static HBasePB.TableSchema parseFrom(com.google.protobuf.ByteString data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static HBasePB.TableSchema parseFrom(com.google.protobuf.ByteString data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static HBasePB.TableSchema parseFrom(byte[] data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static HBasePB.TableSchema parseFrom(byte[] data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static HBasePB.TableSchema parseFrom(InputStream input)
                                     throws IOException
Throws:
IOException

parseFrom

public static HBasePB.TableSchema parseFrom(InputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws IOException
Throws:
IOException

parseDelimitedFrom

public static HBasePB.TableSchema parseDelimitedFrom(InputStream input)
                                              throws IOException
Throws:
IOException

parseDelimitedFrom

public static HBasePB.TableSchema parseDelimitedFrom(InputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
Throws:
IOException

parseFrom

public static HBasePB.TableSchema parseFrom(com.google.protobuf.CodedInputStream input)
                                     throws IOException
Throws:
IOException

parseFrom

public static HBasePB.TableSchema parseFrom(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws IOException
Throws:
IOException

newBuilder

public static HBasePB.TableSchema.Builder newBuilder()

newBuilderForType

public HBasePB.TableSchema.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static HBasePB.TableSchema.Builder newBuilder(HBasePB.TableSchema prototype)

toBuilder

public HBasePB.TableSchema.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.MessageLite


Copyright © 2010-2015, The Async HBase Authors