Uses of Class
org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand
-
Packages that use BasePrimaryAllocationCommand Package Description org.elasticsearch.cluster.routing.allocation.command -
-
Uses of BasePrimaryAllocationCommand in org.elasticsearch.cluster.routing.allocation.command
Classes in org.elasticsearch.cluster.routing.allocation.command with type parameters of type BasePrimaryAllocationCommand Modifier and Type Class Description protected static classBasePrimaryAllocationCommand.Builder<T extends BasePrimaryAllocationCommand>Subclasses of BasePrimaryAllocationCommand in org.elasticsearch.cluster.routing.allocation.command Modifier and Type Class Description classAllocateEmptyPrimaryAllocationCommandAllocates an unassigned empty primary shard to a specific node.classAllocateStalePrimaryAllocationCommandAllocates an unassigned stale primary shard to a specific node.
-