Package org.apache.hadoop.hbase
Class RawCellBuilderFactory
java.lang.Object
org.apache.hadoop.hbase.RawCellBuilderFactory
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.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RawCellBuilder
create()
Returns the cell that is created
-
Constructor Details
-
RawCellBuilderFactory
private RawCellBuilderFactory()
-
-
Method Details
-
create
Returns the cell that is created
-