RawCellBuilder |
RawCellBuilder.clear() |
static RawCellBuilder |
RawCellBuilderFactory.create() |
RawCellBuilder |
RawCellBuilder.setFamily(byte[] family) |
RawCellBuilder |
RawCellBuilder.setFamily(byte[] family,
int fOffset,
int fLength) |
RawCellBuilder |
RawCellBuilder.setQualifier(byte[] qualifier) |
RawCellBuilder |
RawCellBuilder.setQualifier(byte[] qualifier,
int qOffset,
int qLength) |
RawCellBuilder |
RawCellBuilder.setRow(byte[] row) |
RawCellBuilder |
RawCellBuilder.setRow(byte[] row,
int rOffset,
int rLength) |
RawCellBuilder |
RawCellBuilder.setTags(List<Tag> tags) |
RawCellBuilder |
RawCellBuilder.setTimestamp(long timestamp) |
RawCellBuilder |
RawCellBuilder.setType(Cell.Type type) |
RawCellBuilder |
RawCellBuilder.setValue(byte[] value) |
RawCellBuilder |
RawCellBuilder.setValue(byte[] value,
int vOffset,
int vLength) |