org.apache.hadoop.hbase.protobuf.generated
Class ClientProtos.MutationProto

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MutationProto
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ClientProtos.MutationProtoOrBuilder
Enclosing class:
ClientProtos

public static final class ClientProtos.MutationProto
extends com.google.protobuf.GeneratedMessage
implements ClientProtos.MutationProtoOrBuilder

Protobuf type MutationProto


 A specific mutation inside a mutate request.
 It can be an append, increment, put or delete based
 on the mutation type.  It can be fully filled in or
 only metadata present because data is being carried
 elsewhere outside of pb.
 

See Also:
Serialized Form

Nested Class Summary
static class ClientProtos.MutationProto.Builder
          Protobuf type MutationProto
static class ClientProtos.MutationProto.ColumnValue
          Protobuf type MutationProto.ColumnValue
static interface ClientProtos.MutationProto.ColumnValueOrBuilder
           
static class ClientProtos.MutationProto.DeleteType
          Protobuf enum MutationProto.DeleteType
static class ClientProtos.MutationProto.Durability
          Protobuf enum MutationProto.Durability
static class ClientProtos.MutationProto.MutationType
          Protobuf enum MutationProto.MutationType
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
Field Summary
static int ASSOCIATED_CELL_COUNT_FIELD_NUMBER
           
static int ATTRIBUTE_FIELD_NUMBER
           
static int COLUMN_VALUE_FIELD_NUMBER
           
static int DURABILITY_FIELD_NUMBER
           
static int MUTATE_TYPE_FIELD_NUMBER
           
static com.google.protobuf.Parser<ClientProtos.MutationProto> PARSER
           
static int ROW_FIELD_NUMBER
           
static int TIME_RANGE_FIELD_NUMBER
           
static int TIMESTAMP_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 boolean equals(Object obj)
           
 int getAssociatedCellCount()
          optional int32 associated_cell_count = 8;
 HBaseProtos.NameBytesPair getAttribute(int index)
          repeated .NameBytesPair attribute = 5;
 int getAttributeCount()
          repeated .NameBytesPair attribute = 5;
 List<HBaseProtos.NameBytesPair> getAttributeList()
          repeated .NameBytesPair attribute = 5;
 HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
          repeated .NameBytesPair attribute = 5;
 List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
          repeated .NameBytesPair attribute = 5;
 ClientProtos.MutationProto.ColumnValue getColumnValue(int index)
          repeated .MutationProto.ColumnValue column_value = 3;
 int getColumnValueCount()
          repeated .MutationProto.ColumnValue column_value = 3;
 List<ClientProtos.MutationProto.ColumnValue> getColumnValueList()
          repeated .MutationProto.ColumnValue column_value = 3;
 ClientProtos.MutationProto.ColumnValueOrBuilder getColumnValueOrBuilder(int index)
          repeated .MutationProto.ColumnValue column_value = 3;
 List<? extends ClientProtos.MutationProto.ColumnValueOrBuilder> getColumnValueOrBuilderList()
          repeated .MutationProto.ColumnValue column_value = 3;
static ClientProtos.MutationProto getDefaultInstance()
           
 ClientProtos.MutationProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 ClientProtos.MutationProto.Durability getDurability()
          optional .MutationProto.Durability durability = 6 [default = USE_DEFAULT];
 ClientProtos.MutationProto.MutationType getMutateType()
          optional .MutationProto.MutationType mutate_type = 2;
 com.google.protobuf.Parser<ClientProtos.MutationProto> getParserForType()
           
 com.google.protobuf.ByteString getRow()
          optional bytes row = 1;
 int getSerializedSize()
           
 HBaseProtos.TimeRange getTimeRange()
          optional .TimeRange time_range = 7;
 HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
          optional .TimeRange time_range = 7;
 long getTimestamp()
          optional uint64 timestamp = 4;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasAssociatedCellCount()
          optional int32 associated_cell_count = 8;
 boolean hasDurability()
          optional .MutationProto.Durability durability = 6 [default = USE_DEFAULT];
 int hashCode()
           
 boolean hasMutateType()
          optional .MutationProto.MutationType mutate_type = 2;
 boolean hasRow()
          optional bytes row = 1;
 boolean hasTimeRange()
          optional .TimeRange time_range = 7;
 boolean hasTimestamp()
          optional uint64 timestamp = 4;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static ClientProtos.MutationProto.Builder newBuilder()
           
static ClientProtos.MutationProto.Builder newBuilder(ClientProtos.MutationProto prototype)
           
 ClientProtos.MutationProto.Builder newBuilderForType()
           
protected  ClientProtos.MutationProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static ClientProtos.MutationProto parseDelimitedFrom(InputStream input)
           
static ClientProtos.MutationProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.MutationProto parseFrom(byte[] data)
           
static ClientProtos.MutationProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.MutationProto parseFrom(com.google.protobuf.ByteString data)
           
static ClientProtos.MutationProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.MutationProto parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClientProtos.MutationProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.MutationProto parseFrom(InputStream input)
           
static ClientProtos.MutationProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClientProtos.MutationProto.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

PARSER

public static com.google.protobuf.Parser<ClientProtos.MutationProto> PARSER

ROW_FIELD_NUMBER

public static final int ROW_FIELD_NUMBER
See Also:
Constant Field Values

MUTATE_TYPE_FIELD_NUMBER

public static final int MUTATE_TYPE_FIELD_NUMBER
See Also:
Constant Field Values

COLUMN_VALUE_FIELD_NUMBER

public static final int COLUMN_VALUE_FIELD_NUMBER
See Also:
Constant Field Values

TIMESTAMP_FIELD_NUMBER

public static final int TIMESTAMP_FIELD_NUMBER
See Also:
Constant Field Values

ATTRIBUTE_FIELD_NUMBER

public static final int ATTRIBUTE_FIELD_NUMBER
See Also:
Constant Field Values

DURABILITY_FIELD_NUMBER

public static final int DURABILITY_FIELD_NUMBER
See Also:
Constant Field Values

TIME_RANGE_FIELD_NUMBER

public static final int TIME_RANGE_FIELD_NUMBER
See Also:
Constant Field Values

ASSOCIATED_CELL_COUNT_FIELD_NUMBER

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

getDefaultInstance

public static ClientProtos.MutationProto getDefaultInstance()

getDefaultInstanceForType

public ClientProtos.MutationProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage

getParserForType

public com.google.protobuf.Parser<ClientProtos.MutationProto> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.Message
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage

hasRow

public boolean hasRow()
optional bytes row = 1;

Specified by:
hasRow in interface ClientProtos.MutationProtoOrBuilder

getRow

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

Specified by:
getRow in interface ClientProtos.MutationProtoOrBuilder

hasMutateType

public boolean hasMutateType()
optional .MutationProto.MutationType mutate_type = 2;

Specified by:
hasMutateType in interface ClientProtos.MutationProtoOrBuilder

getMutateType

public ClientProtos.MutationProto.MutationType getMutateType()
optional .MutationProto.MutationType mutate_type = 2;

Specified by:
getMutateType in interface ClientProtos.MutationProtoOrBuilder

getColumnValueList

public List<ClientProtos.MutationProto.ColumnValue> getColumnValueList()
repeated .MutationProto.ColumnValue column_value = 3;

Specified by:
getColumnValueList in interface ClientProtos.MutationProtoOrBuilder

getColumnValueOrBuilderList

public List<? extends ClientProtos.MutationProto.ColumnValueOrBuilder> getColumnValueOrBuilderList()
repeated .MutationProto.ColumnValue column_value = 3;

Specified by:
getColumnValueOrBuilderList in interface ClientProtos.MutationProtoOrBuilder

getColumnValueCount

public int getColumnValueCount()
repeated .MutationProto.ColumnValue column_value = 3;

Specified by:
getColumnValueCount in interface ClientProtos.MutationProtoOrBuilder

getColumnValue

public ClientProtos.MutationProto.ColumnValue getColumnValue(int index)
repeated .MutationProto.ColumnValue column_value = 3;

Specified by:
getColumnValue in interface ClientProtos.MutationProtoOrBuilder

getColumnValueOrBuilder

public ClientProtos.MutationProto.ColumnValueOrBuilder getColumnValueOrBuilder(int index)
repeated .MutationProto.ColumnValue column_value = 3;

Specified by:
getColumnValueOrBuilder in interface ClientProtos.MutationProtoOrBuilder

hasTimestamp

public boolean hasTimestamp()
optional uint64 timestamp = 4;

Specified by:
hasTimestamp in interface ClientProtos.MutationProtoOrBuilder

getTimestamp

public long getTimestamp()
optional uint64 timestamp = 4;

Specified by:
getTimestamp in interface ClientProtos.MutationProtoOrBuilder

getAttributeList

public List<HBaseProtos.NameBytesPair> getAttributeList()
repeated .NameBytesPair attribute = 5;

Specified by:
getAttributeList in interface ClientProtos.MutationProtoOrBuilder

getAttributeOrBuilderList

public List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
repeated .NameBytesPair attribute = 5;

Specified by:
getAttributeOrBuilderList in interface ClientProtos.MutationProtoOrBuilder

getAttributeCount

public int getAttributeCount()
repeated .NameBytesPair attribute = 5;

Specified by:
getAttributeCount in interface ClientProtos.MutationProtoOrBuilder

getAttribute

public HBaseProtos.NameBytesPair getAttribute(int index)
repeated .NameBytesPair attribute = 5;

Specified by:
getAttribute in interface ClientProtos.MutationProtoOrBuilder

getAttributeOrBuilder

public HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
repeated .NameBytesPair attribute = 5;

Specified by:
getAttributeOrBuilder in interface ClientProtos.MutationProtoOrBuilder

hasDurability

public boolean hasDurability()
optional .MutationProto.Durability durability = 6 [default = USE_DEFAULT];

Specified by:
hasDurability in interface ClientProtos.MutationProtoOrBuilder

getDurability

public ClientProtos.MutationProto.Durability getDurability()
optional .MutationProto.Durability durability = 6 [default = USE_DEFAULT];

Specified by:
getDurability in interface ClientProtos.MutationProtoOrBuilder

hasTimeRange

public boolean hasTimeRange()
optional .TimeRange time_range = 7;
 For some mutations, a result may be returned, in which case,
 time range can be specified for potential performance gain
 

Specified by:
hasTimeRange in interface ClientProtos.MutationProtoOrBuilder

getTimeRange

public HBaseProtos.TimeRange getTimeRange()
optional .TimeRange time_range = 7;
 For some mutations, a result may be returned, in which case,
 time range can be specified for potential performance gain
 

Specified by:
getTimeRange in interface ClientProtos.MutationProtoOrBuilder

getTimeRangeOrBuilder

public HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
optional .TimeRange time_range = 7;
 For some mutations, a result may be returned, in which case,
 time range can be specified for potential performance gain
 

Specified by:
getTimeRangeOrBuilder in interface ClientProtos.MutationProtoOrBuilder

hasAssociatedCellCount

public boolean hasAssociatedCellCount()
optional int32 associated_cell_count = 8;
 The below count is set when the associated cells are NOT
 part of this protobuf message; they are passed alongside
 and then this Message is a placeholder with metadata.  The
 count is needed to know how many to peel off the block of Cells as
 ours.  NOTE: This is different from the pb managed cell_count of the
 'cell' field above which is non-null when the cells are pb'd.
 

Specified by:
hasAssociatedCellCount in interface ClientProtos.MutationProtoOrBuilder

getAssociatedCellCount

public int getAssociatedCellCount()
optional int32 associated_cell_count = 8;
 The below count is set when the associated cells are NOT
 part of this protobuf message; they are passed alongside
 and then this Message is a placeholder with metadata.  The
 count is needed to know how many to peel off the block of Cells as
 ours.  NOTE: This is different from the pb managed cell_count of the
 'cell' field above which is non-null when the cells are pb'd.
 

Specified by:
getAssociatedCellCount in interface ClientProtos.MutationProtoOrBuilder

isInitialized

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

writeTo

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

getSerializedSize

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

writeReplace

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

equals

public boolean equals(Object obj)
Specified by:
equals in interface com.google.protobuf.Message
Overrides:
equals in class com.google.protobuf.AbstractMessage

hashCode

public int hashCode()
Specified by:
hashCode in interface com.google.protobuf.Message
Overrides:
hashCode in class com.google.protobuf.AbstractMessage

parseFrom

public static ClientProtos.MutationProto parseFrom(com.google.protobuf.ByteString data)
                                            throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

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

parseFrom

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

parseFrom

public static ClientProtos.MutationProto parseFrom(InputStream input)
                                            throws IOException
Throws:
IOException

parseFrom

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

parseDelimitedFrom

public static ClientProtos.MutationProto parseDelimitedFrom(InputStream input)
                                                     throws IOException
Throws:
IOException

parseDelimitedFrom

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

parseFrom

public static ClientProtos.MutationProto parseFrom(com.google.protobuf.CodedInputStream input)
                                            throws IOException
Throws:
IOException

parseFrom

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

newBuilder

public static ClientProtos.MutationProto.Builder newBuilder()

newBuilderForType

public ClientProtos.MutationProto.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.Message
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static ClientProtos.MutationProto.Builder newBuilder(ClientProtos.MutationProto prototype)

toBuilder

public ClientProtos.MutationProto.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.Message
Specified by:
toBuilder in interface com.google.protobuf.MessageLite

newBuilderForType

protected ClientProtos.MutationProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.