Class ClusterAllocationExplanation

java.lang.Object
org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
All Implemented Interfaces:
Writeable, ToXContent, ToXContentObject

public final class ClusterAllocationExplanation extends Object implements ToXContentObject, Writeable
A ClusterAllocationExplanation is an explanation of why a shard is unassigned, or if it is not unassigned, then which nodes it could possibly be relocated to. It is an immutable class.