public static final class CellPB.Cell.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<CellPB.Cell,CellPB.Cell.Builder> implements CellPB.CellOrBuilder
Protocol buffer version of Cell.Protobuf type
Cell
Modifier and Type | Method and Description |
---|---|
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.CellType |
getCellType()
optional .CellType cell_type = 5; |
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; |
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; |
build, buildPartial, clear, clone, copyOnWrite, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
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–2018 The Async HBase Authors. All rights reserved.