Class AbstractAllocationDecision

java.lang.Object
org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
All Implemented Interfaces:
Writeable, ToXContent, ToXContentFragment
Direct Known Subclasses:
AllocateUnassignedDecision, MoveDecision

public abstract class AbstractAllocationDecision
extends java.lang.Object
implements ToXContentFragment, Writeable
An abstract class for representing various types of allocation decisions.