Package org.elasticsearch.index.reindex
Class ReindexPlugin
- java.lang.Object
-
- org.elasticsearch.plugins.Plugin
-
- org.elasticsearch.index.reindex.ReindexPlugin
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,ActionPlugin
public class ReindexPlugin extends Plugin implements ActionPlugin
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.plugins.ActionPlugin
ActionPlugin.ActionHandler<Request extends ActionRequest,Response extends ActionResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description ReindexPlugin()
-
Method Summary
Modifier and Type Method Description java.util.Collection<java.lang.Object>createComponents(Client client, ClusterService clusterService, ThreadPool threadPool, ResourceWatcherService resourceWatcherService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, Environment environment, NodeEnvironment nodeEnvironment, NamedWriteableRegistry namedWriteableRegistry)java.util.List<ActionPlugin.ActionHandler<? extends ActionRequest,? extends ActionResponse>>getActions()java.util.List<NamedWriteableRegistry.Entry>getNamedWriteables()java.util.List<RestHandler>getRestHandlers(Settings settings, RestController restController, ClusterSettings clusterSettings, IndexScopedSettings indexScopedSettings, SettingsFilter settingsFilter, IndexNameExpressionResolver indexNameExpressionResolver, java.util.function.Supplier<DiscoveryNodes> nodesInCluster)java.util.List<Setting<?>>getSettings()-
Methods inherited from class org.elasticsearch.plugins.Plugin
additionalSettings, close, createGuiceModules, getBootstrapChecks, getCustomMetaDataUpgrader, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexMetaDataUpgrader, getIndexTemplateMetaDataUpgrader, getNamedXContent, getRoles, getSettingsFilter, getSettingUpgraders, onIndexModule
-
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.ActionPlugin
getActionFilters, getClientActions, getRestHandlerWrapper, getRestHeaders, getTaskHeaders, indicesAliasesRequestValidators, mappingRequestValidators
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getActions
public java.util.List<ActionPlugin.ActionHandler<? extends ActionRequest,? extends ActionResponse>> getActions()
- Specified by:
getActionsin interfaceActionPlugin
-
getNamedWriteables
public java.util.List<NamedWriteableRegistry.Entry> getNamedWriteables()
- Overrides:
getNamedWriteablesin classPlugin
-
getRestHandlers
public java.util.List<RestHandler> getRestHandlers(Settings settings, RestController restController, ClusterSettings clusterSettings, IndexScopedSettings indexScopedSettings, SettingsFilter settingsFilter, IndexNameExpressionResolver indexNameExpressionResolver, java.util.function.Supplier<DiscoveryNodes> nodesInCluster)
- Specified by:
getRestHandlersin interfaceActionPlugin
-
createComponents
public java.util.Collection<java.lang.Object> createComponents(Client client, ClusterService clusterService, ThreadPool threadPool, ResourceWatcherService resourceWatcherService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, Environment environment, NodeEnvironment nodeEnvironment, NamedWriteableRegistry namedWriteableRegistry)
- Overrides:
createComponentsin classPlugin
-
getSettings
public java.util.List<Setting<?>> getSettings()
- Overrides:
getSettingsin classPlugin
-
-