Package org.apache.hadoop.hbase
Class ExtendedCellBuilderFactory
java.lang.Object
org.apache.hadoop.hbase.ExtendedCellBuilderFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExtendedCellBuilder
create
(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
-