public static final class ClientProtos.MutationProto.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.MutationProto.Builder> implements ClientProtos.MutationProtoOrBuilder
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.Protobuf type
hbase.pb.MutationProto| Modifier and Type | Method and Description |
|---|---|
ClientProtos.MutationProto.Builder |
addAllAttribute(Iterable<? extends HBaseProtos.NameBytesPair> values)
repeated .hbase.pb.NameBytesPair attribute = 5; |
ClientProtos.MutationProto.Builder |
addAllColumnValue(Iterable<? extends ClientProtos.MutationProto.ColumnValue> values)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3; |
ClientProtos.MutationProto.Builder |
addAttribute(HBaseProtos.NameBytesPair.Builder builderForValue)
repeated .hbase.pb.NameBytesPair attribute = 5; |
ClientProtos.MutationProto.Builder |
addAttribute(HBaseProtos.NameBytesPair value)
repeated .hbase.pb.NameBytesPair attribute = 5; |
ClientProtos.MutationProto.Builder |
addAttribute(int index,
HBaseProtos.NameBytesPair.Builder builderForValue)
repeated .hbase.pb.NameBytesPair attribute = 5; |
ClientProtos.MutationProto.Builder |
addAttribute(int index,
HBaseProtos.NameBytesPair value)
repeated .hbase.pb.NameBytesPair attribute = 5; |
HBaseProtos.NameBytesPair.Builder |
addAttributeBuilder()
repeated .hbase.pb.NameBytesPair attribute = 5; |
HBaseProtos.NameBytesPair.Builder |
addAttributeBuilder(int index)
repeated .hbase.pb.NameBytesPair attribute = 5; |
ClientProtos.MutationProto.Builder |
addColumnValue(ClientProtos.MutationProto.ColumnValue.Builder builderForValue)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3; |
ClientProtos.MutationProto.Builder |
addColumnValue(ClientProtos.MutationProto.ColumnValue value)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3; |
ClientProtos.MutationProto.Builder |
addColumnValue(int index,
ClientProtos.MutationProto.ColumnValue.Builder builderForValue)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3; |
ClientProtos.MutationProto.Builder |
addColumnValue(int index,
ClientProtos.MutationProto.ColumnValue value)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3; |
ClientProtos.MutationProto.ColumnValue.Builder |
addColumnValueBuilder()
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3; |
ClientProtos.MutationProto.ColumnValue.Builder |
addColumnValueBuilder(int index)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3; |
ClientProtos.MutationProto.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClientProtos.MutationProto |
build() |
ClientProtos.MutationProto |
buildPartial() |
ClientProtos.MutationProto.Builder |
clear() |
ClientProtos.MutationProto.Builder |
clearAssociatedCellCount()
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.
|
ClientProtos.MutationProto.Builder |
clearAttribute()
repeated .hbase.pb.NameBytesPair attribute = 5; |
ClientProtos.MutationProto.Builder |
clearColumnValue()
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3; |
ClientProtos.MutationProto.Builder |
clearDurability()
optional .hbase.pb.MutationProto.Durability durability = 6 [default = USE_DEFAULT]; |
ClientProtos.MutationProto.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
ClientProtos.MutationProto.Builder |
clearMutateType()
optional .hbase.pb.MutationProto.MutationType mutate_type = 2; |
ClientProtos.MutationProto.Builder |
clearNonce()
optional uint64 nonce = 9; |
ClientProtos.MutationProto.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ClientProtos.MutationProto.Builder |
clearRow()
optional bytes row = 1; |
ClientProtos.MutationProto.Builder |
clearTimeRange()
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
|
ClientProtos.MutationProto.Builder |
clearTimestamp()
optional uint64 timestamp = 4; |
ClientProtos.MutationProto.Builder |
clone() |
int |
getAssociatedCellCount()
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.
|
HBaseProtos.NameBytesPair |
getAttribute(int index)
repeated .hbase.pb.NameBytesPair attribute = 5; |
HBaseProtos.NameBytesPair.Builder |
getAttributeBuilder(int index)
repeated .hbase.pb.NameBytesPair attribute = 5; |
List<HBaseProtos.NameBytesPair.Builder> |
getAttributeBuilderList()
repeated .hbase.pb.NameBytesPair attribute = 5; |
int |
getAttributeCount()
repeated .hbase.pb.NameBytesPair attribute = 5; |
List<HBaseProtos.NameBytesPair> |
getAttributeList()
repeated .hbase.pb.NameBytesPair attribute = 5; |
HBaseProtos.NameBytesPairOrBuilder |
getAttributeOrBuilder(int index)
repeated .hbase.pb.NameBytesPair attribute = 5; |
List<? extends HBaseProtos.NameBytesPairOrBuilder> |
getAttributeOrBuilderList()
repeated .hbase.pb.NameBytesPair attribute = 5; |
ClientProtos.MutationProto.ColumnValue |
getColumnValue(int index)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3; |
ClientProtos.MutationProto.ColumnValue.Builder |
getColumnValueBuilder(int index)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3; |
List<ClientProtos.MutationProto.ColumnValue.Builder> |
getColumnValueBuilderList()
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3; |
int |
getColumnValueCount()
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3; |
List<ClientProtos.MutationProto.ColumnValue> |
getColumnValueList()
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3; |
ClientProtos.MutationProto.ColumnValueOrBuilder |
getColumnValueOrBuilder(int index)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3; |
List<? extends ClientProtos.MutationProto.ColumnValueOrBuilder> |
getColumnValueOrBuilderList()
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3; |
ClientProtos.MutationProto |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
ClientProtos.MutationProto.Durability |
getDurability()
optional .hbase.pb.MutationProto.Durability durability = 6 [default = USE_DEFAULT]; |
ClientProtos.MutationProto.MutationType |
getMutateType()
optional .hbase.pb.MutationProto.MutationType mutate_type = 2; |
long |
getNonce()
optional uint64 nonce = 9; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getRow()
optional bytes row = 1; |
HBaseProtos.TimeRange |
getTimeRange()
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
|
HBaseProtos.TimeRange.Builder |
getTimeRangeBuilder()
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
|
HBaseProtos.TimeRangeOrBuilder |
getTimeRangeOrBuilder()
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
|
long |
getTimestamp()
optional uint64 timestamp = 4; |
boolean |
hasAssociatedCellCount()
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.
|
boolean |
hasDurability()
optional .hbase.pb.MutationProto.Durability durability = 6 [default = USE_DEFAULT]; |
boolean |
hasMutateType()
optional .hbase.pb.MutationProto.MutationType mutate_type = 2; |
boolean |
hasNonce()
optional uint64 nonce = 9; |
boolean |
hasRow()
optional bytes row = 1; |
boolean |
hasTimeRange()
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
|
boolean |
hasTimestamp()
optional uint64 timestamp = 4; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ClientProtos.MutationProto.Builder |
mergeFrom(ClientProtos.MutationProto other) |
ClientProtos.MutationProto.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientProtos.MutationProto.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
ClientProtos.MutationProto.Builder |
mergeTimeRange(HBaseProtos.TimeRange value)
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
|
ClientProtos.MutationProto.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
ClientProtos.MutationProto.Builder |
removeAttribute(int index)
repeated .hbase.pb.NameBytesPair attribute = 5; |
ClientProtos.MutationProto.Builder |
removeColumnValue(int index)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3; |
ClientProtos.MutationProto.Builder |
setAssociatedCellCount(int value)
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.
|
ClientProtos.MutationProto.Builder |
setAttribute(int index,
HBaseProtos.NameBytesPair.Builder builderForValue)
repeated .hbase.pb.NameBytesPair attribute = 5; |
ClientProtos.MutationProto.Builder |
setAttribute(int index,
HBaseProtos.NameBytesPair value)
repeated .hbase.pb.NameBytesPair attribute = 5; |
ClientProtos.MutationProto.Builder |
setColumnValue(int index,
ClientProtos.MutationProto.ColumnValue.Builder builderForValue)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3; |
ClientProtos.MutationProto.Builder |
setColumnValue(int index,
ClientProtos.MutationProto.ColumnValue value)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3; |
ClientProtos.MutationProto.Builder |
setDurability(ClientProtos.MutationProto.Durability value)
optional .hbase.pb.MutationProto.Durability durability = 6 [default = USE_DEFAULT]; |
ClientProtos.MutationProto.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClientProtos.MutationProto.Builder |
setMutateType(ClientProtos.MutationProto.MutationType value)
optional .hbase.pb.MutationProto.MutationType mutate_type = 2; |
ClientProtos.MutationProto.Builder |
setNonce(long value)
optional uint64 nonce = 9; |
ClientProtos.MutationProto.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ClientProtos.MutationProto.Builder |
setRow(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes row = 1; |
ClientProtos.MutationProto.Builder |
setTimeRange(HBaseProtos.TimeRange.Builder builderForValue)
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
|
ClientProtos.MutationProto.Builder |
setTimeRange(HBaseProtos.TimeRange value)
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
|
ClientProtos.MutationProto.Builder |
setTimestamp(long value)
optional uint64 timestamp = 4; |
ClientProtos.MutationProto.Builder |
setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.MutationProto.Builder>public ClientProtos.MutationProto.Builder clear()
clear in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclear in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclear in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.MutationProto.Builder>public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.MutationProto.Builder>public ClientProtos.MutationProto getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic ClientProtos.MutationProto build()
build in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic ClientProtos.MutationProto buildPartial()
buildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic ClientProtos.MutationProto.Builder clone()
clone in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclone in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclone in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.MutationProto.Builder>public ClientProtos.MutationProto.Builder setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.MutationProto.Builder>public ClientProtos.MutationProto.Builder clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.MutationProto.Builder>public ClientProtos.MutationProto.Builder clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearOneof in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.MutationProto.Builder>public ClientProtos.MutationProto.Builder setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.MutationProto.Builder>public ClientProtos.MutationProto.Builder addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderaddRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.MutationProto.Builder>public ClientProtos.MutationProto.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other)
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<ClientProtos.MutationProto.Builder>public ClientProtos.MutationProto.Builder mergeFrom(ClientProtos.MutationProto other)
public final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.MutationProto.Builder>public ClientProtos.MutationProto.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<ClientProtos.MutationProto.Builder>IOExceptionpublic boolean hasRow()
optional bytes row = 1;hasRow in interface ClientProtos.MutationProtoOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getRow()
optional bytes row = 1;getRow in interface ClientProtos.MutationProtoOrBuilderpublic ClientProtos.MutationProto.Builder setRow(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes row = 1;public ClientProtos.MutationProto.Builder clearRow()
optional bytes row = 1;public boolean hasMutateType()
optional .hbase.pb.MutationProto.MutationType mutate_type = 2;hasMutateType in interface ClientProtos.MutationProtoOrBuilderpublic ClientProtos.MutationProto.MutationType getMutateType()
optional .hbase.pb.MutationProto.MutationType mutate_type = 2;getMutateType in interface ClientProtos.MutationProtoOrBuilderpublic ClientProtos.MutationProto.Builder setMutateType(ClientProtos.MutationProto.MutationType value)
optional .hbase.pb.MutationProto.MutationType mutate_type = 2;public ClientProtos.MutationProto.Builder clearMutateType()
optional .hbase.pb.MutationProto.MutationType mutate_type = 2;public List<ClientProtos.MutationProto.ColumnValue> getColumnValueList()
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;getColumnValueList in interface ClientProtos.MutationProtoOrBuilderpublic int getColumnValueCount()
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;getColumnValueCount in interface ClientProtos.MutationProtoOrBuilderpublic ClientProtos.MutationProto.ColumnValue getColumnValue(int index)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;getColumnValue in interface ClientProtos.MutationProtoOrBuilderpublic ClientProtos.MutationProto.Builder setColumnValue(int index, ClientProtos.MutationProto.ColumnValue value)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;public ClientProtos.MutationProto.Builder setColumnValue(int index, ClientProtos.MutationProto.ColumnValue.Builder builderForValue)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;public ClientProtos.MutationProto.Builder addColumnValue(ClientProtos.MutationProto.ColumnValue value)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;public ClientProtos.MutationProto.Builder addColumnValue(int index, ClientProtos.MutationProto.ColumnValue value)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;public ClientProtos.MutationProto.Builder addColumnValue(ClientProtos.MutationProto.ColumnValue.Builder builderForValue)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;public ClientProtos.MutationProto.Builder addColumnValue(int index, ClientProtos.MutationProto.ColumnValue.Builder builderForValue)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;public ClientProtos.MutationProto.Builder addAllColumnValue(Iterable<? extends ClientProtos.MutationProto.ColumnValue> values)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;public ClientProtos.MutationProto.Builder clearColumnValue()
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;public ClientProtos.MutationProto.Builder removeColumnValue(int index)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;public ClientProtos.MutationProto.ColumnValue.Builder getColumnValueBuilder(int index)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;public ClientProtos.MutationProto.ColumnValueOrBuilder getColumnValueOrBuilder(int index)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;getColumnValueOrBuilder in interface ClientProtos.MutationProtoOrBuilderpublic List<? extends ClientProtos.MutationProto.ColumnValueOrBuilder> getColumnValueOrBuilderList()
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;getColumnValueOrBuilderList in interface ClientProtos.MutationProtoOrBuilderpublic ClientProtos.MutationProto.ColumnValue.Builder addColumnValueBuilder()
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;public ClientProtos.MutationProto.ColumnValue.Builder addColumnValueBuilder(int index)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;public List<ClientProtos.MutationProto.ColumnValue.Builder> getColumnValueBuilderList()
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;public boolean hasTimestamp()
optional uint64 timestamp = 4;hasTimestamp in interface ClientProtos.MutationProtoOrBuilderpublic long getTimestamp()
optional uint64 timestamp = 4;getTimestamp in interface ClientProtos.MutationProtoOrBuilderpublic ClientProtos.MutationProto.Builder setTimestamp(long value)
optional uint64 timestamp = 4;public ClientProtos.MutationProto.Builder clearTimestamp()
optional uint64 timestamp = 4;public List<HBaseProtos.NameBytesPair> getAttributeList()
repeated .hbase.pb.NameBytesPair attribute = 5;getAttributeList in interface ClientProtos.MutationProtoOrBuilderpublic int getAttributeCount()
repeated .hbase.pb.NameBytesPair attribute = 5;getAttributeCount in interface ClientProtos.MutationProtoOrBuilderpublic HBaseProtos.NameBytesPair getAttribute(int index)
repeated .hbase.pb.NameBytesPair attribute = 5;getAttribute in interface ClientProtos.MutationProtoOrBuilderpublic ClientProtos.MutationProto.Builder setAttribute(int index, HBaseProtos.NameBytesPair value)
repeated .hbase.pb.NameBytesPair attribute = 5;public ClientProtos.MutationProto.Builder setAttribute(int index, HBaseProtos.NameBytesPair.Builder builderForValue)
repeated .hbase.pb.NameBytesPair attribute = 5;public ClientProtos.MutationProto.Builder addAttribute(HBaseProtos.NameBytesPair value)
repeated .hbase.pb.NameBytesPair attribute = 5;public ClientProtos.MutationProto.Builder addAttribute(int index, HBaseProtos.NameBytesPair value)
repeated .hbase.pb.NameBytesPair attribute = 5;public ClientProtos.MutationProto.Builder addAttribute(HBaseProtos.NameBytesPair.Builder builderForValue)
repeated .hbase.pb.NameBytesPair attribute = 5;public ClientProtos.MutationProto.Builder addAttribute(int index, HBaseProtos.NameBytesPair.Builder builderForValue)
repeated .hbase.pb.NameBytesPair attribute = 5;public ClientProtos.MutationProto.Builder addAllAttribute(Iterable<? extends HBaseProtos.NameBytesPair> values)
repeated .hbase.pb.NameBytesPair attribute = 5;public ClientProtos.MutationProto.Builder clearAttribute()
repeated .hbase.pb.NameBytesPair attribute = 5;public ClientProtos.MutationProto.Builder removeAttribute(int index)
repeated .hbase.pb.NameBytesPair attribute = 5;public HBaseProtos.NameBytesPair.Builder getAttributeBuilder(int index)
repeated .hbase.pb.NameBytesPair attribute = 5;public HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
repeated .hbase.pb.NameBytesPair attribute = 5;getAttributeOrBuilder in interface ClientProtos.MutationProtoOrBuilderpublic List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
repeated .hbase.pb.NameBytesPair attribute = 5;getAttributeOrBuilderList in interface ClientProtos.MutationProtoOrBuilderpublic HBaseProtos.NameBytesPair.Builder addAttributeBuilder()
repeated .hbase.pb.NameBytesPair attribute = 5;public HBaseProtos.NameBytesPair.Builder addAttributeBuilder(int index)
repeated .hbase.pb.NameBytesPair attribute = 5;public List<HBaseProtos.NameBytesPair.Builder> getAttributeBuilderList()
repeated .hbase.pb.NameBytesPair attribute = 5;public boolean hasDurability()
optional .hbase.pb.MutationProto.Durability durability = 6 [default = USE_DEFAULT];hasDurability in interface ClientProtos.MutationProtoOrBuilderpublic ClientProtos.MutationProto.Durability getDurability()
optional .hbase.pb.MutationProto.Durability durability = 6 [default = USE_DEFAULT];getDurability in interface ClientProtos.MutationProtoOrBuilderpublic ClientProtos.MutationProto.Builder setDurability(ClientProtos.MutationProto.Durability value)
optional .hbase.pb.MutationProto.Durability durability = 6 [default = USE_DEFAULT];public ClientProtos.MutationProto.Builder clearDurability()
optional .hbase.pb.MutationProto.Durability durability = 6 [default = USE_DEFAULT];public boolean hasTimeRange()
For some mutations, a result may be returned, in which case, time range can be specified for potential performance gain
optional .hbase.pb.TimeRange time_range = 7;hasTimeRange in interface ClientProtos.MutationProtoOrBuilderpublic HBaseProtos.TimeRange getTimeRange()
For some mutations, a result may be returned, in which case, time range can be specified for potential performance gain
optional .hbase.pb.TimeRange time_range = 7;getTimeRange in interface ClientProtos.MutationProtoOrBuilderpublic ClientProtos.MutationProto.Builder setTimeRange(HBaseProtos.TimeRange value)
For some mutations, a result may be returned, in which case, time range can be specified for potential performance gain
optional .hbase.pb.TimeRange time_range = 7;public ClientProtos.MutationProto.Builder setTimeRange(HBaseProtos.TimeRange.Builder builderForValue)
For some mutations, a result may be returned, in which case, time range can be specified for potential performance gain
optional .hbase.pb.TimeRange time_range = 7;public ClientProtos.MutationProto.Builder mergeTimeRange(HBaseProtos.TimeRange value)
For some mutations, a result may be returned, in which case, time range can be specified for potential performance gain
optional .hbase.pb.TimeRange time_range = 7;public ClientProtos.MutationProto.Builder clearTimeRange()
For some mutations, a result may be returned, in which case, time range can be specified for potential performance gain
optional .hbase.pb.TimeRange time_range = 7;public HBaseProtos.TimeRange.Builder getTimeRangeBuilder()
For some mutations, a result may be returned, in which case, time range can be specified for potential performance gain
optional .hbase.pb.TimeRange time_range = 7;public HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
For some mutations, a result may be returned, in which case, time range can be specified for potential performance gain
optional .hbase.pb.TimeRange time_range = 7;getTimeRangeOrBuilder in interface ClientProtos.MutationProtoOrBuilderpublic boolean hasAssociatedCellCount()
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.
optional int32 associated_cell_count = 8;hasAssociatedCellCount in interface ClientProtos.MutationProtoOrBuilderpublic int getAssociatedCellCount()
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.
optional int32 associated_cell_count = 8;getAssociatedCellCount in interface ClientProtos.MutationProtoOrBuilderpublic ClientProtos.MutationProto.Builder setAssociatedCellCount(int value)
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.
optional int32 associated_cell_count = 8;public ClientProtos.MutationProto.Builder clearAssociatedCellCount()
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.
optional int32 associated_cell_count = 8;public boolean hasNonce()
optional uint64 nonce = 9;hasNonce in interface ClientProtos.MutationProtoOrBuilderpublic long getNonce()
optional uint64 nonce = 9;getNonce in interface ClientProtos.MutationProtoOrBuilderpublic ClientProtos.MutationProto.Builder setNonce(long value)
optional uint64 nonce = 9;public ClientProtos.MutationProto.Builder clearNonce()
optional uint64 nonce = 9;public final ClientProtos.MutationProto.Builder setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.MutationProto.Builder>public final ClientProtos.MutationProto.Builder mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.MutationProto.Builder>Copyright © 2007–2019 Cloudera. All rights reserved.