Uses of Class
org.elasticsearch.persistent.PersistentTasksExecutor
-
Packages that use PersistentTasksExecutor Package Description org.elasticsearch.persistent org.elasticsearch.plugins -
-
Uses of PersistentTasksExecutor in org.elasticsearch.persistent
Methods in org.elasticsearch.persistent that return PersistentTasksExecutor Modifier and Type Method Description <Params extends PersistentTaskParams>
PersistentTasksExecutor<Params>PersistentTasksExecutorRegistry. getPersistentTaskExecutorSafe(String taskName)Methods in org.elasticsearch.persistent with parameters of type PersistentTasksExecutor Modifier and Type Method Description <Params extends PersistentTaskParams>
voidNodePersistentTasksExecutor. executeTask(Params params, PersistentTaskState state, AllocatedPersistentTask task, PersistentTasksExecutor<Params> executor)Constructor parameters in org.elasticsearch.persistent with type arguments of type PersistentTasksExecutor Constructor Description PersistentTasksExecutorRegistry(Collection<PersistentTasksExecutor<?>> taskExecutors) -
Uses of PersistentTasksExecutor in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type PersistentTasksExecutor Modifier and Type Method Description default List<PersistentTasksExecutor<?>>PersistentTaskPlugin. getPersistentTasksExecutor(ClusterService clusterService, ThreadPool threadPool, Client client, SettingsModule settingsModule)Returns additional persistent tasks executors added by this plugin.
-