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

See Also:
Serialized Form

Nested Class Summary
static class ClientProtos.MutationProto.Builder
           
static class ClientProtos.MutationProto.ColumnValue
           
static interface ClientProtos.MutationProto.ColumnValueOrBuilder
           
static class ClientProtos.MutationProto.DeleteType
           
static class ClientProtos.MutationProto.Durability
           
static class ClientProtos.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 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()
           
 HBaseProtos.NameBytesPair getAttribute(int index)
           
 int getAttributeCount()
           
 List<HBaseProtos.NameBytesPair> getAttributeList()
           
 HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
           
 List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
           
 ClientProtos.MutationProto.ColumnValue getColumnValue(int index)
           
 int getColumnValueCount()
           
 List<ClientProtos.MutationProto.ColumnValue> getColumnValueList()
           
 ClientProtos.MutationProto.ColumnValueOrBuilder getColumnValueOrBuilder(int index)
           
 List<? extends ClientProtos.MutationProto.ColumnValueOrBuilder> getColumnValueOrBuilderList()
           
static ClientProtos.MutationProto getDefaultInstance()
           
 ClientProtos.MutationProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 ClientProtos.MutationProto.Durability getDurability()
           
 ClientProtos.MutationProto.MutationType getMutateType()
           
 com.google.protobuf.ByteString getRow()
           
 int getSerializedSize()
           
 HBaseProtos.TimeRange getTimeRange()
           
 HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
           
 long getTimestamp()
           
 boolean hasAssociatedCellCount()
           
 boolean hasDurability()
           
 int hashCode()
           
 boolean hasMutateType()
           
 boolean hasRow()
           
 boolean hasTimeRange()
           
 boolean hasTimestamp()
           
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, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension
 
Methods inherited from class com.google.protobuf.AbstractMessage
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
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

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

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

hasRow

public boolean hasRow()
Specified by:
hasRow in interface ClientProtos.MutationProtoOrBuilder

getRow

public com.google.protobuf.ByteString getRow()
Specified by:
getRow in interface ClientProtos.MutationProtoOrBuilder

hasMutateType

public boolean hasMutateType()
Specified by:
hasMutateType in interface ClientProtos.MutationProtoOrBuilder

getMutateType

public ClientProtos.MutationProto.MutationType getMutateType()
Specified by:
getMutateType in interface ClientProtos.MutationProtoOrBuilder

getColumnValueList

public List<ClientProtos.MutationProto.ColumnValue> getColumnValueList()
Specified by:
getColumnValueList in interface ClientProtos.MutationProtoOrBuilder

getColumnValueOrBuilderList

public List<? extends ClientProtos.MutationProto.ColumnValueOrBuilder> getColumnValueOrBuilderList()
Specified by:
getColumnValueOrBuilderList in interface ClientProtos.MutationProtoOrBuilder

getColumnValueCount

public int getColumnValueCount()
Specified by:
getColumnValueCount in interface ClientProtos.MutationProtoOrBuilder

getColumnValue

public ClientProtos.MutationProto.ColumnValue getColumnValue(int index)
Specified by:
getColumnValue in interface ClientProtos.MutationProtoOrBuilder

getColumnValueOrBuilder

public ClientProtos.MutationProto.ColumnValueOrBuilder getColumnValueOrBuilder(int index)
Specified by:
getColumnValueOrBuilder in interface ClientProtos.MutationProtoOrBuilder

hasTimestamp

public boolean hasTimestamp()
Specified by:
hasTimestamp in interface ClientProtos.MutationProtoOrBuilder

getTimestamp

public long getTimestamp()
Specified by:
getTimestamp in interface ClientProtos.MutationProtoOrBuilder

getAttributeList

public List<HBaseProtos.NameBytesPair> getAttributeList()
Specified by:
getAttributeList in interface ClientProtos.MutationProtoOrBuilder

getAttributeOrBuilderList

public List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
Specified by:
getAttributeOrBuilderList in interface ClientProtos.MutationProtoOrBuilder

getAttributeCount

public int getAttributeCount()
Specified by:
getAttributeCount in interface ClientProtos.MutationProtoOrBuilder

getAttribute

public HBaseProtos.NameBytesPair getAttribute(int index)
Specified by:
getAttribute in interface ClientProtos.MutationProtoOrBuilder

getAttributeOrBuilder

public HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
Specified by:
getAttributeOrBuilder in interface ClientProtos.MutationProtoOrBuilder

hasDurability

public boolean hasDurability()
Specified by:
hasDurability in interface ClientProtos.MutationProtoOrBuilder

getDurability

public ClientProtos.MutationProto.Durability getDurability()
Specified by:
getDurability in interface ClientProtos.MutationProtoOrBuilder

hasTimeRange

public boolean hasTimeRange()
Specified by:
hasTimeRange in interface ClientProtos.MutationProtoOrBuilder

getTimeRange

public HBaseProtos.TimeRange getTimeRange()
Specified by:
getTimeRange in interface ClientProtos.MutationProtoOrBuilder

getTimeRangeOrBuilder

public HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
Specified by:
getTimeRangeOrBuilder in interface ClientProtos.MutationProtoOrBuilder

hasAssociatedCellCount

public boolean hasAssociatedCellCount()
Specified by:
hasAssociatedCellCount in interface ClientProtos.MutationProtoOrBuilder

getAssociatedCellCount

public int getAssociatedCellCount()
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.