public static interface CellProtos.CellOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CellProtos.CellType |
getCellType()
optional .hbase.pb.CellType cell_type = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getFamily()
optional bytes family = 2; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getQualifier()
optional bytes qualifier = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getRow()
optional 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 |
hasCellType()
optional .hbase.pb.CellType cell_type = 5; |
boolean |
hasFamily()
optional bytes family = 2; |
boolean |
hasQualifier()
optional bytes qualifier = 3; |
boolean |
hasRow()
optional 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()
optional bytes row = 1;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getRow()
optional bytes row = 1;boolean hasFamily()
optional bytes family = 2;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getFamily()
optional bytes family = 2;boolean hasQualifier()
optional bytes qualifier = 3;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getQualifier()
optional bytes qualifier = 3;boolean hasTimestamp()
optional uint64 timestamp = 4;long getTimestamp()
optional uint64 timestamp = 4;boolean hasCellType()
optional .hbase.pb.CellType cell_type = 5;CellProtos.CellType getCellType()
optional .hbase.pb.CellType cell_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.