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 |
| Modifier and Type | Field and Description |
|---|---|
static int |
ATTRIBUTES_FIELD_NUMBER |
static int |
COLUMN_FAMILIES_FIELD_NUMBER |
static int |
CONFIGURATION_FIELD_NUMBER |
static <any> |
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() |
<any> |
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,
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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HBaseProtos.TableSchema.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> 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()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasTableName()
optional .TableName table_name = 1;hasTableName in interface HBaseProtos.TableSchemaOrBuilderpublic HBaseProtos.TableName getTableName()
optional .TableName table_name = 1;getTableName in interface HBaseProtos.TableSchemaOrBuilderpublic HBaseProtos.TableNameOrBuilder getTableNameOrBuilder()
optional .TableName table_name = 1;getTableNameOrBuilder in interface HBaseProtos.TableSchemaOrBuilderpublic List<HBaseProtos.BytesBytesPair> getAttributesList()
repeated .BytesBytesPair attributes = 2;getAttributesList in interface HBaseProtos.TableSchemaOrBuilderpublic List<? extends HBaseProtos.BytesBytesPairOrBuilder> getAttributesOrBuilderList()
repeated .BytesBytesPair attributes = 2;getAttributesOrBuilderList in interface HBaseProtos.TableSchemaOrBuilderpublic int getAttributesCount()
repeated .BytesBytesPair attributes = 2;getAttributesCount in interface HBaseProtos.TableSchemaOrBuilderpublic HBaseProtos.BytesBytesPair getAttributes(int index)
repeated .BytesBytesPair attributes = 2;getAttributes in interface HBaseProtos.TableSchemaOrBuilderpublic HBaseProtos.BytesBytesPairOrBuilder getAttributesOrBuilder(int index)
repeated .BytesBytesPair attributes = 2;getAttributesOrBuilder in interface HBaseProtos.TableSchemaOrBuilderpublic List<HBaseProtos.ColumnFamilySchema> getColumnFamiliesList()
repeated .ColumnFamilySchema column_families = 3;getColumnFamiliesList in interface HBaseProtos.TableSchemaOrBuilderpublic List<? extends HBaseProtos.ColumnFamilySchemaOrBuilder> getColumnFamiliesOrBuilderList()
repeated .ColumnFamilySchema column_families = 3;getColumnFamiliesOrBuilderList in interface HBaseProtos.TableSchemaOrBuilderpublic int getColumnFamiliesCount()
repeated .ColumnFamilySchema column_families = 3;getColumnFamiliesCount in interface HBaseProtos.TableSchemaOrBuilderpublic HBaseProtos.ColumnFamilySchema getColumnFamilies(int index)
repeated .ColumnFamilySchema column_families = 3;getColumnFamilies in interface HBaseProtos.TableSchemaOrBuilderpublic HBaseProtos.ColumnFamilySchemaOrBuilder getColumnFamiliesOrBuilder(int index)
repeated .ColumnFamilySchema column_families = 3;getColumnFamiliesOrBuilder in interface HBaseProtos.TableSchemaOrBuilderpublic List<HBaseProtos.NameStringPair> getConfigurationList()
repeated .NameStringPair configuration = 4;getConfigurationList in interface HBaseProtos.TableSchemaOrBuilderpublic List<? extends HBaseProtos.NameStringPairOrBuilder> getConfigurationOrBuilderList()
repeated .NameStringPair configuration = 4;getConfigurationOrBuilderList in interface HBaseProtos.TableSchemaOrBuilderpublic int getConfigurationCount()
repeated .NameStringPair configuration = 4;getConfigurationCount in interface HBaseProtos.TableSchemaOrBuilderpublic HBaseProtos.NameStringPair getConfiguration(int index)
repeated .NameStringPair configuration = 4;getConfiguration in interface HBaseProtos.TableSchemaOrBuilderpublic HBaseProtos.NameStringPairOrBuilder getConfigurationOrBuilder(int index)
repeated .NameStringPair configuration = 4;getConfigurationOrBuilder in interface HBaseProtos.TableSchemaOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean equals(Object obj)
public int hashCode()
public static HBaseProtos.TableSchema parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBaseProtos.TableSchema parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBaseProtos.TableSchema parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBaseProtos.TableSchema parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBaseProtos.TableSchema parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HBaseProtos.TableSchema parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBaseProtos.TableSchema parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HBaseProtos.TableSchema parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBaseProtos.TableSchema.Builder newBuilder()
public HBaseProtos.TableSchema.Builder newBuilderForType()
public static HBaseProtos.TableSchema.Builder newBuilder(HBaseProtos.TableSchema prototype)
public HBaseProtos.TableSchema.Builder toBuilder()
protected HBaseProtos.TableSchema.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)