Package org.elasticsearch.index
Interface IndexWarmer.Listener
- Enclosing class:
 - IndexWarmer
 
public static interface IndexWarmer.Listener
- 
Method Summary
Modifier and TypeMethodDescriptionwarmReader(IndexShard indexShard, ElasticsearchDirectoryReader reader)Queue tasks to warm-up the given segments and return handles that allow to wait for termination of the execution of those tasks. 
- 
Method Details
- 
warmReader
IndexWarmer.TerminationHandle warmReader(IndexShard indexShard, ElasticsearchDirectoryReader reader)Queue tasks to warm-up the given segments and return handles that allow to wait for termination of the execution of those tasks. 
 -