Uses of Class
org.elasticsearch.cluster.routing.allocation.RoutingExplanations
-
Packages that use RoutingExplanations Package Description org.elasticsearch.action.admin.cluster.reroute org.elasticsearch.cluster.routing.allocation org.elasticsearch.cluster.routing.allocation.command -
-
Uses of RoutingExplanations in org.elasticsearch.action.admin.cluster.reroute
Methods in org.elasticsearch.action.admin.cluster.reroute that return RoutingExplanations Modifier and Type Method Description RoutingExplanationsClusterRerouteResponse. getExplanations() -
Uses of RoutingExplanations in org.elasticsearch.cluster.routing.allocation
Methods in org.elasticsearch.cluster.routing.allocation that return RoutingExplanations Modifier and Type Method Description RoutingExplanationsRoutingExplanations. add(RerouteExplanation explanation)RoutingExplanationsAllocationService.CommandsResult. explanations()Get the explanation of this resultstatic RoutingExplanationsRoutingExplanations. readFrom(StreamInput in)Read in a RoutingExplanations objectMethods in org.elasticsearch.cluster.routing.allocation with parameters of type RoutingExplanations Modifier and Type Method Description static voidRoutingExplanations. writeTo(RoutingExplanations explanations, StreamOutput out)Write the RoutingExplanations object -
Uses of RoutingExplanations in org.elasticsearch.cluster.routing.allocation.command
Methods in org.elasticsearch.cluster.routing.allocation.command that return RoutingExplanations Modifier and Type Method Description RoutingExplanationsAllocationCommands. execute(RoutingAllocation allocation, boolean explain)Executes all wrapped commands on a givenRoutingAllocation
-