public static final class ClientProtos.MutationProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClientProtos.MutationProto.Builder> implements ClientProtos.MutationProtoOrBuilder
hbase.pb.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.
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
build() |
ClientProtos.MutationProto |
buildPartial() |
ClientProtos.MutationProto.Builder |
clear() |
ClientProtos.MutationProto.Builder |
clearAssociatedCellCount()
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. |
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 |
clearMutateType()
optional .hbase.pb.MutationProto.MutationType mutate_type = 2; |
ClientProtos.MutationProto.Builder |
clearNonce()
optional uint64 nonce = 9; |
ClientProtos.MutationProto.Builder |
clearRow()
optional bytes row = 1; |
ClientProtos.MutationProto.Builder |
clearTimeRange()
optional .hbase.pb.TimeRange time_range = 7;
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()
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. |
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 com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.ByteString |
getRow()
optional bytes row = 1; |
HBaseProtos.TimeRange |
getTimeRange()
optional .hbase.pb.TimeRange time_range = 7;
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
|
HBaseProtos.TimeRange.Builder |
getTimeRangeBuilder()
optional .hbase.pb.TimeRange time_range = 7;
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
|
HBaseProtos.TimeRangeOrBuilder |
getTimeRangeOrBuilder()
optional .hbase.pb.TimeRange time_range = 7;
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()
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. |
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()
optional .hbase.pb.TimeRange time_range = 7;
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 com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ClientProtos.MutationProto.Builder |
mergeFrom(ClientProtos.MutationProto other) |
ClientProtos.MutationProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientProtos.MutationProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
ClientProtos.MutationProto.Builder |
mergeTimeRange(HBaseProtos.TimeRange value)
optional .hbase.pb.TimeRange time_range = 7;
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
|
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)
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. |
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 |
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 |
setRow(com.google.protobuf.ByteString value)
optional bytes row = 1; |
ClientProtos.MutationProto.Builder |
setTimeRange(HBaseProtos.TimeRange.Builder builderForValue)
optional .hbase.pb.TimeRange time_range = 7;
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)
optional .hbase.pb.TimeRange time_range = 7;
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; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessage.Builder<ClientProtos.MutationProto.Builder>public ClientProtos.MutationProto.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<ClientProtos.MutationProto.Builder>public ClientProtos.MutationProto.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<ClientProtos.MutationProto.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<ClientProtos.MutationProto.Builder>public ClientProtos.MutationProto getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ClientProtos.MutationProto build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ClientProtos.MutationProto buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ClientProtos.MutationProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ClientProtos.MutationProto.Builder>public ClientProtos.MutationProto.Builder mergeFrom(ClientProtos.MutationProto other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<ClientProtos.MutationProto.Builder>public ClientProtos.MutationProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ClientProtos.MutationProto.Builder>IOExceptionpublic boolean hasRow()
optional bytes row = 1;hasRow 在接口中 ClientProtos.MutationProtoOrBuilderpublic com.google.protobuf.ByteString getRow()
optional bytes row = 1;getRow 在接口中 ClientProtos.MutationProtoOrBuilderpublic ClientProtos.MutationProto.Builder setRow(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()
optional .hbase.pb.TimeRange time_range = 7;
For some mutations, a result may be returned, in which case, time range can be specified for potential performance gain
public HBaseProtos.TimeRange getTimeRange()
optional .hbase.pb.TimeRange time_range = 7;
For some mutations, a result may be returned, in which case, time range can be specified for potential performance gain
public ClientProtos.MutationProto.Builder setTimeRange(HBaseProtos.TimeRange value)
optional .hbase.pb.TimeRange time_range = 7;
For some mutations, a result may be returned, in which case, time range can be specified for potential performance gain
public ClientProtos.MutationProto.Builder setTimeRange(HBaseProtos.TimeRange.Builder builderForValue)
optional .hbase.pb.TimeRange time_range = 7;
For some mutations, a result may be returned, in which case, time range can be specified for potential performance gain
public ClientProtos.MutationProto.Builder mergeTimeRange(HBaseProtos.TimeRange value)
optional .hbase.pb.TimeRange time_range = 7;
For some mutations, a result may be returned, in which case, time range can be specified for potential performance gain
public ClientProtos.MutationProto.Builder clearTimeRange()
optional .hbase.pb.TimeRange time_range = 7;
For some mutations, a result may be returned, in which case, time range can be specified for potential performance gain
public HBaseProtos.TimeRange.Builder getTimeRangeBuilder()
optional .hbase.pb.TimeRange time_range = 7;
For some mutations, a result may be returned, in which case, time range can be specified for potential performance gain
public HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
optional .hbase.pb.TimeRange time_range = 7;
For some mutations, a result may be returned, in which case, time range can be specified for potential performance gain
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.
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.
public ClientProtos.MutationProto.Builder setAssociatedCellCount(int value)
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.
public ClientProtos.MutationProto.Builder clearAssociatedCellCount()
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.
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;Copyright © 2007–2019. All rights reserved.