org.apache.hadoop.hbase.rest.protobuf.generated
Interface CellSetMessage.CellSetOrBuilder

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

public static interface CellSetMessage.CellSetOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getRowsList

List<CellSetMessage.CellSet.Row> getRowsList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;


getRows

CellSetMessage.CellSet.Row getRows(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;


getRowsCount

int getRowsCount()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;


getRowsOrBuilderList

List<? extends CellSetMessage.CellSet.RowOrBuilder> getRowsOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;


getRowsOrBuilder

CellSetMessage.CellSet.RowOrBuilder getRowsOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;



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