org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.MutationProtoOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- ClientProtos.MutationProto, ClientProtos.MutationProto.Builder
- Enclosing class:
- ClientProtos
public static interface ClientProtos.MutationProtoOrBuilder
- extends com.google.protobuf.MessageOrBuilder
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
hasRow
boolean hasRow()
optional bytes row = 1;
getRow
com.google.protobuf.ByteString getRow()
optional bytes row = 1;
hasMutateType
boolean hasMutateType()
optional .MutationProto.MutationType mutate_type = 2;
getMutateType
ClientProtos.MutationProto.MutationType getMutateType()
optional .MutationProto.MutationType mutate_type = 2;
getColumnValueList
List<ClientProtos.MutationProto.ColumnValue> getColumnValueList()
repeated .MutationProto.ColumnValue column_value = 3;
getColumnValue
ClientProtos.MutationProto.ColumnValue getColumnValue(int index)
repeated .MutationProto.ColumnValue column_value = 3;
getColumnValueCount
int getColumnValueCount()
repeated .MutationProto.ColumnValue column_value = 3;
getColumnValueOrBuilderList
List<? extends ClientProtos.MutationProto.ColumnValueOrBuilder> getColumnValueOrBuilderList()
repeated .MutationProto.ColumnValue column_value = 3;
getColumnValueOrBuilder
ClientProtos.MutationProto.ColumnValueOrBuilder getColumnValueOrBuilder(int index)
repeated .MutationProto.ColumnValue column_value = 3;
hasTimestamp
boolean hasTimestamp()
optional uint64 timestamp = 4;
getTimestamp
long getTimestamp()
optional uint64 timestamp = 4;
getAttributeList
List<HBaseProtos.NameBytesPair> getAttributeList()
repeated .NameBytesPair attribute = 5;
getAttribute
HBaseProtos.NameBytesPair getAttribute(int index)
repeated .NameBytesPair attribute = 5;
getAttributeCount
int getAttributeCount()
repeated .NameBytesPair attribute = 5;
getAttributeOrBuilderList
List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
repeated .NameBytesPair attribute = 5;
getAttributeOrBuilder
HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
repeated .NameBytesPair attribute = 5;
hasDurability
boolean hasDurability()
optional .MutationProto.Durability durability = 6 [default = USE_DEFAULT];
getDurability
ClientProtos.MutationProto.Durability getDurability()
optional .MutationProto.Durability durability = 6 [default = USE_DEFAULT];
hasTimeRange
boolean hasTimeRange()
optional .TimeRange time_range = 7;
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
getTimeRange
HBaseProtos.TimeRange getTimeRange()
optional .TimeRange time_range = 7;
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
getTimeRangeOrBuilder
HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
optional .TimeRange time_range = 7;
For some mutations, a result may be returned, in which case,
time range can be specified for potential performance gain
hasAssociatedCellCount
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.
getAssociatedCellCount
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.
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.