Module org.elasticsearch.server
Class AllocationActionListener<T>
java.lang.Object
org.elasticsearch.cluster.routing.allocation.allocator.AllocationActionListener<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreroute()static ActionListener<Void> Returns a no-op listener for callers that do not need to wait for reroute to finish (e.g.
-
Constructor Details
-
AllocationActionListener
-
-
Method Details
-
rerouteCompletionIsNotRequired
Returns a no-op listener for callers that do not need to wait for reroute to finish (e.g. shard rebalancing across the cluster) before completing their own operation. For example, waiting for reroute is needed to allocate shards for a newly created index, but not when deleting one. -
clusterStateUpdate
-
reroute
-