Package org.elasticsearch.persistent
Class PersistentTasksNodeService
- java.lang.Object
-
- org.elasticsearch.persistent.PersistentTasksNodeService
-
- All Implemented Interfaces:
ClusterStateListener
public class PersistentTasksNodeService extends java.lang.Object implements ClusterStateListener
This component is responsible for coordination of execution of persistent tasks on individual nodes. It runs on all non-transport client nodes in the cluster and monitors cluster state changes to detect started commands.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPersistentTasksNodeService.Status
-
Constructor Summary
Constructors Constructor Description PersistentTasksNodeService(PersistentTasksService persistentTasksService, PersistentTasksExecutorRegistry persistentTasksExecutorRegistry, TaskManager taskManager, NodePersistentTasksExecutor nodePersistentTasksExecutor)
-
Method Summary
Modifier and Type Method Description voidclusterChanged(ClusterChangedEvent event)Called when cluster state changes.
-
-
-
Constructor Detail
-
PersistentTasksNodeService
public PersistentTasksNodeService(PersistentTasksService persistentTasksService, PersistentTasksExecutorRegistry persistentTasksExecutorRegistry, TaskManager taskManager, NodePersistentTasksExecutor nodePersistentTasksExecutor)
-
-
Method Detail
-
clusterChanged
public void clusterChanged(ClusterChangedEvent event)
Description copied from interface:ClusterStateListenerCalled when cluster state changes.- Specified by:
clusterChangedin interfaceClusterStateListener
-
-