Package org.elasticsearch.index
Interface IndexWarmer.TerminationHandle
- Enclosing class:
- IndexWarmer
public static interface IndexWarmer.TerminationHandle
A handle on the execution of warm-up action.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Wait until execution of the warm-up action completes.
-
Field Details
-
NO_WAIT
-
-
Method Details
-
awaitTermination
Wait until execution of the warm-up action completes.- Throws:
InterruptedException
-