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()
           
 CellProtos.Cell getCell(int index)
           
 int getCellCount()
           
 List<CellProtos.Cell> getCellList()
           
 CellProtos.CellOrBuilder getCellOrBuilder(int index)
           
 List<? extends CellProtos.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<CellProtos.Cell> getCellList()

getCell

CellProtos.Cell getCell(int index)

getCellCount

int getCellCount()

getCellOrBuilderList

List<? extends CellProtos.CellOrBuilder> getCellOrBuilderList()

getCellOrBuilder

CellProtos.CellOrBuilder getCellOrBuilder(int index)

hasAssociatedCellCount

boolean hasAssociatedCellCount()

getAssociatedCellCount

int getAssociatedCellCount()


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