public static final class HBasePB.ColumnFamilySchema extends com.google.protobuf.GeneratedMessageLite<HBasePB.ColumnFamilySchema,HBasePB.ColumnFamilySchema.Builder> implements HBasePB.ColumnFamilySchemaOrBuilder
Column Family Schema Inspired by the rest ColumSchemaMessageProtobuf type
ColumnFamilySchema
Modifier and Type | Class and Description |
---|---|
static class |
HBasePB.ColumnFamilySchema.Builder
Column Family Schema
Inspired by the rest ColumSchemaMessage
|
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MergeFromVisitor, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm, com.google.protobuf.GeneratedMessageLite.Visitor
Modifier and Type | Field and Description |
---|---|
static int |
ATTRIBUTES_FIELD_NUMBER |
static int |
CONFIGURATION_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
protected Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
Object arg0,
Object arg1) |
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() |
com.google.protobuf.ByteString |
getName()
required bytes name = 1; |
int |
getSerializedSize() |
boolean |
hasName()
required bytes name = 1; |
static HBasePB.ColumnFamilySchema.Builder |
newBuilder() |
static HBasePB.ColumnFamilySchema.Builder |
newBuilder(HBasePB.ColumnFamilySchema prototype) |
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(ByteBuffer data) |
static HBasePB.ColumnFamilySchema |
parseFrom(ByteBuffer 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) |
static com.google.protobuf.Parser<HBasePB.ColumnFamilySchema> |
parser() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, isInitialized, makeImmutable, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, toBuilder, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int NAME_FIELD_NUMBER
public static final int ATTRIBUTES_FIELD_NUMBER
public static final int CONFIGURATION_FIELD_NUMBER
public boolean hasName()
required bytes name = 1;
hasName
in interface HBasePB.ColumnFamilySchemaOrBuilder
public com.google.protobuf.ByteString getName()
required bytes name = 1;
getName
in interface HBasePB.ColumnFamilySchemaOrBuilder
public List<HBasePB.BytesBytesPair> getAttributesList()
repeated .BytesBytesPair attributes = 2;
getAttributesList
in interface HBasePB.ColumnFamilySchemaOrBuilder
public List<? extends HBasePB.BytesBytesPairOrBuilder> getAttributesOrBuilderList()
repeated .BytesBytesPair attributes = 2;
public int getAttributesCount()
repeated .BytesBytesPair attributes = 2;
getAttributesCount
in interface HBasePB.ColumnFamilySchemaOrBuilder
public HBasePB.BytesBytesPair getAttributes(int index)
repeated .BytesBytesPair attributes = 2;
getAttributes
in interface HBasePB.ColumnFamilySchemaOrBuilder
public HBasePB.BytesBytesPairOrBuilder getAttributesOrBuilder(int index)
repeated .BytesBytesPair attributes = 2;
public List<HBasePB.NameStringPair> getConfigurationList()
repeated .NameStringPair configuration = 3;
getConfigurationList
in interface HBasePB.ColumnFamilySchemaOrBuilder
public List<? extends HBasePB.NameStringPairOrBuilder> getConfigurationOrBuilderList()
repeated .NameStringPair configuration = 3;
public int getConfigurationCount()
repeated .NameStringPair configuration = 3;
getConfigurationCount
in interface HBasePB.ColumnFamilySchemaOrBuilder
public HBasePB.NameStringPair getConfiguration(int index)
repeated .NameStringPair configuration = 3;
getConfiguration
in interface HBasePB.ColumnFamilySchemaOrBuilder
public HBasePB.NameStringPairOrBuilder getConfigurationOrBuilder(int index)
repeated .NameStringPair configuration = 3;
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
public static HBasePB.ColumnFamilySchema parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.ColumnFamilySchema parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.ColumnFamilySchema parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.ColumnFamilySchema parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.ColumnFamilySchema parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.ColumnFamilySchema parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.ColumnFamilySchema parseFrom(InputStream input) throws IOException
IOException
public static HBasePB.ColumnFamilySchema parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBasePB.ColumnFamilySchema parseDelimitedFrom(InputStream input) throws IOException
IOException
public static HBasePB.ColumnFamilySchema parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBasePB.ColumnFamilySchema parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static HBasePB.ColumnFamilySchema parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBasePB.ColumnFamilySchema.Builder newBuilder()
public static HBasePB.ColumnFamilySchema.Builder newBuilder(HBasePB.ColumnFamilySchema prototype)
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
dynamicMethod
in class com.google.protobuf.GeneratedMessageLite<HBasePB.ColumnFamilySchema,HBasePB.ColumnFamilySchema.Builder>
public static HBasePB.ColumnFamilySchema getDefaultInstance()
public static com.google.protobuf.Parser<HBasePB.ColumnFamilySchema> parser()
Copyright © 2010–2017 The Async HBase Authors. All rights reserved.