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 |
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
hasRow
boolean hasRow()
getRow
com.google.protobuf.ByteString getRow()
hasMutateType
boolean hasMutateType()
getMutateType
ClientProtos.MutationProto.MutationType getMutateType()
getColumnValueList
List<ClientProtos.MutationProto.ColumnValue> getColumnValueList()
getColumnValue
ClientProtos.MutationProto.ColumnValue getColumnValue(int index)
getColumnValueCount
int getColumnValueCount()
getColumnValueOrBuilderList
List<? extends ClientProtos.MutationProto.ColumnValueOrBuilder> getColumnValueOrBuilderList()
getColumnValueOrBuilder
ClientProtos.MutationProto.ColumnValueOrBuilder getColumnValueOrBuilder(int index)
hasTimestamp
boolean hasTimestamp()
getTimestamp
long getTimestamp()
getAttributeList
List<HBaseProtos.NameBytesPair> getAttributeList()
getAttribute
HBaseProtos.NameBytesPair getAttribute(int index)
getAttributeCount
int getAttributeCount()
getAttributeOrBuilderList
List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
getAttributeOrBuilder
HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
hasWriteToWAL
boolean hasWriteToWAL()
getWriteToWAL
boolean getWriteToWAL()
hasTimeRange
boolean hasTimeRange()
getTimeRange
HBaseProtos.TimeRange getTimeRange()
getTimeRangeOrBuilder
HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
hasAssociatedCellCount
boolean hasAssociatedCellCount()
getAssociatedCellCount
int getAssociatedCellCount()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.