Package | Description |
---|---|
org.apache.hadoop.hbase |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedCellBuilder
For internal purpose.
|
interface |
RawCellBuilder
Allows creating a cell with
Tag
An instance of this type can be acquired by using RegionCoprocessorEnvironment#getCellBuilder
(for prod code) and RawCellBuilderFactory (for unit tests). |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedCellBuilderImpl |
Modifier and Type | Method and Description |
---|---|
CellBuilder |
CellBuilder.clear()
Remove all internal elements from builder.
|
static CellBuilder |
CellBuilderFactory.create(CellBuilderType type)
Create a CellBuilder instance.
|
CellBuilder |
CellBuilder.setFamily(byte[] family) |
CellBuilder |
CellBuilder.setFamily(byte[] family,
int fOffset,
int fLength) |
CellBuilder |
CellBuilder.setQualifier(byte[] qualifier) |
CellBuilder |
CellBuilder.setQualifier(byte[] qualifier,
int qOffset,
int qLength) |
CellBuilder |
CellBuilder.setRow(byte[] row) |
CellBuilder |
CellBuilder.setRow(byte[] row,
int rOffset,
int rLength) |
CellBuilder |
CellBuilder.setTimestamp(long timestamp) |
CellBuilder |
CellBuilder.setType(Cell.Type type) |
CellBuilder |
CellBuilder.setValue(byte[] value) |
CellBuilder |
CellBuilder.setValue(byte[] value,
int vOffset,
int vLength) |
Copyright © 2007–2019 Cloudera. All rights reserved.