Uses of Class
org.elasticsearch.cluster.coordination.JoinTaskExecutor.Task
-
Packages that use JoinTaskExecutor.Task Package Description org.elasticsearch.cluster.coordination -
-
Uses of JoinTaskExecutor.Task in org.elasticsearch.cluster.coordination
Methods in org.elasticsearch.cluster.coordination that return JoinTaskExecutor.Task Modifier and Type Method Description static JoinTaskExecutor.TaskJoinTaskExecutor. newBecomeMasterTask()static JoinTaskExecutor.TaskJoinTaskExecutor. newFinishElectionTask()a task that is used to signal the election is stopped and we should process pending joins.Methods in org.elasticsearch.cluster.coordination that return types with arguments of type JoinTaskExecutor.Task Modifier and Type Method Description ClusterStateTaskExecutor.ClusterTasksResult<JoinTaskExecutor.Task>JoinTaskExecutor. execute(ClusterState currentState, List<JoinTaskExecutor.Task> joiningNodes)Method parameters in org.elasticsearch.cluster.coordination with type arguments of type JoinTaskExecutor.Task Modifier and Type Method Description protected ClusterState.BuilderJoinTaskExecutor. becomeMasterAndTrimConflictingNodes(ClusterState currentState, List<JoinTaskExecutor.Task> joiningNodes)ClusterStateTaskExecutor.ClusterTasksResult<JoinTaskExecutor.Task>JoinTaskExecutor. execute(ClusterState currentState, List<JoinTaskExecutor.Task> joiningNodes)
-