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| 限定符和类型 | 方法和说明 |
|---|---|
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
optional .hbase.pb.TimeRange time_range = 7; |
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
optional .hbase.pb.TimeRange time_range = 7; |
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; |
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; |
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
optional .hbase.pb.TimeRange time_range = 7; |
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
optional .hbase.pb.TimeRange time_range = 7; |
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
optional .hbase.pb.TimeRange time_range = 7; |
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; |
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, newUninitializedMessageExceptionpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.MutationProto.Builder>public ClientProtos.MutationProto.Builder clear()
clear 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclear 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclear 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.MutationProto.Builder>public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.MutationProto.Builder>public ClientProtos.MutationProto getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic ClientProtos.MutationProto build()
build 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic ClientProtos.MutationProto buildPartial()
buildPartial 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic ClientProtos.MutationProto.Builder clone()
clone 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclone 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclone 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetField 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearField 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearOneof 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetRepeatedField 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderaddRepeatedField 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom 在类中 org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<ClientProtos.MutationProto.Builder>IOExceptionpublic boolean hasRow()
optional bytes row = 1;hasRow 在接口中 ClientProtos.MutationProtoOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getRow()
optional bytes row = 1;getRow 在接口中 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;public ClientProtos.MutationProto.MutationType getMutateType()
optional .hbase.pb.MutationProto.MutationType mutate_type = 2;public 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;public int getColumnValueCount()
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;public ClientProtos.MutationProto.ColumnValue getColumnValue(int index)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;public 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;public List<? extends ClientProtos.MutationProto.ColumnValueOrBuilder> getColumnValueOrBuilderList()
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;public 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;public long getTimestamp()
optional uint64 timestamp = 4;public 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;public int getAttributeCount()
repeated .hbase.pb.NameBytesPair attribute = 5;public HBaseProtos.NameBytesPair getAttribute(int index)
repeated .hbase.pb.NameBytesPair attribute = 5;public 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;public List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
repeated .hbase.pb.NameBytesPair attribute = 5;public 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];public ClientProtos.MutationProto.Durability getDurability()
optional .hbase.pb.MutationProto.Durability durability = 6 [default = USE_DEFAULT];public 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;public 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;public 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;public 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;public 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;public 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 在接口中 ClientProtos.MutationProtoOrBuilderpublic long getNonce()
optional uint64 nonce = 9;getNonce 在接口中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetUnknownFields 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeUnknownFields 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.MutationProto.Builder>Copyright © 2007–2019. All rights reserved.