Class BatchedRerouteService

    • Method Detail

      • reroute

        public final void reroute​(String reason,
                                  Priority priority,
                                  ActionListener<Void> listener)
        Initiates a reroute.
        Specified by:
        reroute in interface RerouteService
        priority - the (minimum) priority at which to run this reroute. If there is already a pending reroute at a higher priority then this reroute is batched with the pending one; if there is already a pending reroute at a lower priority then the priority of the pending batch is raised to the given priority.