Interface AllocationService.RerouteStrategy

Enclosing class:
AllocationService
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AllocationService.RerouteStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Generic action to be executed on preconfigured allocation
    default void
    Removes delay markers from unassigned shards based on current time stamp.
  • Method Details

    • removeDelayMarkers

      default void removeDelayMarkers(RoutingAllocation allocation)
      Removes delay markers from unassigned shards based on current time stamp.
    • execute

      void execute(RoutingAllocation allocation)
      Generic action to be executed on preconfigured allocation