|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompactionPolicy | |
|---|---|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.regionserver.compactions | |
| Uses of CompactionPolicy in org.apache.hadoop.hbase.regionserver |
|---|
| Classes in org.apache.hadoop.hbase.regionserver with type parameters of type CompactionPolicy | |
|---|---|
class |
StoreEngine<SF extends StoreFlusher,CP extends CompactionPolicy,C extends Compactor,SFM extends StoreFileManager>
StoreEngine is a factory that can create the objects necessary for HStore to operate. |
| Fields in org.apache.hadoop.hbase.regionserver declared as CompactionPolicy | |
|---|---|
protected CP |
StoreEngine.compactionPolicy
|
| Methods in org.apache.hadoop.hbase.regionserver that return CompactionPolicy | |
|---|---|
CompactionPolicy |
StoreEngine.getCompactionPolicy()
|
| Uses of CompactionPolicy in org.apache.hadoop.hbase.regionserver.compactions |
|---|
| Subclasses of CompactionPolicy in org.apache.hadoop.hbase.regionserver.compactions | |
|---|---|
class |
DateTieredCompactionPolicy
HBASE-15181 This is a simple implementation of date-based tiered compaction similar to Cassandra's for the following benefits: Improve date-range-based scan by structuring store files in date-based tiered layout. Reduce compaction overhead. Improve TTL efficiency. Perfect fit for the use cases that: has mostly date-based data write and scan and a focus on the most recent data. Out-of-order writes are handled gracefully. |
class |
ExploringCompactionPolicy
Class to pick which files if any to compact together. |
class |
FIFOCompactionPolicy
FIFO compaction policy selects only files which have all cells expired. |
class |
RatioBasedCompactionPolicy
The default algorithm for selecting files for compaction. |
class |
SortedCompactionPolicy
An abstract compaction policy that select files on seq id order. |
class |
StripeCompactionPolicy
Stripe store implementation of compaction policy. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||