org.hbase.async.generated
Class HBasePB.ColumnFamilySchema

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.GeneratedMessageLite
          extended by org.hbase.async.generated.HBasePB.ColumnFamilySchema
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, Serializable, HBasePB.ColumnFamilySchemaOrBuilder
Enclosing class:
HBasePB

public static final class HBasePB.ColumnFamilySchema
extends com.google.protobuf.GeneratedMessageLite
implements HBasePB.ColumnFamilySchemaOrBuilder

Protobuf type ColumnFamilySchema


 Column Family Schema
 Inspired by the rest ColumSchemaMessage
 

See Also:
Serialized Form

Nested Class Summary
static class HBasePB.ColumnFamilySchema.Builder
          Protobuf type ColumnFamilySchema
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
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>
 
Field Summary
static int ATTRIBUTES_FIELD_NUMBER
           
static int CONFIGURATION_FIELD_NUMBER
           
static int NAME_FIELD_NUMBER
           
static com.google.protobuf.Parser<HBasePB.ColumnFamilySchema> PARSER
           
 
Method Summary
 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)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER

public static com.google.protobuf.Parser<HBasePB.ColumnFamilySchema> PARSER

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
See Also:
Constant Field Values

ATTRIBUTES_FIELD_NUMBER

public static final int ATTRIBUTES_FIELD_NUMBER
See Also:
Constant Field Values

CONFIGURATION_FIELD_NUMBER

public static final int CONFIGURATION_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static HBasePB.ColumnFamilySchema getDefaultInstance()

getDefaultInstanceForType

public HBasePB.ColumnFamilySchema getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder

getParserForType

public com.google.protobuf.Parser<HBasePB.ColumnFamilySchema> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessageLite

hasName

public boolean hasName()
required bytes name = 1;

Specified by:
hasName in interface HBasePB.ColumnFamilySchemaOrBuilder

getName

public com.google.protobuf.ByteString getName()
required bytes name = 1;

Specified by:
getName in interface HBasePB.ColumnFamilySchemaOrBuilder

getAttributesList

public List<HBasePB.BytesBytesPair> getAttributesList()
repeated .BytesBytesPair attributes = 2;

Specified by:
getAttributesList in interface HBasePB.ColumnFamilySchemaOrBuilder

getAttributesOrBuilderList

public List<? extends HBasePB.BytesBytesPairOrBuilder> getAttributesOrBuilderList()
repeated .BytesBytesPair attributes = 2;


getAttributesCount

public int getAttributesCount()
repeated .BytesBytesPair attributes = 2;

Specified by:
getAttributesCount in interface HBasePB.ColumnFamilySchemaOrBuilder

getAttributes

public HBasePB.BytesBytesPair getAttributes(int index)
repeated .BytesBytesPair attributes = 2;

Specified by:
getAttributes in interface HBasePB.ColumnFamilySchemaOrBuilder

getAttributesOrBuilder

public HBasePB.BytesBytesPairOrBuilder getAttributesOrBuilder(int index)
repeated .BytesBytesPair attributes = 2;


getConfigurationList

public List<HBasePB.NameStringPair> getConfigurationList()
repeated .NameStringPair configuration = 3;

Specified by:
getConfigurationList in interface HBasePB.ColumnFamilySchemaOrBuilder

getConfigurationOrBuilderList

public List<? extends HBasePB.NameStringPairOrBuilder> getConfigurationOrBuilderList()
repeated .NameStringPair configuration = 3;


getConfigurationCount

public int getConfigurationCount()
repeated .NameStringPair configuration = 3;

Specified by:
getConfigurationCount in interface HBasePB.ColumnFamilySchemaOrBuilder

getConfiguration

public HBasePB.NameStringPair getConfiguration(int index)
repeated .NameStringPair configuration = 3;

Specified by:
getConfiguration in interface HBasePB.ColumnFamilySchemaOrBuilder

getConfigurationOrBuilder

public HBasePB.NameStringPairOrBuilder getConfigurationOrBuilder(int index)
repeated .NameStringPair configuration = 3;


isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessageLite
Throws:
ObjectStreamException

parseFrom

public static HBasePB.ColumnFamilySchema parseFrom(com.google.protobuf.ByteString data)
                                            throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static HBasePB.ColumnFamilySchema parseFrom(com.google.protobuf.ByteString data,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static HBasePB.ColumnFamilySchema parseFrom(byte[] data)
                                            throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static HBasePB.ColumnFamilySchema parseFrom(byte[] data,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static HBasePB.ColumnFamilySchema parseFrom(InputStream input)
                                            throws IOException
Throws:
IOException

parseFrom

public static HBasePB.ColumnFamilySchema parseFrom(InputStream input,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws IOException
Throws:
IOException

parseDelimitedFrom

public static HBasePB.ColumnFamilySchema parseDelimitedFrom(InputStream input)
                                                     throws IOException
Throws:
IOException

parseDelimitedFrom

public static HBasePB.ColumnFamilySchema parseDelimitedFrom(InputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws IOException
Throws:
IOException

parseFrom

public static HBasePB.ColumnFamilySchema parseFrom(com.google.protobuf.CodedInputStream input)
                                            throws IOException
Throws:
IOException

parseFrom

public static HBasePB.ColumnFamilySchema parseFrom(com.google.protobuf.CodedInputStream input,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws IOException
Throws:
IOException

newBuilder

public static HBasePB.ColumnFamilySchema.Builder newBuilder()

newBuilderForType

public HBasePB.ColumnFamilySchema.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static HBasePB.ColumnFamilySchema.Builder newBuilder(HBasePB.ColumnFamilySchema prototype)

toBuilder

public HBasePB.ColumnFamilySchema.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.MessageLite


Copyright © 2010-2015, The Async HBase Authors