org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.MutateOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- ClientProtos.Mutate, ClientProtos.Mutate.Builder
- Enclosing class:
- ClientProtos
public static interface ClientProtos.MutateOrBuilder
- 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.Mutate.MutateType getMutateType()
getColumnValueList
List<ClientProtos.Mutate.ColumnValue> getColumnValueList()
getColumnValue
ClientProtos.Mutate.ColumnValue getColumnValue(int index)
getColumnValueCount
int getColumnValueCount()
getColumnValueOrBuilderList
List<? extends ClientProtos.Mutate.ColumnValueOrBuilder> getColumnValueOrBuilderList()
getColumnValueOrBuilder
ClientProtos.Mutate.ColumnValueOrBuilder getColumnValueOrBuilder(int index)
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)
hasTimestamp
boolean hasTimestamp()
getTimestamp
long getTimestamp()
hasWriteToWAL
boolean hasWriteToWAL()
getWriteToWAL
boolean getWriteToWAL()
hasTimeRange
boolean hasTimeRange()
getTimeRange
HBaseProtos.TimeRange getTimeRange()
getTimeRangeOrBuilder
HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.