Package | Description |
---|---|
org.apache.hadoop.hbase |
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(org.apache.hadoop.hbase.Cell.Type type) |
CellBuilder |
CellBuilder.setValue(byte[] value) |
CellBuilder |
CellBuilder.setValue(byte[] value,
int vOffset,
int vLength) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.