Uses of Interface
org.apache.hadoop.hbase.RawCellBuilder
Packages that use RawCellBuilder
Package
Description
Table of Contents
-
Uses of RawCellBuilder in org.apache.hadoop.hbase
Subinterfaces of RawCellBuilder in org.apache.hadoop.hbaseClasses in org.apache.hadoop.hbase that implement RawCellBuilderModifier and TypeClassDescriptionclass
(package private) class
(package private) class
Methods in org.apache.hadoop.hbase that return RawCellBuilderModifier 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
Methods in org.apache.hadoop.hbase.coprocessor that return RawCellBuilderModifier and TypeMethodDescriptionRegionCoprocessorEnvironment.getCellBuilder()
Returns a CellBuilder so that coprocessors can build cells. -
Uses of RawCellBuilder in org.apache.hadoop.hbase.coprocessor.example.row.stats
Fields in org.apache.hadoop.hbase.coprocessor.example.row.stats declared as RawCellBuilderModifier and TypeFieldDescriptionprivate RawCellBuilder
RowStatisticsCompactionObserver.RowStatisticsScanner.cellBuilder
Methods in org.apache.hadoop.hbase.coprocessor.example.row.stats with parameters of type RawCellBuilderModifier and TypeMethodDescriptionvoid
RowStatisticsImpl.shipped
(RawCellBuilder cellBuilder) Clone the cell refs so they can be cleaned up byShipper.shipped()
. -
Uses of RawCellBuilder in org.apache.hadoop.hbase.coprocessor.example.row.stats.utils
Methods in org.apache.hadoop.hbase.coprocessor.example.row.stats.utils with parameters of type RawCellBuilderModifier and TypeMethodDescriptionstatic Cell
RowStatisticsUtil.cloneWithoutValue
(RawCellBuilder cellBuilder, Cell cell) -
Uses of RawCellBuilder in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return RawCellBuilder