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 CellBuilderType
Returns 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 CellBuilder
CellBuilderFactory.create
(CellBuilderType type) Create a CellBuilder instance.static ExtendedCellBuilder
ExtendedCellBuilderFactory.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 CellBuilder
Mutation.getCellBuilder
(CellBuilderType cellBuilderType) get a CellBuilder instance that already has relevant Type and Row set.protected final CellBuilder
Mutation.getCellBuilder
(CellBuilderType cellBuilderType, Cell.Type cellType) get a CellBuilder instance that already has relevant Type and Row set.Put.getCellBuilder
(CellBuilderType type)