Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.coprocessor.example |
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 |
(package private) class |
IndividualBytesFieldCellBuilder |
(package private) class |
KeyValueBuilder |
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) |
Modifier and Type | Field and Description |
---|---|
private CellBuilder |
ValueRewritingObserver.cellBuilder |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.