Uses of Enum
org.apache.hadoop.hbase.KeepDeletedCells

Packages that use org.apache.hadoop.hbase.KeepDeletedCells
  • Uses of org.apache.hadoop.hbase.KeepDeletedCells in org.apache.hadoop.hbase

    Fields in org.apache.hadoop.hbase declared as org.apache.hadoop.hbase.KeepDeletedCells in in
    Modifier and Type
    Field
    Description
    static final org.apache.hadoop.hbase.KeepDeletedCells
    HColumnDescriptor.DEFAULT_KEEP_DELETED
    Deprecated.
     
    Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.KeepDeletedCells in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.KeepDeletedCells
    HColumnDescriptor.getKeepDeletedCells()
    Deprecated.
     
    static org.apache.hadoop.hbase.KeepDeletedCells
    KeepDeletedCells.getValue(String val)
     
    static org.apache.hadoop.hbase.KeepDeletedCells
    KeepDeletedCells.valueOf(String name)
     
    static org.apache.hadoop.hbase.KeepDeletedCells[]
    KeepDeletedCells.values()
     
    Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.KeepDeletedCells in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.HColumnDescriptor
    HColumnDescriptor.setKeepDeletedCells(org.apache.hadoop.hbase.KeepDeletedCells value)
    Deprecated.
    Set the keep deleted cells policy.
  • Uses of org.apache.hadoop.hbase.KeepDeletedCells in org.apache.hadoop.hbase.client

    Fields in org.apache.hadoop.hbase.client declared as org.apache.hadoop.hbase.KeepDeletedCells in in
    Modifier and Type
    Field
    Description
    static final org.apache.hadoop.hbase.KeepDeletedCells
    ColumnFamilyDescriptorBuilder.DEFAULT_KEEP_DELETED
    Default setting for preventing deleted from being collected immediately.
    Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.KeepDeletedCells in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.KeepDeletedCells
    ColumnFamilyDescriptor.getKeepDeletedCells()
    Returns return the KeepDeletedCells
    org.apache.hadoop.hbase.KeepDeletedCells
    ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.getKeepDeletedCells()
     
    Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.KeepDeletedCells in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
    ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.setKeepDeletedCells(org.apache.hadoop.hbase.KeepDeletedCells keepDeletedCells)
     
    org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
    ColumnFamilyDescriptorBuilder.setKeepDeletedCells(org.apache.hadoop.hbase.KeepDeletedCells value)
     
  • Uses of org.apache.hadoop.hbase.KeepDeletedCells in org.apache.hadoop.hbase.regionserver

    Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.KeepDeletedCells in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.KeepDeletedCells
    CustomizedScanInfoBuilder.getKeepDeletedCells()
     
    org.apache.hadoop.hbase.KeepDeletedCells
    ScanInfo.getKeepDeletedCells()
     
    org.apache.hadoop.hbase.KeepDeletedCells
    ScanOptions.getKeepDeletedCells()
     
    Methods in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.KeepDeletedCells in in
    Modifier and Type
    Method
    Description
    void
    CustomizedScanInfoBuilder.setKeepDeletedCells(org.apache.hadoop.hbase.KeepDeletedCells keepDeletedCells)
     
    void
    ScanOptions.setKeepDeletedCells(org.apache.hadoop.hbase.KeepDeletedCells keepDeletedCells)
     
    Constructors in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.KeepDeletedCells in in
    Modifier
    Constructor
    Description
     
    ScanInfo(org.apache.hadoop.conf.Configuration conf, byte[] family, int minVersions, int maxVersions, long ttl, org.apache.hadoop.hbase.KeepDeletedCells keepDeletedCells, long blockSize, long timeToPurgeDeletes, CellComparator comparator, boolean newVersionBehavior)
     
  • Uses of org.apache.hadoop.hbase.KeepDeletedCells in org.apache.hadoop.hbase.regionserver.querymatcher

    Fields in org.apache.hadoop.hbase.regionserver.querymatcher declared as org.apache.hadoop.hbase.KeepDeletedCells in in
    Modifier and Type
    Field
    Description
    protected final org.apache.hadoop.hbase.KeepDeletedCells
    CompactionScanQueryMatcher.keepDeletedCells
    whether to return deleted rows