| 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 | |
| org.apache.hadoop.hbase.thrift2 | Provides an HBase Thrift
service. | 
| Modifier and Type | Field and Description | 
|---|---|
| static KeepDeletedCells | HColumnDescriptor. DEFAULT_KEEP_DELETEDDeprecated.  | 
| 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_DELETEDDefault 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. | 
| (package private) ScanInfo | ScanInfo. customize(int maxVersions,
         long ttl,
         KeepDeletedCells keepDeletedCells,
         int minVersions) | 
| 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. keepDeletedCellswhether to return deleted rows | 
| Modifier and Type | Method and Description | 
|---|---|
| static KeepDeletedCells | ThriftUtilities. keepDeletedCellsFromThrift(org.apache.hadoop.hbase.thrift2.generated.TKeepDeletedCells in) | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.hadoop.hbase.thrift2.generated.TKeepDeletedCells | ThriftUtilities. keepDeletedCellsFromHBase(KeepDeletedCells in) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.