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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic RawCellBuildercreate()Returns the cell that is created
- 
Constructor Details- 
RawCellBuilderFactoryprivate RawCellBuilderFactory()
 
- 
- 
Method Details- 
createReturns the cell that is created
 
-