Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.compactions |
Modifier and Type | Class and Description |
---|---|
class |
StoreEngine<SF extends org.apache.hadoop.hbase.regionserver.StoreFlusher,CP extends CompactionPolicy,C extends Compactor,SFM extends StoreFileManager>
StoreEngine is a factory that can create the objects necessary for HStore to operate.
|
Modifier and Type | Field and Description |
---|---|
protected CP |
StoreEngine.compactionPolicy |
Modifier and Type | Method and Description |
---|---|
CompactionPolicy |
StoreEngine.getCompactionPolicy() |
Modifier and Type | Class and Description |
---|---|
class |
ExploringCompactionPolicy
Class to pick which files if any to compact together.
|
class |
RatioBasedCompactionPolicy
The default algorithm for selecting files for compaction.
|
class |
StripeCompactionPolicy
Stripe store implementation of compaction policy.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.