public static final class HBasePB.ColumnFamilySchema extends com.google.protobuf.GeneratedMessageLite implements HBasePB.ColumnFamilySchemaOrBuilder
ColumnFamilySchema
Column Family Schema Inspired by the rest ColumSchemaMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
HBasePB.ColumnFamilySchema.Builder
Protobuf type
ColumnFamilySchema |
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>| 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<HBasePB.ColumnFamilySchema> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
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.NameStringPair |
getConfiguration(int index)
repeated .NameStringPair configuration = 3; |
int |
getConfigurationCount()
repeated .NameStringPair configuration = 3; |
List<HBasePB.NameStringPair> |
getConfigurationList()
repeated .NameStringPair configuration = 3; |
HBasePB.NameStringPairOrBuilder |
getConfigurationOrBuilder(int index)
repeated .NameStringPair configuration = 3; |
List<? extends HBasePB.NameStringPairOrBuilder> |
getConfigurationOrBuilderList()
repeated .NameStringPair configuration = 3; |
static HBasePB.ColumnFamilySchema |
getDefaultInstance() |
HBasePB.ColumnFamilySchema |
getDefaultInstanceForType() |
com.google.protobuf.ByteString |
getName()
required bytes name = 1; |
com.google.protobuf.Parser<HBasePB.ColumnFamilySchema> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasName()
required bytes name = 1; |
boolean |
isInitialized() |
static HBasePB.ColumnFamilySchema.Builder |
newBuilder() |
static HBasePB.ColumnFamilySchema.Builder |
newBuilder(HBasePB.ColumnFamilySchema prototype) |
HBasePB.ColumnFamilySchema.Builder |
newBuilderForType() |
static HBasePB.ColumnFamilySchema |
parseDelimitedFrom(InputStream input) |
static HBasePB.ColumnFamilySchema |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBasePB.ColumnFamilySchema |
parseFrom(byte[] data) |
static HBasePB.ColumnFamilySchema |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBasePB.ColumnFamilySchema |
parseFrom(com.google.protobuf.ByteString data) |
static HBasePB.ColumnFamilySchema |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBasePB.ColumnFamilySchema |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HBasePB.ColumnFamilySchema |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBasePB.ColumnFamilySchema |
parseFrom(InputStream input) |
static HBasePB.ColumnFamilySchema |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HBasePB.ColumnFamilySchema.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownFieldpublic static com.google.protobuf.Parser<HBasePB.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 HBasePB.ColumnFamilySchema getDefaultInstance()
public HBasePB.ColumnFamilySchema getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<HBasePB.ColumnFamilySchema> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic boolean hasName()
required bytes name = 1;hasName in interface HBasePB.ColumnFamilySchemaOrBuilderpublic com.google.protobuf.ByteString getName()
required bytes name = 1;getName in interface HBasePB.ColumnFamilySchemaOrBuilderpublic List<HBasePB.BytesBytesPair> getAttributesList()
repeated .BytesBytesPair attributes = 2;getAttributesList in interface HBasePB.ColumnFamilySchemaOrBuilderpublic List<? extends HBasePB.BytesBytesPairOrBuilder> getAttributesOrBuilderList()
repeated .BytesBytesPair attributes = 2;public int getAttributesCount()
repeated .BytesBytesPair attributes = 2;getAttributesCount in interface HBasePB.ColumnFamilySchemaOrBuilderpublic HBasePB.BytesBytesPair getAttributes(int index)
repeated .BytesBytesPair attributes = 2;getAttributes in interface HBasePB.ColumnFamilySchemaOrBuilderpublic HBasePB.BytesBytesPairOrBuilder getAttributesOrBuilder(int index)
repeated .BytesBytesPair attributes = 2;public List<HBasePB.NameStringPair> getConfigurationList()
repeated .NameStringPair configuration = 3;getConfigurationList in interface HBasePB.ColumnFamilySchemaOrBuilderpublic List<? extends HBasePB.NameStringPairOrBuilder> getConfigurationOrBuilderList()
repeated .NameStringPair configuration = 3;public int getConfigurationCount()
repeated .NameStringPair configuration = 3;getConfigurationCount in interface HBasePB.ColumnFamilySchemaOrBuilderpublic HBasePB.NameStringPair getConfiguration(int index)
repeated .NameStringPair configuration = 3;getConfiguration in interface HBasePB.ColumnFamilySchemaOrBuilderpublic HBasePB.NameStringPairOrBuilder getConfigurationOrBuilder(int index)
repeated .NameStringPair configuration = 3;public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamExceptionpublic static HBasePB.ColumnFamilySchema parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBasePB.ColumnFamilySchema parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBasePB.ColumnFamilySchema parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBasePB.ColumnFamilySchema parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBasePB.ColumnFamilySchema parseFrom(InputStream input) throws IOException
IOExceptionpublic static HBasePB.ColumnFamilySchema parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBasePB.ColumnFamilySchema parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HBasePB.ColumnFamilySchema parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBasePB.ColumnFamilySchema parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HBasePB.ColumnFamilySchema parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBasePB.ColumnFamilySchema.Builder newBuilder()
public HBasePB.ColumnFamilySchema.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static HBasePB.ColumnFamilySchema.Builder newBuilder(HBasePB.ColumnFamilySchema prototype)
public HBasePB.ColumnFamilySchema.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteCopyright © 2010-2017, The Async HBase Authors