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.
|
class |
ProcessedClusterStateNonMasterUpdateTask
A combination between
ProcessedClusterStateUpdateTask and
ClusterStateNonMasterUpdateTask to allow easy creation of anonymous classes |
class |
ProcessedClusterStateUpdateTask
An extension interface to
ClusterStateUpdateTask that allows to be notified when
the cluster state update has been processed. |
class |
TimeoutClusterStateUpdateTask
An extension interface to
ClusterStateUpdateTask that allows to associate
a timeout. |
Modifier and Type | Method and Description |
---|---|
void |
ClusterService.submitStateUpdateTask(String source,
ClusterStateUpdateTask updateTask)
Submits a task that will update the cluster state (the task has a default priority of
Priority.NORMAL ). |
void |
ClusterService.submitStateUpdateTask(String source,
Priority priority,
ClusterStateUpdateTask updateTask)
Submits a task that will update the cluster state.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalClusterService.submitStateUpdateTask(String source,
ClusterStateUpdateTask updateTask) |
void |
InternalClusterService.submitStateUpdateTask(String source,
Priority priority,
ClusterStateUpdateTask updateTask) |
Copyright © 2009–2015. All rights reserved.