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


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