@InterfaceAudience.Private public class MobStoreEngine extends DefaultStoreEngine
DEFAULT_COMPACTION_POLICY_CLASS_KEY, DEFAULT_COMPACTOR_CLASS_KEY, DEFAULT_STORE_FLUSHER_CLASS_KEY
compactionPolicy, compactor, STORE_ENGINE_CLASS_KEY, storeFileManager, storeFlusher
Constructor and Description |
---|
MobStoreEngine() |
Modifier and Type | Method and Description |
---|---|
protected void |
createCompactor(org.apache.hadoop.conf.Configuration conf,
HStore store)
Creates the DefaultMobCompactor.
|
protected void |
createStoreFlusher(org.apache.hadoop.conf.Configuration conf,
HStore store) |
createCompaction, createCompactionPolicy, createComponents, needsCompaction
create, getCompactionPolicy, getCompactor, getStoreFileManager, getStoreFlusher
protected void createStoreFlusher(org.apache.hadoop.conf.Configuration conf, HStore store) throws IOException
createStoreFlusher
in class DefaultStoreEngine
IOException
protected void createCompactor(org.apache.hadoop.conf.Configuration conf, HStore store) throws IOException
createCompactor
in class DefaultStoreEngine
IOException
Copyright © 2007–2019 Cloudera. All rights reserved.