Class BasePrimaryAllocationCommand

java.lang.Object
org.opensearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
org.opensearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand
All Implemented Interfaces:
AllocationCommand, org.opensearch.core.common.io.stream.NamedWriteable, org.opensearch.core.common.io.stream.Writeable, org.opensearch.core.xcontent.ToXContent, org.opensearch.core.xcontent.ToXContentObject
Direct Known Subclasses:
AllocateEmptyPrimaryAllocationCommand, AllocateStalePrimaryAllocationCommand

public abstract class BasePrimaryAllocationCommand extends AbstractAllocateAllocationCommand
Abstract base class for allocating an unassigned primary shard to a node
Opensearch.internal: