Package org.opensearch.index.reindex
Class ReindexPlugin
- java.lang.Object
-
- org.opensearch.plugins.Plugin
-
- org.opensearch.index.reindex.ReindexPlugin
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,ActionPlugin,ExtensiblePlugin
public class ReindexPlugin extends Plugin implements ActionPlugin, ExtensiblePlugin
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opensearch.plugins.ActionPlugin
ActionPlugin.ActionHandler<Request extends ActionRequest,Response extends ActionResponse>
-
Nested classes/interfaces inherited from interface org.opensearch.plugins.ExtensiblePlugin
ExtensiblePlugin.ExtensionLoader
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description ReindexPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods 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()voidloadExtensions(ExtensiblePlugin.ExtensionLoader loader)-
Methods inherited from class org.opensearch.plugins.Plugin
additionalSettings, close, createGuiceModules, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, 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.opensearch.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, IndexNameExpressionResolver expressionResolver, java.util.function.Supplier<RepositoriesService> repositoriesServiceSupplier)
- Overrides:
createComponentsin classPlugin
-
getSettings
public java.util.List<Setting<?>> getSettings()
- Overrides:
getSettingsin classPlugin
-
loadExtensions
public void loadExtensions(ExtensiblePlugin.ExtensionLoader loader)
- Specified by:
loadExtensionsin interfaceExtensiblePlugin
-
-