org.apache.hadoop.hbase.rest.protobuf.generated
Interface CellMessage.CellOrBuilder

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

public static interface CellMessage.CellOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getColumn()
          optional bytes column = 2;
 com.google.protobuf.ByteString getData()
          optional bytes data = 4;
 com.google.protobuf.ByteString getRow()
          optional bytes row = 1;
 long getTimestamp()
          optional int64 timestamp = 3;
 boolean hasColumn()
          optional bytes column = 2;
 boolean hasData()
          optional bytes data = 4;
 boolean hasRow()
          optional bytes row = 1;
 boolean hasTimestamp()
          optional int64 timestamp = 3;
 
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

hasRow

boolean hasRow()
optional bytes row = 1;
 unused if Cell is in a CellSet
 


getRow

com.google.protobuf.ByteString getRow()
optional bytes row = 1;
 unused if Cell is in a CellSet
 


hasColumn

boolean hasColumn()
optional bytes column = 2;


getColumn

com.google.protobuf.ByteString getColumn()
optional bytes column = 2;


hasTimestamp

boolean hasTimestamp()
optional int64 timestamp = 3;


getTimestamp

long getTimestamp()
optional int64 timestamp = 3;


hasData

boolean hasData()
optional bytes data = 4;


getData

com.google.protobuf.ByteString getData()
optional bytes data = 4;



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