Uses of Enum Class
org.apache.hadoop.hbase.CellBuilderType
-
Uses of CellBuilderType in org.apache.hadoop.hbase
Modifier 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.Modifier 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
Modifier 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)