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) classMethods in org.apache.hadoop.hbase that return RawCellBuilderModifier and TypeMethodDescriptionRawCellBuilder.clear()static RawCellBuilderRawCellBuilderFactory.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.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return RawCellBuilder