public static final class HBaseProtos.ColumnFamilySchema extends com.google.protobuf.GeneratedMessage implements HBaseProtos.ColumnFamilySchemaOrBuilder
ColumnFamilySchema
Column Family Schema Inspired by the rest ColumSchemaMessage
Modifier and Type | Class and Description |
---|---|
static class |
HBaseProtos.ColumnFamilySchema.Builder
Protobuf type
ColumnFamilySchema |
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 |
CONFIGURATION_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<HBaseProtos.ColumnFamilySchema> |
PARSER |
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.NameStringPair |
getConfiguration(int index)
repeated .NameStringPair configuration = 3; |
int |
getConfigurationCount()
repeated .NameStringPair configuration = 3; |
List<HBaseProtos.NameStringPair> |
getConfigurationList()
repeated .NameStringPair configuration = 3; |
HBaseProtos.NameStringPairOrBuilder |
getConfigurationOrBuilder(int index)
repeated .NameStringPair configuration = 3; |
List<? extends HBaseProtos.NameStringPairOrBuilder> |
getConfigurationOrBuilderList()
repeated .NameStringPair configuration = 3; |
static HBaseProtos.ColumnFamilySchema |
getDefaultInstance() |
HBaseProtos.ColumnFamilySchema |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getName()
required bytes name = 1; |
com.google.protobuf.Parser<HBaseProtos.ColumnFamilySchema> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasName()
required bytes name = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HBaseProtos.ColumnFamilySchema.Builder |
newBuilder() |
static HBaseProtos.ColumnFamilySchema.Builder |
newBuilder(HBaseProtos.ColumnFamilySchema prototype) |
HBaseProtos.ColumnFamilySchema.Builder |
newBuilderForType() |
protected HBaseProtos.ColumnFamilySchema.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static HBaseProtos.ColumnFamilySchema |
parseDelimitedFrom(InputStream input) |
static HBaseProtos.ColumnFamilySchema |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.ColumnFamilySchema |
parseFrom(byte[] data) |
static HBaseProtos.ColumnFamilySchema |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.ColumnFamilySchema |
parseFrom(com.google.protobuf.ByteString data) |
static HBaseProtos.ColumnFamilySchema |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.ColumnFamilySchema |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HBaseProtos.ColumnFamilySchema |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.ColumnFamilySchema |
parseFrom(InputStream input) |
static HBaseProtos.ColumnFamilySchema |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HBaseProtos.ColumnFamilySchema.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.ColumnFamilySchema> PARSER
public static final int NAME_FIELD_NUMBER
public static final int ATTRIBUTES_FIELD_NUMBER
public static final int CONFIGURATION_FIELD_NUMBER
public static HBaseProtos.ColumnFamilySchema getDefaultInstance()
public HBaseProtos.ColumnFamilySchema 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.ColumnFamilySchema> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasName()
required bytes name = 1;
hasName
in interface HBaseProtos.ColumnFamilySchemaOrBuilder
public com.google.protobuf.ByteString getName()
required bytes name = 1;
getName
in interface HBaseProtos.ColumnFamilySchemaOrBuilder
public List<HBaseProtos.BytesBytesPair> getAttributesList()
repeated .BytesBytesPair attributes = 2;
getAttributesList
in interface HBaseProtos.ColumnFamilySchemaOrBuilder
public List<? extends HBaseProtos.BytesBytesPairOrBuilder> getAttributesOrBuilderList()
repeated .BytesBytesPair attributes = 2;
getAttributesOrBuilderList
in interface HBaseProtos.ColumnFamilySchemaOrBuilder
public int getAttributesCount()
repeated .BytesBytesPair attributes = 2;
getAttributesCount
in interface HBaseProtos.ColumnFamilySchemaOrBuilder
public HBaseProtos.BytesBytesPair getAttributes(int index)
repeated .BytesBytesPair attributes = 2;
getAttributes
in interface HBaseProtos.ColumnFamilySchemaOrBuilder
public HBaseProtos.BytesBytesPairOrBuilder getAttributesOrBuilder(int index)
repeated .BytesBytesPair attributes = 2;
getAttributesOrBuilder
in interface HBaseProtos.ColumnFamilySchemaOrBuilder
public List<HBaseProtos.NameStringPair> getConfigurationList()
repeated .NameStringPair configuration = 3;
getConfigurationList
in interface HBaseProtos.ColumnFamilySchemaOrBuilder
public List<? extends HBaseProtos.NameStringPairOrBuilder> getConfigurationOrBuilderList()
repeated .NameStringPair configuration = 3;
getConfigurationOrBuilderList
in interface HBaseProtos.ColumnFamilySchemaOrBuilder
public int getConfigurationCount()
repeated .NameStringPair configuration = 3;
getConfigurationCount
in interface HBaseProtos.ColumnFamilySchemaOrBuilder
public HBaseProtos.NameStringPair getConfiguration(int index)
repeated .NameStringPair configuration = 3;
getConfiguration
in interface HBaseProtos.ColumnFamilySchemaOrBuilder
public HBaseProtos.NameStringPairOrBuilder getConfigurationOrBuilder(int index)
repeated .NameStringPair configuration = 3;
getConfigurationOrBuilder
in interface HBaseProtos.ColumnFamilySchemaOrBuilder
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.ColumnFamilySchema parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.ColumnFamilySchema parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.ColumnFamilySchema parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.ColumnFamilySchema parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.ColumnFamilySchema parseFrom(InputStream input) throws IOException
IOException
public static HBaseProtos.ColumnFamilySchema parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBaseProtos.ColumnFamilySchema parseDelimitedFrom(InputStream input) throws IOException
IOException
public static HBaseProtos.ColumnFamilySchema parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBaseProtos.ColumnFamilySchema parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static HBaseProtos.ColumnFamilySchema parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBaseProtos.ColumnFamilySchema.Builder newBuilder()
public HBaseProtos.ColumnFamilySchema.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static HBaseProtos.ColumnFamilySchema.Builder newBuilder(HBaseProtos.ColumnFamilySchema prototype)
public HBaseProtos.ColumnFamilySchema.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected HBaseProtos.ColumnFamilySchema.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.