Package org.elasticsearch.cluster
Class ClusterStateTaskConfig.Basic
java.lang.Object
org.elasticsearch.cluster.ClusterStateTaskConfig.Basic
- All Implemented Interfaces:
ClusterStateTaskConfig
- Enclosing interface:
- ClusterStateTaskConfig
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.cluster.ClusterStateTaskConfig
ClusterStateTaskConfig.Basic
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Basic
-
-
Method Details
-
timeout
public org.elasticsearch.core.TimeValue timeout()Description copied from interface:ClusterStateTaskConfig
The timeout for this cluster state update task configuration. If the cluster state update task isn't processed within this timeout, the associatedClusterStateTaskListener.onFailure(String, Exception)
is invoked.- Specified by:
timeout
in interfaceClusterStateTaskConfig
- Returns:
- the timeout, or null if one is not set
-
priority
Description copied from interface:ClusterStateTaskConfig
ThePriority
for this cluster state update task configuration.- Specified by:
priority
in interfaceClusterStateTaskConfig
- Returns:
- the priority
-