| Package | Description |
|---|---|
| org.elasticsearch.cluster | |
| org.elasticsearch.cluster.service |
| Modifier and Type | Class and Description |
|---|---|
class |
AckedClusterStateUpdateTask<Response>
An extension interface to
ClusterStateUpdateTask that allows to be notified when
all the nodes have acknowledged a cluster state update request |
class |
ClusterStateNonMasterUpdateTask
This is a marker interface to indicate that the task should be executed
even if the current node is not a master.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterStateTaskExecutor.BatchResult<ClusterStateUpdateTask> |
ClusterStateUpdateTask.execute(ClusterState currentState,
List<ClusterStateUpdateTask> tasks) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterService.submitStateUpdateTask(String source,
ClusterStateUpdateTask updateTask)
Submits a cluster state update task; unlike
ClusterService.submitStateUpdateTask(String, Object, ClusterStateTaskConfig, ClusterStateTaskExecutor, ClusterStateTaskListener),
submitted updates will not be batched. |
| Modifier and Type | Method and Description |
|---|---|
ClusterStateTaskExecutor.BatchResult<ClusterStateUpdateTask> |
ClusterStateUpdateTask.execute(ClusterState currentState,
List<ClusterStateUpdateTask> tasks) |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalClusterService.submitStateUpdateTask(String source,
ClusterStateUpdateTask updateTask) |
Copyright © 2009–2017. All rights reserved.