@InterfaceAudience.Private public class MobStoreEngine extends DefaultStoreEngine
StoreEngine.IOExceptionRunnable
Modifier and Type | Field and Description |
---|---|
static String |
MOB_COMPACTOR_CLASS_KEY |
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
addStoreFiles, commitStoreFiles, create, createComponentsOnce, createStoreFileAndReader, createStoreFileAndReader, createWriter, getBloomFilterMetrics, getCompactionPolicy, getCompactor, getStoreFileManager, getStoreFlusher, initialize, readLock, readUnlock, refreshStoreFiles, refreshStoreFiles, removeCompactedFiles, replaceStoreFiles, requireWritingToTmpDirFirst, validateStoreFile, writeLock, writeUnlock
public static final String MOB_COMPACTOR_CLASS_KEY
public MobStoreEngine()
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–2020 The Apache Software Foundation. All rights reserved.