public static final class CellPB.KeyValue.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<CellPB.KeyValue,CellPB.KeyValue.Builder> implements CellPB.KeyValueOrBuilder
KeyValue
Protocol buffer version of KeyValue. It doesn't have those transient parameters
Modifier and Type | Method and Description |
---|---|
CellPB.KeyValue |
build() |
CellPB.KeyValue |
buildPartial() |
CellPB.KeyValue.Builder |
clear() |
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; |
CellPB.KeyValue.Builder |
clone() |
CellPB.KeyValue |
getDefaultInstanceForType() |
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; |
boolean |
isInitialized() |
CellPB.KeyValue.Builder |
mergeFrom(CellPB.KeyValue other) |
CellPB.KeyValue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
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; |
public CellPB.KeyValue.Builder clear()
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageLite.Builder<CellPB.KeyValue,CellPB.KeyValue.Builder>
public CellPB.KeyValue.Builder clone()
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageLite.Builder<CellPB.KeyValue,CellPB.KeyValue.Builder>
public CellPB.KeyValue getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in class com.google.protobuf.GeneratedMessageLite.Builder<CellPB.KeyValue,CellPB.KeyValue.Builder>
public CellPB.KeyValue build()
build
in interface com.google.protobuf.MessageLite.Builder
public CellPB.KeyValue buildPartial()
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public CellPB.KeyValue.Builder mergeFrom(CellPB.KeyValue other)
mergeFrom
in class com.google.protobuf.GeneratedMessageLite.Builder<CellPB.KeyValue,CellPB.KeyValue.Builder>
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public CellPB.KeyValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessageLite.Builder<CellPB.KeyValue.Builder>
IOException
public boolean hasRow()
required bytes row = 1;
hasRow
in interface CellPB.KeyValueOrBuilder
public com.google.protobuf.ByteString getRow()
required bytes row = 1;
getRow
in interface CellPB.KeyValueOrBuilder
public 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.KeyValueOrBuilder
public com.google.protobuf.ByteString getFamily()
required bytes family = 2;
getFamily
in interface CellPB.KeyValueOrBuilder
public 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.KeyValueOrBuilder
public com.google.protobuf.ByteString getQualifier()
required bytes qualifier = 3;
getQualifier
in interface CellPB.KeyValueOrBuilder
public 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.KeyValueOrBuilder
public long getTimestamp()
optional uint64 timestamp = 4;
getTimestamp
in interface CellPB.KeyValueOrBuilder
public 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.KeyValueOrBuilder
public CellPB.CellType getKeyType()
optional .CellType key_type = 5;
getKeyType
in interface CellPB.KeyValueOrBuilder
public 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.KeyValueOrBuilder
public com.google.protobuf.ByteString getValue()
optional bytes value = 6;
getValue
in interface CellPB.KeyValueOrBuilder
public 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.KeyValueOrBuilder
public com.google.protobuf.ByteString getTags()
optional bytes tags = 7;
getTags
in interface CellPB.KeyValueOrBuilder
public CellPB.KeyValue.Builder setTags(com.google.protobuf.ByteString value)
optional bytes tags = 7;
public CellPB.KeyValue.Builder clearTags()
optional bytes tags = 7;
Copyright © 2010-2017, The Async HBase Authors