public static final class CellPB.Cell.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<CellPB.Cell,CellPB.Cell.Builder> implements CellPB.CellOrBuilder
Cell
Protocol buffer version of Cell.
Modifier and Type | Method and Description |
---|---|
CellPB.Cell |
build() |
CellPB.Cell |
buildPartial() |
CellPB.Cell.Builder |
clear() |
CellPB.Cell.Builder |
clearCellType()
optional .CellType cell_type = 5; |
CellPB.Cell.Builder |
clearFamily()
optional bytes family = 2; |
CellPB.Cell.Builder |
clearQualifier()
optional bytes qualifier = 3; |
CellPB.Cell.Builder |
clearRow()
optional bytes row = 1; |
CellPB.Cell.Builder |
clearTags()
optional bytes tags = 7; |
CellPB.Cell.Builder |
clearTimestamp()
optional uint64 timestamp = 4; |
CellPB.Cell.Builder |
clearValue()
optional bytes value = 6; |
CellPB.Cell.Builder |
clone() |
CellPB.CellType |
getCellType()
optional .CellType cell_type = 5; |
CellPB.Cell |
getDefaultInstanceForType() |
com.google.protobuf.ByteString |
getFamily()
optional bytes family = 2; |
com.google.protobuf.ByteString |
getQualifier()
optional bytes qualifier = 3; |
com.google.protobuf.ByteString |
getRow()
optional 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 |
hasCellType()
optional .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; |
boolean |
isInitialized() |
CellPB.Cell.Builder |
mergeFrom(CellPB.Cell other) |
CellPB.Cell.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CellPB.Cell.Builder |
setCellType(CellPB.CellType value)
optional .CellType cell_type = 5; |
CellPB.Cell.Builder |
setFamily(com.google.protobuf.ByteString value)
optional bytes family = 2; |
CellPB.Cell.Builder |
setQualifier(com.google.protobuf.ByteString value)
optional bytes qualifier = 3; |
CellPB.Cell.Builder |
setRow(com.google.protobuf.ByteString value)
optional bytes row = 1; |
CellPB.Cell.Builder |
setTags(com.google.protobuf.ByteString value)
optional bytes tags = 7; |
CellPB.Cell.Builder |
setTimestamp(long value)
optional uint64 timestamp = 4; |
CellPB.Cell.Builder |
setValue(com.google.protobuf.ByteString value)
optional bytes value = 6; |
public CellPB.Cell.Builder clear()
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageLite.Builder<CellPB.Cell,CellPB.Cell.Builder>
public CellPB.Cell.Builder clone()
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageLite.Builder<CellPB.Cell,CellPB.Cell.Builder>
public CellPB.Cell getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in class com.google.protobuf.GeneratedMessageLite.Builder<CellPB.Cell,CellPB.Cell.Builder>
public CellPB.Cell build()
build
in interface com.google.protobuf.MessageLite.Builder
public CellPB.Cell buildPartial()
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public CellPB.Cell.Builder mergeFrom(CellPB.Cell other)
mergeFrom
in class com.google.protobuf.GeneratedMessageLite.Builder<CellPB.Cell,CellPB.Cell.Builder>
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public CellPB.Cell.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.Cell.Builder>
IOException
public boolean hasRow()
optional bytes row = 1;
hasRow
in interface CellPB.CellOrBuilder
public com.google.protobuf.ByteString getRow()
optional bytes row = 1;
getRow
in interface CellPB.CellOrBuilder
public CellPB.Cell.Builder setRow(com.google.protobuf.ByteString value)
optional bytes row = 1;
public CellPB.Cell.Builder clearRow()
optional bytes row = 1;
public boolean hasFamily()
optional bytes family = 2;
hasFamily
in interface CellPB.CellOrBuilder
public com.google.protobuf.ByteString getFamily()
optional bytes family = 2;
getFamily
in interface CellPB.CellOrBuilder
public CellPB.Cell.Builder setFamily(com.google.protobuf.ByteString value)
optional bytes family = 2;
public CellPB.Cell.Builder clearFamily()
optional bytes family = 2;
public boolean hasQualifier()
optional bytes qualifier = 3;
hasQualifier
in interface CellPB.CellOrBuilder
public com.google.protobuf.ByteString getQualifier()
optional bytes qualifier = 3;
getQualifier
in interface CellPB.CellOrBuilder
public CellPB.Cell.Builder setQualifier(com.google.protobuf.ByteString value)
optional bytes qualifier = 3;
public CellPB.Cell.Builder clearQualifier()
optional bytes qualifier = 3;
public boolean hasTimestamp()
optional uint64 timestamp = 4;
hasTimestamp
in interface CellPB.CellOrBuilder
public long getTimestamp()
optional uint64 timestamp = 4;
getTimestamp
in interface CellPB.CellOrBuilder
public CellPB.Cell.Builder setTimestamp(long value)
optional uint64 timestamp = 4;
public CellPB.Cell.Builder clearTimestamp()
optional uint64 timestamp = 4;
public boolean hasCellType()
optional .CellType cell_type = 5;
hasCellType
in interface CellPB.CellOrBuilder
public CellPB.CellType getCellType()
optional .CellType cell_type = 5;
getCellType
in interface CellPB.CellOrBuilder
public CellPB.Cell.Builder setCellType(CellPB.CellType value)
optional .CellType cell_type = 5;
public CellPB.Cell.Builder clearCellType()
optional .CellType cell_type = 5;
public boolean hasValue()
optional bytes value = 6;
hasValue
in interface CellPB.CellOrBuilder
public com.google.protobuf.ByteString getValue()
optional bytes value = 6;
getValue
in interface CellPB.CellOrBuilder
public CellPB.Cell.Builder setValue(com.google.protobuf.ByteString value)
optional bytes value = 6;
public CellPB.Cell.Builder clearValue()
optional bytes value = 6;
public boolean hasTags()
optional bytes tags = 7;
hasTags
in interface CellPB.CellOrBuilder
public com.google.protobuf.ByteString getTags()
optional bytes tags = 7;
getTags
in interface CellPB.CellOrBuilder
public CellPB.Cell.Builder setTags(com.google.protobuf.ByteString value)
optional bytes tags = 7;
public CellPB.Cell.Builder clearTags()
optional bytes tags = 7;
Copyright © 2010-2017, The Async HBase Authors