Package org.elasticsearch.test.store
Class MockFSIndexStore.TestPlugin
java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.test.store.MockFSIndexStore.TestPlugin
- All Implemented Interfaces:
Closeable,AutoCloseable,org.elasticsearch.plugins.IndexStorePlugin
- Enclosing class:
- MockFSIndexStore
public static class MockFSIndexStore.TestPlugin
extends org.elasticsearch.plugins.Plugin
implements org.elasticsearch.plugins.IndexStorePlugin
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.plugins.IndexStorePlugin
org.elasticsearch.plugins.IndexStorePlugin.DirectoryFactory, org.elasticsearch.plugins.IndexStorePlugin.IndexFoldersDeletionListener, org.elasticsearch.plugins.IndexStorePlugin.RecoveryStateFactory, org.elasticsearch.plugins.IndexStorePlugin.SnapshotCommitSupplier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.common.settings.SettingsList<org.elasticsearch.common.settings.Setting<?>>voidonIndexModule(org.elasticsearch.index.IndexModule indexModule) Methods inherited from class org.elasticsearch.plugins.Plugin
close, createComponents, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getSettingsFilter, getSettingUpgradersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.plugins.IndexStorePlugin
getIndexFoldersDeletionListeners, getRecoveryStateFactories, getSnapshotCommitSuppliers
-
Constructor Details
-
TestPlugin
public TestPlugin()
-
-
Method Details
-
additionalSettings
public org.elasticsearch.common.settings.Settings additionalSettings()- Overrides:
additionalSettingsin classorg.elasticsearch.plugins.Plugin
-
getSettings
- Overrides:
getSettingsin classorg.elasticsearch.plugins.Plugin
-
getDirectoryFactories
public Map<String,org.elasticsearch.plugins.IndexStorePlugin.DirectoryFactory> getDirectoryFactories()- Specified by:
getDirectoryFactoriesin interfaceorg.elasticsearch.plugins.IndexStorePlugin
-
onIndexModule
public void onIndexModule(org.elasticsearch.index.IndexModule indexModule) - Overrides:
onIndexModulein classorg.elasticsearch.plugins.Plugin
-