public static interface CellMessage.CellOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ByteString |
getColumn()
optional bytes column = 2; |
ByteString |
getData()
optional bytes data = 4; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasFieldisInitializedboolean hasRow()
optional bytes row = 1;
unused if Cell is in a CellSet
ByteString getRow()
optional bytes row = 1;
unused if Cell is in a CellSet
boolean hasColumn()
optional bytes column = 2;ByteString getColumn()
optional bytes column = 2;boolean hasTimestamp()
optional int64 timestamp = 3;long getTimestamp()
optional int64 timestamp = 3;boolean hasData()
optional bytes data = 4;ByteString getData()
optional bytes data = 4;Copyright © 2014 The Apache Software Foundation. All Rights Reserved.