Uses of Enum Class
org.apache.hadoop.hbase.CellBuilderType

Packages that use org.apache.hadoop.hbase.CellBuilderType
Package
Description
 
Provides HBase Client
  • Uses of org.apache.hadoop.hbase.CellBuilderType in org.apache.hadoop.hbase

    Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.CellBuilderType in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.CellBuilderType
    CellBuilderType.valueOf(String name)
     
    static org.apache.hadoop.hbase.CellBuilderType[]
    CellBuilderType.values()
     
    Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.CellBuilderType in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.CellBuilder
    CellBuilderFactory.create(org.apache.hadoop.hbase.CellBuilderType type)
    Create a CellBuilder instance.
    static org.apache.hadoop.hbase.ExtendedCellBuilder
    ExtendedCellBuilderFactory.create(org.apache.hadoop.hbase.CellBuilderType type)
    Allows creating a cell with the given CellBuilderType.
  • Uses of org.apache.hadoop.hbase.CellBuilderType in org.apache.hadoop.hbase.client

    Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.CellBuilderType in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.CellBuilder
    Append.getCellBuilder(org.apache.hadoop.hbase.CellBuilderType type)
     
    org.apache.hadoop.hbase.CellBuilder
    Delete.getCellBuilder(org.apache.hadoop.hbase.CellBuilderType type)
     
    org.apache.hadoop.hbase.CellBuilder
    Increment.getCellBuilder(org.apache.hadoop.hbase.CellBuilderType type)
     
    abstract org.apache.hadoop.hbase.CellBuilder
    Mutation.getCellBuilder(org.apache.hadoop.hbase.CellBuilderType cellBuilderType)
    get a CellBuilder instance that already has relevant Type and Row set.
    protected final org.apache.hadoop.hbase.CellBuilder
    Mutation.getCellBuilder(org.apache.hadoop.hbase.CellBuilderType cellBuilderType, org.apache.hadoop.hbase.Cell.Type cellType)
    get a CellBuilder instance that already has relevant Type and Row set.
    org.apache.hadoop.hbase.CellBuilder
    Put.getCellBuilder(org.apache.hadoop.hbase.CellBuilderType type)