Package org.apache.hadoop.hbase
Class ExtendedCellBuilderFactory
java.lang.Object
org.apache.hadoop.hbase.ExtendedCellBuilderFactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ExtendedCellBuildercreate(CellBuilderType type) Allows creating a cell with the given CellBuilderType.
- 
Constructor Details- 
ExtendedCellBuilderFactoryprivate ExtendedCellBuilderFactory()
 
- 
- 
Method Details- 
createAllows creating a cell with the given CellBuilderType.- Parameters:
- type- the type of CellBuilder(DEEP_COPY or SHALLOW_COPY).
- Returns:
- the cell that is created
 
 
-