public static interface CellProtos.KeyValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getFamily()
required bytes family = 2; |
CellProtos.CellType |
getKeyType()
optional .CellType key_type = 5; |
com.google.protobuf.ByteString |
getQualifier()
required bytes qualifier = 3; |
com.google.protobuf.ByteString |
getRow()
required bytes row = 1; |
com.google.protobuf.ByteString |
getTags()
optional bytes tags = 7; |
long |
getTimestamp()
optional uint64 timestamp = 4; |
com.google.protobuf.ByteString |
getValue()
optional bytes value = 6; |
boolean |
hasFamily()
required bytes family = 2; |
boolean |
hasKeyType()
optional .CellType key_type = 5; |
boolean |
hasQualifier()
required bytes qualifier = 3; |
boolean |
hasRow()
required bytes row = 1; |
boolean |
hasTags()
optional bytes tags = 7; |
boolean |
hasTimestamp()
optional uint64 timestamp = 4; |
boolean |
hasValue()
optional bytes value = 6; |
boolean hasRow()
required bytes row = 1;
com.google.protobuf.ByteString getRow()
required bytes row = 1;
boolean hasFamily()
required bytes family = 2;
com.google.protobuf.ByteString getFamily()
required bytes family = 2;
boolean hasQualifier()
required bytes qualifier = 3;
com.google.protobuf.ByteString getQualifier()
required bytes qualifier = 3;
boolean hasTimestamp()
optional uint64 timestamp = 4;
long getTimestamp()
optional uint64 timestamp = 4;
boolean hasKeyType()
optional .CellType key_type = 5;
CellProtos.CellType getKeyType()
optional .CellType key_type = 5;
boolean hasValue()
optional bytes value = 6;
com.google.protobuf.ByteString getValue()
optional bytes value = 6;
boolean hasTags()
optional bytes tags = 7;
com.google.protobuf.ByteString getTags()
optional bytes tags = 7;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.