Uses of Class
org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
-
Packages that use AbstractAllocateAllocationCommand Package Description org.elasticsearch.cluster.routing.allocation.command -
-
Uses of AbstractAllocateAllocationCommand in org.elasticsearch.cluster.routing.allocation.command
Classes in org.elasticsearch.cluster.routing.allocation.command with type parameters of type AbstractAllocateAllocationCommand Modifier and Type Class Description protected static classAbstractAllocateAllocationCommand.Builder<T extends AbstractAllocateAllocationCommand>Works around ObjectParser not supporting constructor arguments.Subclasses of AbstractAllocateAllocationCommand in org.elasticsearch.cluster.routing.allocation.command Modifier and Type Class Description classAllocateEmptyPrimaryAllocationCommandAllocates an unassigned empty primary shard to a specific node.classAllocateReplicaAllocationCommandAllocates an unassigned replica shard to a specific node.classAllocateStalePrimaryAllocationCommandAllocates an unassigned stale primary shard to a specific node.classBasePrimaryAllocationCommandAbstract base class for allocating an unassigned primary shard to a node
-