java.io.Closeable, java.lang.AutoCloseablepublic static class MockIndexEventListener.TestPlugin extends Plugin
| Modifier and Type | Field | Description |
|---|---|---|
static Setting<java.lang.Boolean> |
INDEX_FAIL |
For tests to pass in to fail on listener invocation
|
| Constructor | Description |
|---|---|
TestPlugin() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<Module> |
createGuiceModules() |
|
java.util.List<Setting<?>> |
getSettings() |
|
void |
onIndexModule(IndexModule module) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalSettings, close, createComponents, getBootstrapChecks, getCustomMetaDataUpgrader, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexMetaDataUpgrader, getIndexTemplateMetaDataUpgrader, getNamedWriteables, getNamedXContent, getSettingsFilter, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModulepublic static final Setting<java.lang.Boolean> INDEX_FAIL
public java.util.List<Setting<?>> getSettings()
getSettings in class Pluginpublic void onIndexModule(IndexModule module)
onIndexModule in class Pluginpublic java.util.Collection<Module> createGuiceModules()
createGuiceModules in class Plugin