java.lang.Object
org.elasticsearch.cluster.routing.allocation.AllocationService

public class AllocationService extends Object
This service manages the node allocation of a cluster. For this reason the AllocationService keeps AllocationDeciders to choose nodes for shard allocation. This class also manages new nodes joining the cluster and rerouting of shards.