org.apache.hadoop.hbase.rest.protobuf.generated
Interface CellSetMessage.CellSetOrBuilder

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

public static interface CellSetMessage.CellSetOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 CellSetMessage.CellSet.Row getRows(int index)
           
 int getRowsCount()
           
 List<CellSetMessage.CellSet.Row> getRowsList()
           
 CellSetMessage.CellSet.RowOrBuilder getRowsOrBuilder(int index)
           
 List<? extends CellSetMessage.CellSet.RowOrBuilder> getRowsOrBuilderList()
           
 
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

getRowsList

List<CellSetMessage.CellSet.Row> getRowsList()

getRows

CellSetMessage.CellSet.Row getRows(int index)

getRowsCount

int getRowsCount()

getRowsOrBuilderList

List<? extends CellSetMessage.CellSet.RowOrBuilder> getRowsOrBuilderList()

getRowsOrBuilder

CellSetMessage.CellSet.RowOrBuilder getRowsOrBuilder(int index)


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