Uses of Interface
org.apache.hadoop.hbase.protobuf.generated.CellProtos.CellOrBuilder

Uses of CellProtos.CellOrBuilder in org.apache.hadoop.hbase.protobuf.generated
 

Classes in org.apache.hadoop.hbase.protobuf.generated that implement CellProtos.CellOrBuilder
static class CellProtos.Cell
          Protobuf type Cell
static class CellProtos.Cell.Builder
          Protobuf type Cell
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return CellProtos.CellOrBuilder
 CellProtos.CellOrBuilder ClientProtos.ResultOrBuilder.getCellOrBuilder(int index)
          repeated .Cell cell = 1;
 CellProtos.CellOrBuilder ClientProtos.Result.getCellOrBuilder(int index)
          repeated .Cell cell = 1;
 CellProtos.CellOrBuilder ClientProtos.Result.Builder.getCellOrBuilder(int index)
          repeated .Cell cell = 1;
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type CellProtos.CellOrBuilder
 List<? extends CellProtos.CellOrBuilder> ClientProtos.ResultOrBuilder.getCellOrBuilderList()
          repeated .Cell cell = 1;
 List<? extends CellProtos.CellOrBuilder> ClientProtos.Result.getCellOrBuilderList()
          repeated .Cell cell = 1;
 List<? extends CellProtos.CellOrBuilder> ClientProtos.Result.Builder.getCellOrBuilderList()
          repeated .Cell cell = 1;
 



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