public static final class CellProtos.KeyValue.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.KeyValue.Builder> implements CellProtos.KeyValueOrBuilder
Protocol buffer version of KeyValue. It doesn't have those transient parametersProtobuf type
hbase.pb.KeyValue| 限定符和类型 | 方法和说明 |
|---|---|
CellProtos.KeyValue.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CellProtos.KeyValue |
build() |
CellProtos.KeyValue |
buildPartial() |
CellProtos.KeyValue.Builder |
clear() |
CellProtos.KeyValue.Builder |
clearFamily()
required bytes family = 2; |
CellProtos.KeyValue.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
CellProtos.KeyValue.Builder |
clearKeyType()
optional .hbase.pb.CellType key_type = 5; |
CellProtos.KeyValue.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CellProtos.KeyValue.Builder |
clearQualifier()
required bytes qualifier = 3; |
CellProtos.KeyValue.Builder |
clearRow()
required bytes row = 1; |
CellProtos.KeyValue.Builder |
clearTags()
optional bytes tags = 7; |
CellProtos.KeyValue.Builder |
clearTimestamp()
optional uint64 timestamp = 4; |
CellProtos.KeyValue.Builder |
clearValue()
optional bytes value = 6; |
CellProtos.KeyValue.Builder |
clone() |
CellProtos.KeyValue |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CellProtos.KeyValue.Builder |
mergeFrom(CellProtos.KeyValue other) |
CellProtos.KeyValue.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CellProtos.KeyValue.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
CellProtos.KeyValue.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
CellProtos.KeyValue.Builder |
setFamily(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes family = 2; |
CellProtos.KeyValue.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CellProtos.KeyValue.Builder |
setKeyType(CellProtos.CellType value)
optional .hbase.pb.CellType key_type = 5; |
CellProtos.KeyValue.Builder |
setQualifier(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes qualifier = 3; |
CellProtos.KeyValue.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CellProtos.KeyValue.Builder |
setRow(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes row = 1; |
CellProtos.KeyValue.Builder |
setTags(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes tags = 7; |
CellProtos.KeyValue.Builder |
setTimestamp(long value)
optional uint64 timestamp = 4; |
CellProtos.KeyValue.Builder |
setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
CellProtos.KeyValue.Builder |
setValue(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes value = 6; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.KeyValue.Builder>public CellProtos.KeyValue.Builder clear()
clear 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclear 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclear 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.KeyValue.Builder>public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.KeyValue.Builder>public CellProtos.KeyValue getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic CellProtos.KeyValue build()
build 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic CellProtos.KeyValue buildPartial()
buildPartial 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic CellProtos.KeyValue.Builder clone()
clone 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclone 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclone 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.KeyValue.Builder>public CellProtos.KeyValue.Builder setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetField 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.KeyValue.Builder>public CellProtos.KeyValue.Builder clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearField 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.KeyValue.Builder>public CellProtos.KeyValue.Builder clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearOneof 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.KeyValue.Builder>public CellProtos.KeyValue.Builder setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetRepeatedField 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.KeyValue.Builder>public CellProtos.KeyValue.Builder addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderaddRepeatedField 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.KeyValue.Builder>public CellProtos.KeyValue.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other)
mergeFrom 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在类中 org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<CellProtos.KeyValue.Builder>public CellProtos.KeyValue.Builder mergeFrom(CellProtos.KeyValue other)
public final boolean isInitialized()
isInitialized 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.KeyValue.Builder>public CellProtos.KeyValue.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom 在类中 org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<CellProtos.KeyValue.Builder>IOExceptionpublic boolean hasRow()
required bytes row = 1;hasRow 在接口中 CellProtos.KeyValueOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getRow()
required bytes row = 1;getRow 在接口中 CellProtos.KeyValueOrBuilderpublic CellProtos.KeyValue.Builder setRow(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes row = 1;public CellProtos.KeyValue.Builder clearRow()
required bytes row = 1;public boolean hasFamily()
required bytes family = 2;hasFamily 在接口中 CellProtos.KeyValueOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getFamily()
required bytes family = 2;getFamily 在接口中 CellProtos.KeyValueOrBuilderpublic CellProtos.KeyValue.Builder setFamily(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes family = 2;public CellProtos.KeyValue.Builder clearFamily()
required bytes family = 2;public boolean hasQualifier()
required bytes qualifier = 3;hasQualifier 在接口中 CellProtos.KeyValueOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getQualifier()
required bytes qualifier = 3;getQualifier 在接口中 CellProtos.KeyValueOrBuilderpublic CellProtos.KeyValue.Builder setQualifier(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes qualifier = 3;public CellProtos.KeyValue.Builder clearQualifier()
required bytes qualifier = 3;public boolean hasTimestamp()
optional uint64 timestamp = 4;hasTimestamp 在接口中 CellProtos.KeyValueOrBuilderpublic long getTimestamp()
optional uint64 timestamp = 4;getTimestamp 在接口中 CellProtos.KeyValueOrBuilderpublic CellProtos.KeyValue.Builder setTimestamp(long value)
optional uint64 timestamp = 4;public CellProtos.KeyValue.Builder clearTimestamp()
optional uint64 timestamp = 4;public boolean hasKeyType()
optional .hbase.pb.CellType key_type = 5;hasKeyType 在接口中 CellProtos.KeyValueOrBuilderpublic CellProtos.CellType getKeyType()
optional .hbase.pb.CellType key_type = 5;getKeyType 在接口中 CellProtos.KeyValueOrBuilderpublic CellProtos.KeyValue.Builder setKeyType(CellProtos.CellType value)
optional .hbase.pb.CellType key_type = 5;public CellProtos.KeyValue.Builder clearKeyType()
optional .hbase.pb.CellType key_type = 5;public boolean hasValue()
optional bytes value = 6;hasValue 在接口中 CellProtos.KeyValueOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getValue()
optional bytes value = 6;getValue 在接口中 CellProtos.KeyValueOrBuilderpublic CellProtos.KeyValue.Builder setValue(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes value = 6;public CellProtos.KeyValue.Builder clearValue()
optional bytes value = 6;public boolean hasTags()
optional bytes tags = 7;hasTags 在接口中 CellProtos.KeyValueOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getTags()
optional bytes tags = 7;getTags 在接口中 CellProtos.KeyValueOrBuilderpublic CellProtos.KeyValue.Builder setTags(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes tags = 7;public CellProtos.KeyValue.Builder clearTags()
optional bytes tags = 7;public final CellProtos.KeyValue.Builder setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetUnknownFields 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.KeyValue.Builder>public final CellProtos.KeyValue.Builder mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeUnknownFields 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.KeyValue.Builder>Copyright © 2007–2019. All rights reserved.