Uses of Interface
org.apache.hadoop.hbase.RawCellBuilder
Package
Description
Table of Contents
-
Uses of RawCellBuilder in org.apache.hadoop.hbase
Modifier and TypeClassDescriptionclass
(package private) class
(package private) class
Modifier and TypeMethodDescriptionRawCellBuilder.clear()
static RawCellBuilder
RawCellBuilderFactory.create()
Returns the cell that is createdRawCellBuilder.setFamily
(byte[] family) RawCellBuilder.setFamily
(byte[] family, int fOffset, int fLength) RawCellBuilder.setQualifier
(byte[] qualifier) RawCellBuilder.setQualifier
(byte[] qualifier, int qOffset, int qLength) RawCellBuilder.setRow
(byte[] row) RawCellBuilder.setRow
(byte[] row, int rOffset, int rLength) RawCellBuilder.setTimestamp
(long timestamp) RawCellBuilder.setValue
(byte[] value) RawCellBuilder.setValue
(byte[] value, int vOffset, int vLength) -
Uses of RawCellBuilder in org.apache.hadoop.hbase.coprocessor
Modifier and TypeMethodDescriptionRegionCoprocessorEnvironment.getCellBuilder()
Returns a CellBuilder so that coprocessors can build cells. -
Uses of RawCellBuilder in org.apache.hadoop.hbase.regionserver