Enum Class UnassignedInfo.AllocationStatus

java.lang.Object
java.lang.Enum<UnassignedInfo.AllocationStatus>
org.elasticsearch.cluster.routing.UnassignedInfo.AllocationStatus
All Implemented Interfaces:
Serializable, Comparable<UnassignedInfo.AllocationStatus>, Constable, Writeable
Enclosing class:
UnassignedInfo

public static enum UnassignedInfo.AllocationStatus extends Enum<UnassignedInfo.AllocationStatus> implements Writeable
Captures the status of an unsuccessful allocation attempt for the shard, causing it to remain in the unassigned state. Note, ordering of the enum is important, make sure to add new values at the end and handle version serialization properly.