public static final class HBaseProtos.TableSchema extends com.google.protobuf.GeneratedMessage implements HBaseProtos.TableSchemaOrBuilder
TableSchema
Table Schema Inspired by the rest TableSchema
Modifier and Type | Class and Description |
---|---|
static class |
HBaseProtos.TableSchema.Builder
Protobuf type
TableSchema |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
ATTRIBUTES_FIELD_NUMBER |
static int |
COLUMN_FAMILIES_FIELD_NUMBER |
static int |
CONFIGURATION_FIELD_NUMBER |
static com.google.protobuf.Parser<HBaseProtos.TableSchema> |
PARSER |
static int |
TABLE_NAME_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
HBaseProtos.BytesBytesPair |
getAttributes(int index)
repeated .BytesBytesPair attributes = 2; |
int |
getAttributesCount()
repeated .BytesBytesPair attributes = 2; |
List<HBaseProtos.BytesBytesPair> |
getAttributesList()
repeated .BytesBytesPair attributes = 2; |
HBaseProtos.BytesBytesPairOrBuilder |
getAttributesOrBuilder(int index)
repeated .BytesBytesPair attributes = 2; |
List<? extends HBaseProtos.BytesBytesPairOrBuilder> |
getAttributesOrBuilderList()
repeated .BytesBytesPair attributes = 2; |
HBaseProtos.ColumnFamilySchema |
getColumnFamilies(int index)
repeated .ColumnFamilySchema column_families = 3; |
int |
getColumnFamiliesCount()
repeated .ColumnFamilySchema column_families = 3; |
List<HBaseProtos.ColumnFamilySchema> |
getColumnFamiliesList()
repeated .ColumnFamilySchema column_families = 3; |
HBaseProtos.ColumnFamilySchemaOrBuilder |
getColumnFamiliesOrBuilder(int index)
repeated .ColumnFamilySchema column_families = 3; |
List<? extends HBaseProtos.ColumnFamilySchemaOrBuilder> |
getColumnFamiliesOrBuilderList()
repeated .ColumnFamilySchema column_families = 3; |
HBaseProtos.NameStringPair |
getConfiguration(int index)
repeated .NameStringPair configuration = 4; |
int |
getConfigurationCount()
repeated .NameStringPair configuration = 4; |
List<HBaseProtos.NameStringPair> |
getConfigurationList()
repeated .NameStringPair configuration = 4; |
HBaseProtos.NameStringPairOrBuilder |
getConfigurationOrBuilder(int index)
repeated .NameStringPair configuration = 4; |
List<? extends HBaseProtos.NameStringPairOrBuilder> |
getConfigurationOrBuilderList()
repeated .NameStringPair configuration = 4; |
static HBaseProtos.TableSchema |
getDefaultInstance() |
HBaseProtos.TableSchema |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<HBaseProtos.TableSchema> |
getParserForType() |
int |
getSerializedSize() |
HBaseProtos.TableName |
getTableName()
optional .TableName table_name = 1; |
HBaseProtos.TableNameOrBuilder |
getTableNameOrBuilder()
optional .TableName table_name = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasTableName()
optional .TableName table_name = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HBaseProtos.TableSchema.Builder |
newBuilder() |
static HBaseProtos.TableSchema.Builder |
newBuilder(HBaseProtos.TableSchema prototype) |
HBaseProtos.TableSchema.Builder |
newBuilderForType() |
protected HBaseProtos.TableSchema.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static HBaseProtos.TableSchema |
parseDelimitedFrom(InputStream input) |
static HBaseProtos.TableSchema |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.TableSchema |
parseFrom(byte[] data) |
static HBaseProtos.TableSchema |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.TableSchema |
parseFrom(com.google.protobuf.ByteString data) |
static HBaseProtos.TableSchema |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.TableSchema |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HBaseProtos.TableSchema |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.TableSchema |
parseFrom(InputStream input) |
static HBaseProtos.TableSchema |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HBaseProtos.TableSchema.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<HBaseProtos.TableSchema> PARSER
public static final int TABLE_NAME_FIELD_NUMBER
public static final int ATTRIBUTES_FIELD_NUMBER
public static final int COLUMN_FAMILIES_FIELD_NUMBER
public static final int CONFIGURATION_FIELD_NUMBER
public static HBaseProtos.TableSchema getDefaultInstance()
public HBaseProtos.TableSchema getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<HBaseProtos.TableSchema> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasTableName()
optional .TableName table_name = 1;
hasTableName
in interface HBaseProtos.TableSchemaOrBuilder
public HBaseProtos.TableName getTableName()
optional .TableName table_name = 1;
getTableName
in interface HBaseProtos.TableSchemaOrBuilder
public HBaseProtos.TableNameOrBuilder getTableNameOrBuilder()
optional .TableName table_name = 1;
getTableNameOrBuilder
in interface HBaseProtos.TableSchemaOrBuilder
public List<HBaseProtos.BytesBytesPair> getAttributesList()
repeated .BytesBytesPair attributes = 2;
getAttributesList
in interface HBaseProtos.TableSchemaOrBuilder
public List<? extends HBaseProtos.BytesBytesPairOrBuilder> getAttributesOrBuilderList()
repeated .BytesBytesPair attributes = 2;
getAttributesOrBuilderList
in interface HBaseProtos.TableSchemaOrBuilder
public int getAttributesCount()
repeated .BytesBytesPair attributes = 2;
getAttributesCount
in interface HBaseProtos.TableSchemaOrBuilder
public HBaseProtos.BytesBytesPair getAttributes(int index)
repeated .BytesBytesPair attributes = 2;
getAttributes
in interface HBaseProtos.TableSchemaOrBuilder
public HBaseProtos.BytesBytesPairOrBuilder getAttributesOrBuilder(int index)
repeated .BytesBytesPair attributes = 2;
getAttributesOrBuilder
in interface HBaseProtos.TableSchemaOrBuilder
public List<HBaseProtos.ColumnFamilySchema> getColumnFamiliesList()
repeated .ColumnFamilySchema column_families = 3;
getColumnFamiliesList
in interface HBaseProtos.TableSchemaOrBuilder
public List<? extends HBaseProtos.ColumnFamilySchemaOrBuilder> getColumnFamiliesOrBuilderList()
repeated .ColumnFamilySchema column_families = 3;
getColumnFamiliesOrBuilderList
in interface HBaseProtos.TableSchemaOrBuilder
public int getColumnFamiliesCount()
repeated .ColumnFamilySchema column_families = 3;
getColumnFamiliesCount
in interface HBaseProtos.TableSchemaOrBuilder
public HBaseProtos.ColumnFamilySchema getColumnFamilies(int index)
repeated .ColumnFamilySchema column_families = 3;
getColumnFamilies
in interface HBaseProtos.TableSchemaOrBuilder
public HBaseProtos.ColumnFamilySchemaOrBuilder getColumnFamiliesOrBuilder(int index)
repeated .ColumnFamilySchema column_families = 3;
getColumnFamiliesOrBuilder
in interface HBaseProtos.TableSchemaOrBuilder
public List<HBaseProtos.NameStringPair> getConfigurationList()
repeated .NameStringPair configuration = 4;
getConfigurationList
in interface HBaseProtos.TableSchemaOrBuilder
public List<? extends HBaseProtos.NameStringPairOrBuilder> getConfigurationOrBuilderList()
repeated .NameStringPair configuration = 4;
getConfigurationOrBuilderList
in interface HBaseProtos.TableSchemaOrBuilder
public int getConfigurationCount()
repeated .NameStringPair configuration = 4;
getConfigurationCount
in interface HBaseProtos.TableSchemaOrBuilder
public HBaseProtos.NameStringPair getConfiguration(int index)
repeated .NameStringPair configuration = 4;
getConfiguration
in interface HBaseProtos.TableSchemaOrBuilder
public HBaseProtos.NameStringPairOrBuilder getConfigurationOrBuilder(int index)
repeated .NameStringPair configuration = 4;
getConfigurationOrBuilder
in interface HBaseProtos.TableSchemaOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static HBaseProtos.TableSchema parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.TableSchema parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.TableSchema parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.TableSchema parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.TableSchema parseFrom(InputStream input) throws IOException
IOException
public static HBaseProtos.TableSchema parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBaseProtos.TableSchema parseDelimitedFrom(InputStream input) throws IOException
IOException
public static HBaseProtos.TableSchema parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBaseProtos.TableSchema parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static HBaseProtos.TableSchema parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBaseProtos.TableSchema.Builder newBuilder()
public HBaseProtos.TableSchema.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static HBaseProtos.TableSchema.Builder newBuilder(HBaseProtos.TableSchema prototype)
public HBaseProtos.TableSchema.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected HBaseProtos.TableSchema.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.