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

Packages that use CellSetMessage.CellSet.RowOrBuilder
org.apache.hadoop.hbase.rest.protobuf.generated   
 

Uses of CellSetMessage.CellSet.RowOrBuilder in org.apache.hadoop.hbase.rest.protobuf.generated
 

Classes in org.apache.hadoop.hbase.rest.protobuf.generated that implement CellSetMessage.CellSet.RowOrBuilder
static class CellSetMessage.CellSet.Row
          Protobuf type org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row
static class CellSetMessage.CellSet.Row.Builder
          Protobuf type org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row
 

Methods in org.apache.hadoop.hbase.rest.protobuf.generated that return CellSetMessage.CellSet.RowOrBuilder
 CellSetMessage.CellSet.RowOrBuilder CellSetMessage.CellSetOrBuilder.getRowsOrBuilder(int index)
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;
 CellSetMessage.CellSet.RowOrBuilder CellSetMessage.CellSet.getRowsOrBuilder(int index)
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;
 CellSetMessage.CellSet.RowOrBuilder CellSetMessage.CellSet.Builder.getRowsOrBuilder(int index)
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;
 

Methods in org.apache.hadoop.hbase.rest.protobuf.generated that return types with arguments of type CellSetMessage.CellSet.RowOrBuilder
 List<? extends CellSetMessage.CellSet.RowOrBuilder> CellSetMessage.CellSetOrBuilder.getRowsOrBuilderList()
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;
 List<? extends CellSetMessage.CellSet.RowOrBuilder> CellSetMessage.CellSet.getRowsOrBuilderList()
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;
 List<? extends CellSetMessage.CellSet.RowOrBuilder> CellSetMessage.CellSet.Builder.getRowsOrBuilderList()
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.