Class RawCellBuilderFactory

java.lang.Object
org.apache.hadoop.hbase.RawCellBuilderFactory

@LimitedPrivate("Unittest") public final class RawCellBuilderFactory extends Object
Factory for creating cells for CPs. It does deep_copy CellBuilderType.DEEP_COPY while creating cells. This class is limited private only for use in unit-tests. For non-test uses in coprocessors, get an instance of type RawCellBuilder using RegionCoprocessorEnvironment#getCellBuilder.