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, IndexNameExpressionResolver expressionResolver, java.util.function.Supplier<RepositoriesService> repositoriesServiceSupplier)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, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedXContent, getRoles, getSettingsFilter, getSettingUpgraders, onIndexModuleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.plugins.ActionPlugin
getActionFilters, getClientActions, getRestHandlerWrapper, getRestHeaders, getTaskHeaders, indicesAliasesRequestValidators, mappingRequestValidators
-
Field Details
-
NAME
public static final java.lang.String NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
ReindexPlugin
public ReindexPlugin()
-
-
Method Details
-
getActions
public java.util.List<ActionPlugin.ActionHandler<? extends ActionRequest,? extends ActionResponse>> getActions()- Specified by:
getActionsin interfaceActionPlugin
-
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, IndexNameExpressionResolver expressionResolver, java.util.function.Supplier<RepositoriesService> repositoriesServiceSupplier)- Overrides:
createComponentsin classPlugin
-
getSettings
- Overrides:
getSettingsin classPlugin
-