public static final class CellPB.KeyValue.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<CellPB.KeyValue,CellPB.KeyValue.Builder> implements CellPB.KeyValueOrBuilder
Protocol buffer version of KeyValue. It doesn't have those transient parametersProtobuf type
KeyValue| Modifier and Type | Method and Description |
|---|---|
CellPB.KeyValue.Builder |
clearFamily()
required bytes family = 2; |
CellPB.KeyValue.Builder |
clearKeyType()
optional .CellType key_type = 5; |
CellPB.KeyValue.Builder |
clearQualifier()
required bytes qualifier = 3; |
CellPB.KeyValue.Builder |
clearRow()
required bytes row = 1; |
CellPB.KeyValue.Builder |
clearTags()
optional bytes tags = 7; |
CellPB.KeyValue.Builder |
clearTimestamp()
optional uint64 timestamp = 4; |
CellPB.KeyValue.Builder |
clearValue()
optional bytes value = 6; |
com.google.protobuf.ByteString |
getFamily()
required bytes family = 2; |
CellPB.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; |
CellPB.KeyValue.Builder |
setFamily(com.google.protobuf.ByteString value)
required bytes family = 2; |
CellPB.KeyValue.Builder |
setKeyType(CellPB.CellType value)
optional .CellType key_type = 5; |
CellPB.KeyValue.Builder |
setQualifier(com.google.protobuf.ByteString value)
required bytes qualifier = 3; |
CellPB.KeyValue.Builder |
setRow(com.google.protobuf.ByteString value)
required bytes row = 1; |
CellPB.KeyValue.Builder |
setTags(com.google.protobuf.ByteString value)
optional bytes tags = 7; |
CellPB.KeyValue.Builder |
setTimestamp(long value)
optional uint64 timestamp = 4; |
CellPB.KeyValue.Builder |
setValue(com.google.protobuf.ByteString value)
optional bytes value = 6; |
build, buildPartial, clear, clone, copyOnWrite, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFromaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic boolean hasRow()
required bytes row = 1;hasRow in interface CellPB.KeyValueOrBuilderpublic com.google.protobuf.ByteString getRow()
required bytes row = 1;getRow in interface CellPB.KeyValueOrBuilderpublic CellPB.KeyValue.Builder setRow(com.google.protobuf.ByteString value)
required bytes row = 1;public CellPB.KeyValue.Builder clearRow()
required bytes row = 1;public boolean hasFamily()
required bytes family = 2;hasFamily in interface CellPB.KeyValueOrBuilderpublic com.google.protobuf.ByteString getFamily()
required bytes family = 2;getFamily in interface CellPB.KeyValueOrBuilderpublic CellPB.KeyValue.Builder setFamily(com.google.protobuf.ByteString value)
required bytes family = 2;public CellPB.KeyValue.Builder clearFamily()
required bytes family = 2;public boolean hasQualifier()
required bytes qualifier = 3;hasQualifier in interface CellPB.KeyValueOrBuilderpublic com.google.protobuf.ByteString getQualifier()
required bytes qualifier = 3;getQualifier in interface CellPB.KeyValueOrBuilderpublic CellPB.KeyValue.Builder setQualifier(com.google.protobuf.ByteString value)
required bytes qualifier = 3;public CellPB.KeyValue.Builder clearQualifier()
required bytes qualifier = 3;public boolean hasTimestamp()
optional uint64 timestamp = 4;hasTimestamp in interface CellPB.KeyValueOrBuilderpublic long getTimestamp()
optional uint64 timestamp = 4;getTimestamp in interface CellPB.KeyValueOrBuilderpublic CellPB.KeyValue.Builder setTimestamp(long value)
optional uint64 timestamp = 4;public CellPB.KeyValue.Builder clearTimestamp()
optional uint64 timestamp = 4;public boolean hasKeyType()
optional .CellType key_type = 5;hasKeyType in interface CellPB.KeyValueOrBuilderpublic CellPB.CellType getKeyType()
optional .CellType key_type = 5;getKeyType in interface CellPB.KeyValueOrBuilderpublic CellPB.KeyValue.Builder setKeyType(CellPB.CellType value)
optional .CellType key_type = 5;public CellPB.KeyValue.Builder clearKeyType()
optional .CellType key_type = 5;public boolean hasValue()
optional bytes value = 6;hasValue in interface CellPB.KeyValueOrBuilderpublic com.google.protobuf.ByteString getValue()
optional bytes value = 6;getValue in interface CellPB.KeyValueOrBuilderpublic CellPB.KeyValue.Builder setValue(com.google.protobuf.ByteString value)
optional bytes value = 6;public CellPB.KeyValue.Builder clearValue()
optional bytes value = 6;public boolean hasTags()
optional bytes tags = 7;hasTags in interface CellPB.KeyValueOrBuilderpublic com.google.protobuf.ByteString getTags()
optional bytes tags = 7;getTags in interface CellPB.KeyValueOrBuilderpublic CellPB.KeyValue.Builder setTags(com.google.protobuf.ByteString value)
optional bytes tags = 7;public CellPB.KeyValue.Builder clearTags()
optional bytes tags = 7;Copyright © 2010–2018 The Async HBase Authors. All rights reserved.