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


Method Summary
 int getAssociatedCellCount()
           
 HBaseProtos.NameBytesPair getAttribute(int index)
           
 int getAttributeCount()
           
 List<HBaseProtos.NameBytesPair> getAttributeList()
           
 HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
           
 List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
           
 ClientProtos.MutationProto.ColumnValue getColumnValue(int index)
           
 int getColumnValueCount()
           
 List<ClientProtos.MutationProto.ColumnValue> getColumnValueList()
           
 ClientProtos.MutationProto.ColumnValueOrBuilder getColumnValueOrBuilder(int index)
           
 List<? extends ClientProtos.MutationProto.ColumnValueOrBuilder> getColumnValueOrBuilderList()
           
 ClientProtos.MutationProto.Durability getDurability()
           
 ClientProtos.MutationProto.MutationType getMutateType()
           
 com.google.protobuf.ByteString getRow()
           
 HBaseProtos.TimeRange getTimeRange()
           
 HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
           
 long getTimestamp()
           
 boolean hasAssociatedCellCount()
           
 boolean hasDurability()
           
 boolean hasMutateType()
           
 boolean hasRow()
           
 boolean hasTimeRange()
           
 boolean hasTimestamp()
           
 
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
 

Method Detail

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)

hasDurability

boolean hasDurability()

getDurability

ClientProtos.MutationProto.Durability getDurability()

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.