Class ExtendedCellBuilderFactory

java.lang.Object
org.apache.hadoop.hbase.ExtendedCellBuilderFactory

@Private public final class ExtendedCellBuilderFactory extends Object
  • Constructor Details

  • 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