Uses of Enum Class
org.apache.hadoop.hbase.CellBuilderType
Packages that use CellBuilderType
-
Uses of CellBuilderType in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return CellBuilderTypeModifier and TypeMethodDescriptionstatic CellBuilderTypeReturns the enum constant of this class with the specified name.static CellBuilderType[]CellBuilderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase with parameters of type CellBuilderTypeModifier and TypeMethodDescriptionstatic CellBuilderCellBuilderFactory.create(CellBuilderType type) Create a CellBuilder instance.static ExtendedCellBuilderExtendedCellBuilderFactory.create(CellBuilderType type) Allows creating a cell with the given CellBuilderType. -
Uses of CellBuilderType in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client with parameters of type CellBuilderTypeModifier and TypeMethodDescriptionAppend.getCellBuilder(CellBuilderType type) Delete.getCellBuilder(CellBuilderType type) Increment.getCellBuilder(CellBuilderType type) abstract CellBuilderMutation.getCellBuilder(CellBuilderType cellBuilderType) get a CellBuilder instance that already has relevant Type and Row set.protected final CellBuilderMutation.getCellBuilder(CellBuilderType cellBuilderType, Cell.Type cellType) get a CellBuilder instance that already has relevant Type and Row set.Put.getCellBuilder(CellBuilderType type)