Package | Description |
---|---|
org.apache.hadoop.hbase.mob | |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.compactions |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMobStoreCompactor
Compact passed set of files in the mob-enabled column family.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected C |
StoreEngine.compactor |
Modifier and Type | Method and Description |
---|---|
Compactor<?> |
StoreEngine.getCompactor()
Returns Compactor to use.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMultiOutputCompactor<T extends AbstractMultiFileWriter>
Base class for implementing a Compactor which will generate multiple output files after
compaction.
|
class |
DateTieredCompactor
This compactor will generate StoreFile for different time ranges.
|
class |
DefaultCompactor
Compact passed set of files.
|
class |
StripeCompactor
This is the placeholder for stripe compactor.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.