Uses of Class
org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
-
Packages that use AbstractAllocationDecision Package Description org.elasticsearch.cluster.routing.allocation -
-
Uses of AbstractAllocationDecision in org.elasticsearch.cluster.routing.allocation
Subclasses of AbstractAllocationDecision in org.elasticsearch.cluster.routing.allocation Modifier and Type Class Description classAllocateUnassignedDecisionRepresents the allocation decision by an allocator for an unassigned shard.classMoveDecisionRepresents a decision to move a started shard, either because it is no longer allowed to remain on its current node or because moving it to another node will form a better cluster balance.
-