| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.regionserver.querymatcher | 
| Modifier and Type | Field and Description | 
|---|---|
static KeepDeletedCells | 
HColumnDescriptor.DEFAULT_KEEP_DELETED
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
KeepDeletedCells | 
HColumnDescriptor.getKeepDeletedCells()
Deprecated.  
  | 
static KeepDeletedCells | 
KeepDeletedCells.getValue(String val)  | 
static KeepDeletedCells | 
KeepDeletedCells.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static KeepDeletedCells[] | 
KeepDeletedCells.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HColumnDescriptor | 
HColumnDescriptor.setKeepDeletedCells(KeepDeletedCells value)
Deprecated.  
  | 
| Modifier and Type | Field and Description | 
|---|---|
static KeepDeletedCells | 
ColumnFamilyDescriptorBuilder.DEFAULT_KEEP_DELETED
Default setting for preventing deleted from being collected immediately. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KeepDeletedCells | 
ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.getKeepDeletedCells()  | 
KeepDeletedCells | 
ColumnFamilyDescriptor.getKeepDeletedCells()  | 
| Modifier and Type | Method and Description | 
|---|---|
ColumnFamilyDescriptorBuilder | 
ColumnFamilyDescriptorBuilder.setKeepDeletedCells(KeepDeletedCells value)  | 
ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor | 
ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.setKeepDeletedCells(KeepDeletedCells keepDeletedCells)  | 
| Modifier and Type | Field and Description | 
|---|---|
private KeepDeletedCells | 
ScanInfo.keepDeletedCells  | 
private KeepDeletedCells | 
CustomizedScanInfoBuilder.keepDeletedCells  | 
| Modifier and Type | Method and Description | 
|---|---|
KeepDeletedCells | 
ScanInfo.getKeepDeletedCells()  | 
KeepDeletedCells | 
CustomizedScanInfoBuilder.getKeepDeletedCells()  | 
KeepDeletedCells | 
ScanOptions.getKeepDeletedCells()  | 
| Modifier and Type | Method and Description | 
|---|---|
(package private) ScanInfo | 
ScanInfo.customize(int maxVersions,
         long ttl,
         KeepDeletedCells keepDeletedCells)
Used for CP users for customizing max versions, ttl and keepDeletedCells. 
 | 
void | 
CustomizedScanInfoBuilder.setKeepDeletedCells(KeepDeletedCells keepDeletedCells)  | 
void | 
ScanOptions.setKeepDeletedCells(KeepDeletedCells keepDeletedCells)  | 
| Constructor and Description | 
|---|
ScanInfo(byte[] family,
        int minVersions,
        int maxVersions,
        long ttl,
        KeepDeletedCells keepDeletedCells,
        long timeToPurgeDeletes,
        CellComparator comparator,
        long tableMaxRowSize,
        boolean usePread,
        long cellsPerTimeoutCheck,
        boolean parallelSeekEnabled,
        long preadMaxBytes,
        boolean newVersionBehavior)  | 
ScanInfo(org.apache.hadoop.conf.Configuration conf,
        byte[] family,
        int minVersions,
        int maxVersions,
        long ttl,
        KeepDeletedCells keepDeletedCells,
        long blockSize,
        long timeToPurgeDeletes,
        CellComparator comparator,
        boolean newVersionBehavior)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected KeepDeletedCells | 
CompactionScanQueryMatcher.keepDeletedCells
whether to return deleted rows 
 | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.