Uses of Class
org.elasticsearch.cluster.routing.allocation.RerouteExplanation
-
Packages that use RerouteExplanation Package Description org.elasticsearch.cluster.routing.allocation org.elasticsearch.cluster.routing.allocation.command -
-
Uses of RerouteExplanation in org.elasticsearch.cluster.routing.allocation
Methods in org.elasticsearch.cluster.routing.allocation that return RerouteExplanation Modifier and Type Method Description static RerouteExplanationRerouteExplanation. readFrom(StreamInput in)Methods in org.elasticsearch.cluster.routing.allocation that return types with arguments of type RerouteExplanation Modifier and Type Method Description List<RerouteExplanation>RoutingExplanations. explanations()Methods in org.elasticsearch.cluster.routing.allocation with parameters of type RerouteExplanation Modifier and Type Method Description RoutingExplanationsRoutingExplanations. add(RerouteExplanation explanation)static voidRerouteExplanation. writeTo(RerouteExplanation explanation, StreamOutput out) -
Uses of RerouteExplanation in org.elasticsearch.cluster.routing.allocation.command
Methods in org.elasticsearch.cluster.routing.allocation.command that return RerouteExplanation Modifier and Type Method Description RerouteExplanationAllocateEmptyPrimaryAllocationCommand. execute(RoutingAllocation allocation, boolean explain)RerouteExplanationAllocateReplicaAllocationCommand. execute(RoutingAllocation allocation, boolean explain)RerouteExplanationAllocateStalePrimaryAllocationCommand. execute(RoutingAllocation allocation, boolean explain)RerouteExplanationAllocationCommand. execute(RoutingAllocation allocation, boolean explain)Executes the command on aRoutingAllocationsetupRerouteExplanationCancelAllocationCommand. execute(RoutingAllocation allocation, boolean explain)RerouteExplanationMoveAllocationCommand. execute(RoutingAllocation allocation, boolean explain)protected RerouteExplanationAbstractAllocateAllocationCommand. explainOrThrowMissingRoutingNode(RoutingAllocation allocation, boolean explain, DiscoveryNode discoNode)Handle case where a disco node cannot be found in the routing table.protected RerouteExplanationAbstractAllocateAllocationCommand. explainOrThrowRejectedCommand(boolean explain, RoutingAllocation allocation, RuntimeException rte)Utility method for rejecting the current allocation command based on provided exceptionprotected RerouteExplanationAbstractAllocateAllocationCommand. explainOrThrowRejectedCommand(boolean explain, RoutingAllocation allocation, String reason)Utility method for rejecting the current allocation command based on provided reason
-