@InterfaceAudience.Public public interface CellBuilder
CellBuilderFactory
to get CellBuilder instance.Modifier and Type | Method and Description |
---|---|
Cell |
build() |
CellBuilder |
clear()
Remove all internal elements from builder.
|
CellBuilder |
setFamily(byte[] family) |
CellBuilder |
setFamily(byte[] family,
int fOffset,
int fLength) |
CellBuilder |
setQualifier(byte[] qualifier) |
CellBuilder |
setQualifier(byte[] qualifier,
int qOffset,
int qLength) |
CellBuilder |
setRow(byte[] row) |
CellBuilder |
setRow(byte[] row,
int rOffset,
int rLength) |
CellBuilder |
setTimestamp(long timestamp) |
CellBuilder |
setType(Cell.Type type) |
CellBuilder |
setValue(byte[] value) |
CellBuilder |
setValue(byte[] value,
int vOffset,
int vLength) |
CellBuilder setRow(byte[] row)
CellBuilder setRow(byte[] row, int rOffset, int rLength)
CellBuilder setFamily(byte[] family)
CellBuilder setFamily(byte[] family, int fOffset, int fLength)
CellBuilder setQualifier(byte[] qualifier)
CellBuilder setQualifier(byte[] qualifier, int qOffset, int qLength)
CellBuilder setTimestamp(long timestamp)
CellBuilder setType(Cell.Type type)
CellBuilder setValue(byte[] value)
CellBuilder setValue(byte[] value, int vOffset, int vLength)
CellBuilder clear()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.