public static interface CellProtos.KeyValueOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getFamily()
required bytes family = 2; |
CellProtos.CellType |
getKeyType()
optional .hbase.pb.CellType key_type = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getQualifier()
required bytes qualifier = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getRow()
required bytes row = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getTags()
optional bytes tags = 7; |
long |
getTimestamp()
optional uint64 timestamp = 4; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getValue()
optional bytes value = 6; |
boolean |
hasFamily()
required bytes family = 2; |
boolean |
hasKeyType()
optional .hbase.pb.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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRow()
required bytes row = 1;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getRow()
required bytes row = 1;boolean hasFamily()
required bytes family = 2;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getFamily()
required bytes family = 2;boolean hasQualifier()
required bytes qualifier = 3;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getQualifier()
required bytes qualifier = 3;boolean hasTimestamp()
optional uint64 timestamp = 4;long getTimestamp()
optional uint64 timestamp = 4;boolean hasKeyType()
optional .hbase.pb.CellType key_type = 5;CellProtos.CellType getKeyType()
optional .hbase.pb.CellType key_type = 5;boolean hasValue()
optional bytes value = 6;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getValue()
optional bytes value = 6;boolean hasTags()
optional bytes tags = 7;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getTags()
optional bytes tags = 7;Copyright © 2007–2019 Cloudera. All rights reserved.