Uses of Interface
org.elasticsearch.index.IndexWarmer.TerminationHandle
-
Packages that use IndexWarmer.TerminationHandle Package Description org.elasticsearch.index -
-
Uses of IndexWarmer.TerminationHandle in org.elasticsearch.index
Fields in org.elasticsearch.index declared as IndexWarmer.TerminationHandle Modifier and Type Field Description static IndexWarmer.TerminationHandleIndexWarmer.TerminationHandle. NO_WAITMethods in org.elasticsearch.index that return IndexWarmer.TerminationHandle Modifier and Type Method Description IndexWarmer.TerminationHandleIndexWarmer.Listener. 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.
-