public static final class ClientProtos.MutationProto extends com.google.protobuf.GeneratedMessage implements ClientProtos.MutationProtoOrBuilder
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.
Modifier and Type | Class and Description |
---|---|
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 |
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>
Modifier and Type | Field and Description |
---|---|
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 |
NONCE_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 |
Modifier and Type | Method and Description |
---|---|
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; |
long |
getNonce()
optional uint64 nonce = 9; |
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 |
hasNonce()
optional uint64 nonce = 9; |
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) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<ClientProtos.MutationProto> PARSER
public static final int ROW_FIELD_NUMBER
public static final int MUTATE_TYPE_FIELD_NUMBER
public static final int COLUMN_VALUE_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
public static final int ATTRIBUTE_FIELD_NUMBER
public static final int DURABILITY_FIELD_NUMBER
public static final int TIME_RANGE_FIELD_NUMBER
public static final int ASSOCIATED_CELL_COUNT_FIELD_NUMBER
public static final int NONCE_FIELD_NUMBER
public static ClientProtos.MutationProto getDefaultInstance()
public ClientProtos.MutationProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<ClientProtos.MutationProto> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasRow()
optional bytes row = 1;
hasRow
in interface ClientProtos.MutationProtoOrBuilder
public com.google.protobuf.ByteString getRow()
optional bytes row = 1;
getRow
in interface ClientProtos.MutationProtoOrBuilder
public boolean hasMutateType()
optional .MutationProto.MutationType mutate_type = 2;
hasMutateType
in interface ClientProtos.MutationProtoOrBuilder
public ClientProtos.MutationProto.MutationType getMutateType()
optional .MutationProto.MutationType mutate_type = 2;
getMutateType
in interface ClientProtos.MutationProtoOrBuilder
public List<ClientProtos.MutationProto.ColumnValue> getColumnValueList()
repeated .MutationProto.ColumnValue column_value = 3;
getColumnValueList
in interface ClientProtos.MutationProtoOrBuilder
public List<? extends ClientProtos.MutationProto.ColumnValueOrBuilder> getColumnValueOrBuilderList()
repeated .MutationProto.ColumnValue column_value = 3;
getColumnValueOrBuilderList
in interface ClientProtos.MutationProtoOrBuilder
public int getColumnValueCount()
repeated .MutationProto.ColumnValue column_value = 3;
getColumnValueCount
in interface ClientProtos.MutationProtoOrBuilder
public ClientProtos.MutationProto.ColumnValue getColumnValue(int index)
repeated .MutationProto.ColumnValue column_value = 3;
getColumnValue
in interface ClientProtos.MutationProtoOrBuilder
public ClientProtos.MutationProto.ColumnValueOrBuilder getColumnValueOrBuilder(int index)
repeated .MutationProto.ColumnValue column_value = 3;
getColumnValueOrBuilder
in interface ClientProtos.MutationProtoOrBuilder
public boolean hasTimestamp()
optional uint64 timestamp = 4;
hasTimestamp
in interface ClientProtos.MutationProtoOrBuilder
public long getTimestamp()
optional uint64 timestamp = 4;
getTimestamp
in interface ClientProtos.MutationProtoOrBuilder
public List<HBaseProtos.NameBytesPair> getAttributeList()
repeated .NameBytesPair attribute = 5;
getAttributeList
in interface ClientProtos.MutationProtoOrBuilder
public List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
repeated .NameBytesPair attribute = 5;
getAttributeOrBuilderList
in interface ClientProtos.MutationProtoOrBuilder
public int getAttributeCount()
repeated .NameBytesPair attribute = 5;
getAttributeCount
in interface ClientProtos.MutationProtoOrBuilder
public HBaseProtos.NameBytesPair getAttribute(int index)
repeated .NameBytesPair attribute = 5;
getAttribute
in interface ClientProtos.MutationProtoOrBuilder
public HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
repeated .NameBytesPair attribute = 5;
getAttributeOrBuilder
in interface ClientProtos.MutationProtoOrBuilder
public boolean hasDurability()
optional .MutationProto.Durability durability = 6 [default = USE_DEFAULT];
hasDurability
in interface ClientProtos.MutationProtoOrBuilder
public ClientProtos.MutationProto.Durability getDurability()
optional .MutationProto.Durability durability = 6 [default = USE_DEFAULT];
getDurability
in interface ClientProtos.MutationProtoOrBuilder
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
hasTimeRange
in interface ClientProtos.MutationProtoOrBuilder
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
getTimeRange
in interface ClientProtos.MutationProtoOrBuilder
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
getTimeRangeOrBuilder
in interface ClientProtos.MutationProtoOrBuilder
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.
hasAssociatedCellCount
in interface ClientProtos.MutationProtoOrBuilder
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.
getAssociatedCellCount
in interface ClientProtos.MutationProtoOrBuilder
public boolean hasNonce()
optional uint64 nonce = 9;
hasNonce
in interface ClientProtos.MutationProtoOrBuilder
public long getNonce()
optional uint64 nonce = 9;
getNonce
in interface ClientProtos.MutationProtoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static ClientProtos.MutationProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientProtos.MutationProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientProtos.MutationProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientProtos.MutationProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientProtos.MutationProto parseFrom(InputStream input) throws IOException
IOException
public static ClientProtos.MutationProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientProtos.MutationProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ClientProtos.MutationProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientProtos.MutationProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ClientProtos.MutationProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientProtos.MutationProto.Builder newBuilder()
public ClientProtos.MutationProto.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ClientProtos.MutationProto.Builder newBuilder(ClientProtos.MutationProto prototype)
public ClientProtos.MutationProto.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ClientProtos.MutationProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.