org.hbase.async.generated
Class CellPB.Cell

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

public static final class CellPB.Cell
extends com.google.protobuf.GeneratedMessageLite
implements CellPB.CellOrBuilder

Protobuf type Cell


 Protocol buffer version of Cell.
 

See Also:
Serialized Form

Nested Class Summary
static class CellPB.Cell.Builder
          Protobuf type Cell
 
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 CELL_TYPE_FIELD_NUMBER
           
static int FAMILY_FIELD_NUMBER
           
static com.google.protobuf.Parser<CellPB.Cell> PARSER
           
static int QUALIFIER_FIELD_NUMBER
           
static int ROW_FIELD_NUMBER
           
static int TIMESTAMP_FIELD_NUMBER
           
static int VALUE_FIELD_NUMBER
           
 
Method Summary
 CellPB.CellType getCellType()
          optional .CellType cell_type = 5;
static CellPB.Cell getDefaultInstance()
           
 CellPB.Cell getDefaultInstanceForType()
           
 com.google.protobuf.ByteString getFamily()
          optional bytes family = 2;
 com.google.protobuf.Parser<CellPB.Cell> getParserForType()
           
 com.google.protobuf.ByteString getQualifier()
          optional bytes qualifier = 3;
 com.google.protobuf.ByteString getRow()
          optional bytes row = 1;
 int getSerializedSize()
           
 long getTimestamp()
          optional uint64 timestamp = 4;
 com.google.protobuf.ByteString getValue()
          optional bytes value = 6;
 boolean hasCellType()
          optional .CellType cell_type = 5;
 boolean hasFamily()
          optional bytes family = 2;
 boolean hasQualifier()
          optional bytes qualifier = 3;
 boolean hasRow()
          optional bytes row = 1;
 boolean hasTimestamp()
          optional uint64 timestamp = 4;
 boolean hasValue()
          optional bytes value = 6;
 boolean isInitialized()
           
static CellPB.Cell.Builder newBuilder()
           
static CellPB.Cell.Builder newBuilder(CellPB.Cell prototype)
           
 CellPB.Cell.Builder newBuilderForType()
           
static CellPB.Cell parseDelimitedFrom(InputStream input)
           
static CellPB.Cell parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static CellPB.Cell parseFrom(byte[] data)
           
static CellPB.Cell parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static CellPB.Cell parseFrom(com.google.protobuf.ByteString data)
           
static CellPB.Cell parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static CellPB.Cell parseFrom(com.google.protobuf.CodedInputStream input)
           
static CellPB.Cell parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static CellPB.Cell parseFrom(InputStream input)
           
static CellPB.Cell parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 CellPB.Cell.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<CellPB.Cell> PARSER

ROW_FIELD_NUMBER

public static final int ROW_FIELD_NUMBER
See Also:
Constant Field Values

FAMILY_FIELD_NUMBER

public static final int FAMILY_FIELD_NUMBER
See Also:
Constant Field Values

QUALIFIER_FIELD_NUMBER

public static final int QUALIFIER_FIELD_NUMBER
See Also:
Constant Field Values

TIMESTAMP_FIELD_NUMBER

public static final int TIMESTAMP_FIELD_NUMBER
See Also:
Constant Field Values

CELL_TYPE_FIELD_NUMBER

public static final int CELL_TYPE_FIELD_NUMBER
See Also:
Constant Field Values

VALUE_FIELD_NUMBER

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

getDefaultInstance

public static CellPB.Cell getDefaultInstance()

getDefaultInstanceForType

public CellPB.Cell getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder

getParserForType

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

hasRow

public boolean hasRow()
optional bytes row = 1;

Specified by:
hasRow in interface CellPB.CellOrBuilder

getRow

public com.google.protobuf.ByteString getRow()
optional bytes row = 1;

Specified by:
getRow in interface CellPB.CellOrBuilder

hasFamily

public boolean hasFamily()
optional bytes family = 2;

Specified by:
hasFamily in interface CellPB.CellOrBuilder

getFamily

public com.google.protobuf.ByteString getFamily()
optional bytes family = 2;

Specified by:
getFamily in interface CellPB.CellOrBuilder

hasQualifier

public boolean hasQualifier()
optional bytes qualifier = 3;

Specified by:
hasQualifier in interface CellPB.CellOrBuilder

getQualifier

public com.google.protobuf.ByteString getQualifier()
optional bytes qualifier = 3;

Specified by:
getQualifier in interface CellPB.CellOrBuilder

hasTimestamp

public boolean hasTimestamp()
optional uint64 timestamp = 4;

Specified by:
hasTimestamp in interface CellPB.CellOrBuilder

getTimestamp

public long getTimestamp()
optional uint64 timestamp = 4;

Specified by:
getTimestamp in interface CellPB.CellOrBuilder

hasCellType

public boolean hasCellType()
optional .CellType cell_type = 5;

Specified by:
hasCellType in interface CellPB.CellOrBuilder

getCellType

public CellPB.CellType getCellType()
optional .CellType cell_type = 5;

Specified by:
getCellType in interface CellPB.CellOrBuilder

hasValue

public boolean hasValue()
optional bytes value = 6;

Specified by:
hasValue in interface CellPB.CellOrBuilder

getValue

public com.google.protobuf.ByteString getValue()
optional bytes value = 6;

Specified by:
getValue in interface CellPB.CellOrBuilder

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 CellPB.Cell parseFrom(com.google.protobuf.ByteString data)
                             throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

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

parseFrom

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

parseFrom

public static CellPB.Cell parseFrom(InputStream input)
                             throws IOException
Throws:
IOException

parseFrom

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

parseDelimitedFrom

public static CellPB.Cell parseDelimitedFrom(InputStream input)
                                      throws IOException
Throws:
IOException

parseDelimitedFrom

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

parseFrom

public static CellPB.Cell parseFrom(com.google.protobuf.CodedInputStream input)
                             throws IOException
Throws:
IOException

parseFrom

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

newBuilder

public static CellPB.Cell.Builder newBuilder()

newBuilderForType

public CellPB.Cell.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static CellPB.Cell.Builder newBuilder(CellPB.Cell prototype)

toBuilder

public CellPB.Cell.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.MessageLite


Copyright © 2010-2015, The Async HBase Authors