org.apache.hadoop.hbase.rest.protobuf.generated
Interface CellSetMessage.CellSet.RowOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CellSetMessage.CellSet.Row, CellSetMessage.CellSet.Row.Builder
Enclosing class:
CellSetMessage.CellSet

public static interface CellSetMessage.CellSet.RowOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getKey()
           
 CellMessage.Cell getValues(int index)
           
 int getValuesCount()
           
 List<CellMessage.Cell> getValuesList()
           
 CellMessage.CellOrBuilder getValuesOrBuilder(int index)
           
 List<? extends CellMessage.CellOrBuilder> getValuesOrBuilderList()
           
 boolean hasKey()
           
 
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

hasKey

boolean hasKey()

getKey

com.google.protobuf.ByteString getKey()

getValuesList

List<CellMessage.Cell> getValuesList()

getValues

CellMessage.Cell getValues(int index)

getValuesCount

int getValuesCount()

getValuesOrBuilderList

List<? extends CellMessage.CellOrBuilder> getValuesOrBuilderList()

getValuesOrBuilder

CellMessage.CellOrBuilder getValuesOrBuilder(int index)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.