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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.elasticsearch.common.settings.Settings
     
    Map<String,org.elasticsearch.plugins.IndexStorePlugin.DirectoryFactory>
     
    List<org.elasticsearch.common.settings.Setting<?>>
     
    void
    onIndexModule(org.elasticsearch.index.IndexModule indexModule)
     

    Methods inherited from class org.elasticsearch.plugins.Plugin

    close, createComponents, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getSettingsFilter, getSettingUpgraders

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      additionalSettings in class org.elasticsearch.plugins.Plugin
    • getSettings

      public List<org.elasticsearch.common.settings.Setting<?>> getSettings()
      Overrides:
      getSettings in class org.elasticsearch.plugins.Plugin
    • getDirectoryFactories

      public Map<String,org.elasticsearch.plugins.IndexStorePlugin.DirectoryFactory> getDirectoryFactories()
      Specified by:
      getDirectoryFactories in interface org.elasticsearch.plugins.IndexStorePlugin
    • onIndexModule

      public void onIndexModule(org.elasticsearch.index.IndexModule indexModule)
      Overrides:
      onIndexModule in class org.elasticsearch.plugins.Plugin