public static interface CellSetMessage.CellSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CellSetMessage.CellSet.Row |
getRows(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; |
int |
getRowsCount()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; |
List<CellSetMessage.CellSet.Row> |
getRowsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; |
CellSetMessage.CellSet.RowOrBuilder |
getRowsOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; |
List<? extends CellSetMessage.CellSet.RowOrBuilder> |
getRowsOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1; |
List<CellSetMessage.CellSet.Row> getRowsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;
CellSetMessage.CellSet.Row getRows(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;
int getRowsCount()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;
List<? extends CellSetMessage.CellSet.RowOrBuilder> getRowsOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;
CellSetMessage.CellSet.RowOrBuilder getRowsOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.