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

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

public static interface CellSetMessage.CellSet.RowOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getKey()
          required bytes key = 1;
 CellMessage.Cell getValues(int index)
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2;
 int getValuesCount()
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2;
 List<CellMessage.Cell> getValuesList()
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2;
 CellMessage.CellOrBuilder getValuesOrBuilder(int index)
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2;
 List<? extends CellMessage.CellOrBuilder> getValuesOrBuilderList()
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2;
 boolean hasKey()
          required bytes key = 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

hasKey

boolean hasKey()
required bytes key = 1;


getKey

com.google.protobuf.ByteString getKey()
required bytes key = 1;


getValuesList

List<CellMessage.Cell> getValuesList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2;


getValues

CellMessage.Cell getValues(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2;


getValuesCount

int getValuesCount()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2;


getValuesOrBuilderList

List<? extends CellMessage.CellOrBuilder> getValuesOrBuilderList()
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2;


getValuesOrBuilder

CellMessage.CellOrBuilder getValuesOrBuilder(int index)
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2;



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