Uses of Class
org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
-
Packages that use AllocationCommands Package Description org.elasticsearch.action.admin.cluster.reroute org.elasticsearch.cluster.routing.allocation org.elasticsearch.cluster.routing.allocation.command -
-
Uses of AllocationCommands in org.elasticsearch.action.admin.cluster.reroute
Methods in org.elasticsearch.action.admin.cluster.reroute that return AllocationCommands Modifier and Type Method Description AllocationCommandsClusterRerouteRequest. getCommands()Returns the allocation commands to executeMethods in org.elasticsearch.action.admin.cluster.reroute with parameters of type AllocationCommands Modifier and Type Method Description ClusterRerouteRequestClusterRerouteRequest. commands(AllocationCommands commands)Set the allocation commands to execute. -
Uses of AllocationCommands in org.elasticsearch.cluster.routing.allocation
Methods in org.elasticsearch.cluster.routing.allocation with parameters of type AllocationCommands Modifier and Type Method Description AllocationService.CommandsResultAllocationService. reroute(ClusterState clusterState, AllocationCommands commands, boolean explain, boolean retryFailed) -
Uses of AllocationCommands in org.elasticsearch.cluster.routing.allocation.command
Methods in org.elasticsearch.cluster.routing.allocation.command that return AllocationCommands Modifier and Type Method Description AllocationCommandsAllocationCommands. add(AllocationCommand... commands)Adds a set of commands to this collectionstatic AllocationCommandsAllocationCommands. fromXContent(XContentParser parser)ReadsAllocationCommandsfrom aXContentParserstatic AllocationCommandsAllocationCommands. readFrom(StreamInput in)Reads aAllocationCommandsfrom aStreamInputMethods in org.elasticsearch.cluster.routing.allocation.command with parameters of type AllocationCommands Modifier and Type Method Description static voidAllocationCommands. writeTo(AllocationCommands commands, StreamOutput out)WritesAllocationCommandsto aStreamOutput
-