Module org.elasticsearch.server
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 SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionvoidWait until execution of the warm-up action completes.
- 
Field Details- 
NO_WAIT
 
- 
- 
Method Details- 
awaitTerminationWait until execution of the warm-up action completes.- Throws:
- InterruptedException
 
 
-