程序包 | 说明 |
---|---|
org.apache.hadoop.hbase |
限定符和类型 | 接口和说明 |
---|---|
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). |
限定符和类型 | 类和说明 |
---|---|
class |
ExtendedCellBuilderImpl |
限定符和类型 | 方法和说明 |
---|---|
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 The Apache Software Foundation. All rights reserved.