Uses of Class
org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder
-
Packages that use AbstractAllocateAllocationCommand.Builder Package Description org.elasticsearch.cluster.routing.allocation.command -
-
Uses of AbstractAllocateAllocationCommand.Builder in org.elasticsearch.cluster.routing.allocation.command
Subclasses of AbstractAllocateAllocationCommand.Builder in org.elasticsearch.cluster.routing.allocation.command Modifier and Type Class Description static classAllocateEmptyPrimaryAllocationCommand.Builderprotected static classAllocateReplicaAllocationCommand.Builderstatic classAllocateStalePrimaryAllocationCommand.Builderprotected static classBasePrimaryAllocationCommand.Builder<T extends BasePrimaryAllocationCommand>Methods in org.elasticsearch.cluster.routing.allocation.command with type parameters of type AbstractAllocateAllocationCommand.Builder Modifier and Type Method Description protected static <T extends AbstractAllocateAllocationCommand.Builder<?>>
ObjectParser<T,Void>AbstractAllocateAllocationCommand. createAllocateParser(String command)Methods in org.elasticsearch.cluster.routing.allocation.command that return AbstractAllocateAllocationCommand.Builder Modifier and Type Method Description abstract AbstractAllocateAllocationCommand.Builder<T>AbstractAllocateAllocationCommand.Builder. parse(XContentParser parser)
-