org.hbase.async.generated
Class CellPB.KeyValue

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

public static final class CellPB.KeyValue
extends com.google.protobuf.GeneratedMessageLite
implements CellPB.KeyValueOrBuilder

Protobuf type KeyValue


 Protocol buffer version of KeyValue.
 It doesn't have those transient parameters
 

See Also:
Serialized Form

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

KEY_TYPE_FIELD_NUMBER

public static final int KEY_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.KeyValue getDefaultInstance()

getDefaultInstanceForType

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

getParserForType

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

hasRow

public boolean hasRow()
required bytes row = 1;

Specified by:
hasRow in interface CellPB.KeyValueOrBuilder

getRow

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

Specified by:
getRow in interface CellPB.KeyValueOrBuilder

hasFamily

public boolean hasFamily()
required bytes family = 2;

Specified by:
hasFamily in interface CellPB.KeyValueOrBuilder

getFamily

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

Specified by:
getFamily in interface CellPB.KeyValueOrBuilder

hasQualifier

public boolean hasQualifier()
required bytes qualifier = 3;

Specified by:
hasQualifier in interface CellPB.KeyValueOrBuilder

getQualifier

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

Specified by:
getQualifier in interface CellPB.KeyValueOrBuilder

hasTimestamp

public boolean hasTimestamp()
optional uint64 timestamp = 4;

Specified by:
hasTimestamp in interface CellPB.KeyValueOrBuilder

getTimestamp

public long getTimestamp()
optional uint64 timestamp = 4;

Specified by:
getTimestamp in interface CellPB.KeyValueOrBuilder

hasKeyType

public boolean hasKeyType()
optional .CellType key_type = 5;

Specified by:
hasKeyType in interface CellPB.KeyValueOrBuilder

getKeyType

public CellPB.CellType getKeyType()
optional .CellType key_type = 5;

Specified by:
getKeyType in interface CellPB.KeyValueOrBuilder

hasValue

public boolean hasValue()
optional bytes value = 6;

Specified by:
hasValue in interface CellPB.KeyValueOrBuilder

getValue

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

Specified by:
getValue in interface CellPB.KeyValueOrBuilder

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

parseFrom

public static CellPB.KeyValue 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.KeyValue parseFrom(byte[] data)
                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static CellPB.KeyValue.Builder newBuilder()

newBuilderForType

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

newBuilder

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

toBuilder

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


Copyright © 2010-2015, The Async HBase Authors