public static final class CellProtos.Cell.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.Cell.Builder> implements CellProtos.CellOrBuilder
Protocol buffer version of Cell.Protobuf type
hbase.pb.Cell| Modifier and Type | Method and Description |
|---|---|
CellProtos.Cell.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CellProtos.Cell |
build() |
CellProtos.Cell |
buildPartial() |
CellProtos.Cell.Builder |
clear() |
CellProtos.Cell.Builder |
clearCellType()
optional .hbase.pb.CellType cell_type = 5; |
CellProtos.Cell.Builder |
clearFamily()
optional bytes family = 2; |
CellProtos.Cell.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
CellProtos.Cell.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CellProtos.Cell.Builder |
clearQualifier()
optional bytes qualifier = 3; |
CellProtos.Cell.Builder |
clearRow()
optional bytes row = 1; |
CellProtos.Cell.Builder |
clearTags()
optional bytes tags = 7; |
CellProtos.Cell.Builder |
clearTimestamp()
optional uint64 timestamp = 4; |
CellProtos.Cell.Builder |
clearValue()
optional bytes value = 6; |
CellProtos.Cell.Builder |
clone() |
CellProtos.CellType |
getCellType()
optional .hbase.pb.CellType cell_type = 5; |
CellProtos.Cell |
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()
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; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CellProtos.Cell.Builder |
mergeFrom(CellProtos.Cell other) |
CellProtos.Cell.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CellProtos.Cell.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
CellProtos.Cell.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
CellProtos.Cell.Builder |
setCellType(CellProtos.CellType value)
optional .hbase.pb.CellType cell_type = 5; |
CellProtos.Cell.Builder |
setFamily(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes family = 2; |
CellProtos.Cell.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CellProtos.Cell.Builder |
setQualifier(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes qualifier = 3; |
CellProtos.Cell.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CellProtos.Cell.Builder |
setRow(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes row = 1; |
CellProtos.Cell.Builder |
setTags(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes tags = 7; |
CellProtos.Cell.Builder |
setTimestamp(long value)
optional uint64 timestamp = 4; |
CellProtos.Cell.Builder |
setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
CellProtos.Cell.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, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.Cell.Builder>public CellProtos.Cell.Builder clear()
clear in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclear in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclear in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.Cell.Builder>public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.Cell.Builder>public CellProtos.Cell getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic CellProtos.Cell build()
build in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic CellProtos.Cell buildPartial()
buildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic CellProtos.Cell.Builder clone()
clone in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclone in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclone in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.Cell.Builder>public CellProtos.Cell.Builder setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.Cell.Builder>public CellProtos.Cell.Builder clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.Cell.Builder>public CellProtos.Cell.Builder clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearOneof in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.Cell.Builder>public CellProtos.Cell.Builder setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.Cell.Builder>public CellProtos.Cell.Builder addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderaddRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.Cell.Builder>public CellProtos.Cell.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other)
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<CellProtos.Cell.Builder>public CellProtos.Cell.Builder mergeFrom(CellProtos.Cell other)
public final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.Cell.Builder>public CellProtos.Cell.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<CellProtos.Cell.Builder>IOExceptionpublic boolean hasRow()
optional bytes row = 1;hasRow in interface CellProtos.CellOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getRow()
optional bytes row = 1;getRow in interface CellProtos.CellOrBuilderpublic CellProtos.Cell.Builder setRow(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes row = 1;public CellProtos.Cell.Builder clearRow()
optional bytes row = 1;public boolean hasFamily()
optional bytes family = 2;hasFamily in interface CellProtos.CellOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getFamily()
optional bytes family = 2;getFamily in interface CellProtos.CellOrBuilderpublic CellProtos.Cell.Builder setFamily(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes family = 2;public CellProtos.Cell.Builder clearFamily()
optional bytes family = 2;public boolean hasQualifier()
optional bytes qualifier = 3;hasQualifier in interface CellProtos.CellOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getQualifier()
optional bytes qualifier = 3;getQualifier in interface CellProtos.CellOrBuilderpublic CellProtos.Cell.Builder setQualifier(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes qualifier = 3;public CellProtos.Cell.Builder clearQualifier()
optional bytes qualifier = 3;public boolean hasTimestamp()
optional uint64 timestamp = 4;hasTimestamp in interface CellProtos.CellOrBuilderpublic long getTimestamp()
optional uint64 timestamp = 4;getTimestamp in interface CellProtos.CellOrBuilderpublic CellProtos.Cell.Builder setTimestamp(long value)
optional uint64 timestamp = 4;public CellProtos.Cell.Builder clearTimestamp()
optional uint64 timestamp = 4;public boolean hasCellType()
optional .hbase.pb.CellType cell_type = 5;hasCellType in interface CellProtos.CellOrBuilderpublic CellProtos.CellType getCellType()
optional .hbase.pb.CellType cell_type = 5;getCellType in interface CellProtos.CellOrBuilderpublic CellProtos.Cell.Builder setCellType(CellProtos.CellType value)
optional .hbase.pb.CellType cell_type = 5;public CellProtos.Cell.Builder clearCellType()
optional .hbase.pb.CellType cell_type = 5;public boolean hasValue()
optional bytes value = 6;hasValue in interface CellProtos.CellOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getValue()
optional bytes value = 6;getValue in interface CellProtos.CellOrBuilderpublic CellProtos.Cell.Builder setValue(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes value = 6;public CellProtos.Cell.Builder clearValue()
optional bytes value = 6;public boolean hasTags()
optional bytes tags = 7;hasTags in interface CellProtos.CellOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getTags()
optional bytes tags = 7;getTags in interface CellProtos.CellOrBuilderpublic CellProtos.Cell.Builder setTags(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes tags = 7;public CellProtos.Cell.Builder clearTags()
optional bytes tags = 7;public final CellProtos.Cell.Builder setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.Cell.Builder>public final CellProtos.Cell.Builder mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<CellProtos.Cell.Builder>Copyright © 2007–2019 Cloudera. All rights reserved.