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