Package org.elasticsearch.plugins
Interface PersistentTaskPlugin
public interface PersistentTaskPlugin
Plugin for registering persistent tasks executors.
-
Method Summary
Modifier and Type Method Description default java.util.List<PersistentTasksExecutor<?>>
getPersistentTasksExecutor(ClusterService clusterService, ThreadPool threadPool, Client client, SettingsModule settingsModule)
Returns additional persistent tasks executors added by this plugin.
-
Method Details
-
getPersistentTasksExecutor
default java.util.List<PersistentTasksExecutor<?>> getPersistentTasksExecutor(ClusterService clusterService, ThreadPool threadPool, Client client, SettingsModule settingsModule)Returns additional persistent tasks executors added by this plugin.
-