Module org.elasticsearch.server
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(RoutingAllocation allocation) Generic action to be executed on preconfigured allocationdefault voidremoveDelayMarkers(RoutingAllocation allocation) Removes delay markers from unassigned shards based on current time stamp.
-
Method Details
-
removeDelayMarkers
Removes delay markers from unassigned shards based on current time stamp. -
execute
Generic action to be executed on preconfigured allocation
-