Class AllocationService

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

public class AllocationService
extends java.lang.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.