org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.ResultOrBuilder

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

public static interface ClientProtos.ResultOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getAssociatedCellCount()
           
 HBaseProtos.Cell getCell(int index)
           
 int getCellCount()
           
 List<HBaseProtos.Cell> getCellList()
           
 HBaseProtos.CellOrBuilder getCellOrBuilder(int index)
           
 List<? extends HBaseProtos.CellOrBuilder> getCellOrBuilderList()
           
 boolean hasAssociatedCellCount()
           
 
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

getCellList

List<HBaseProtos.Cell> getCellList()

getCell

HBaseProtos.Cell getCell(int index)

getCellCount

int getCellCount()

getCellOrBuilderList

List<? extends HBaseProtos.CellOrBuilder> getCellOrBuilderList()

getCellOrBuilder

HBaseProtos.CellOrBuilder getCellOrBuilder(int index)

hasAssociatedCellCount

boolean hasAssociatedCellCount()

getAssociatedCellCount

int getAssociatedCellCount()


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