public static interface ClientProtos.MutationProtoOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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; |
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; |
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.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.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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRow()
optional bytes row = 1;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getRow()
optional bytes row = 1;boolean hasMutateType()
optional .hbase.pb.MutationProto.MutationType mutate_type = 2;ClientProtos.MutationProto.MutationType getMutateType()
optional .hbase.pb.MutationProto.MutationType mutate_type = 2;List<ClientProtos.MutationProto.ColumnValue> getColumnValueList()
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;ClientProtos.MutationProto.ColumnValue getColumnValue(int index)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;int getColumnValueCount()
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;List<? extends ClientProtos.MutationProto.ColumnValueOrBuilder> getColumnValueOrBuilderList()
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;ClientProtos.MutationProto.ColumnValueOrBuilder getColumnValueOrBuilder(int index)
repeated .hbase.pb.MutationProto.ColumnValue column_value = 3;boolean hasTimestamp()
optional uint64 timestamp = 4;long getTimestamp()
optional uint64 timestamp = 4;List<HBaseProtos.NameBytesPair> getAttributeList()
repeated .hbase.pb.NameBytesPair attribute = 5;HBaseProtos.NameBytesPair getAttribute(int index)
repeated .hbase.pb.NameBytesPair attribute = 5;int getAttributeCount()
repeated .hbase.pb.NameBytesPair attribute = 5;List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
repeated .hbase.pb.NameBytesPair attribute = 5;HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
repeated .hbase.pb.NameBytesPair attribute = 5;boolean hasDurability()
optional .hbase.pb.MutationProto.Durability durability = 6 [default = USE_DEFAULT];ClientProtos.MutationProto.Durability getDurability()
optional .hbase.pb.MutationProto.Durability durability = 6 [default = USE_DEFAULT];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;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.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;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;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;boolean hasNonce()
optional uint64 nonce = 9;long getNonce()
optional uint64 nonce = 9;Copyright © 2007–2019 Cloudera. All rights reserved.