public static interface CellMessage.CellOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
boolean hasRow()
optional bytes row = 1;
unused if Cell is in a CellSet
com.google.protobuf.ByteString getRow()
optional bytes row = 1;
unused if Cell is in a CellSet
boolean hasColumn()
optional bytes column = 2;
com.google.protobuf.ByteString getColumn()
optional bytes column = 2;
boolean hasTimestamp()
optional int64 timestamp = 3;
long getTimestamp()
optional int64 timestamp = 3;
boolean hasData()
optional bytes data = 4;
com.google.protobuf.ByteString getData()
optional bytes data = 4;
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.