public static class TestStore.DummyStoreEngine extends DefaultStoreEngine
| Modifier and Type | Field and Description |
|---|---|
static DefaultCompactor |
lastCreatedCompactor |
DEFAULT_COMPACTION_POLICY_CLASS_KEY, DEFAULT_COMPACTOR_CLASS_KEY, DEFAULT_STORE_FLUSHER_CLASS_KEYcompactionPolicy, compactor, STORE_ENGINE_CLASS_KEY, storeFileManager, storeFlusher| Constructor and Description |
|---|
DummyStoreEngine() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createComponents(Configuration conf,
Store store,
KeyValue.KVComparator comparator)
Create the StoreEngine's components.
|
createCompaction, createCompactionPolicy, createCompactor, createStoreFlusher, needsCompactioncreate, getCompactionPolicy, getCompactor, getStoreFileManager, getStoreFlusherpublic static DefaultCompactor lastCreatedCompactor
protected void createComponents(Configuration conf,
Store store,
KeyValue.KVComparator comparator)
throws IOException
StoreEnginecreateComponents in class DefaultStoreEngineIOException