Package | Description |
---|---|
org.elasticsearch.indices |
Modifier and Type | Method and Description |
---|---|
abstract IndicesWarmer.TerminationHandle |
IndicesWarmer.Listener.warmNewReaders(IndexShard indexShard,
IndexMetaData indexMetaData,
IndicesWarmer.WarmerContext context,
ThreadPool threadPool)
Queue tasks to warm-up the given segments and return handles that allow to wait for termination of the execution of those tasks.
|
void |
IndicesWarmer.warmNewReaders(IndicesWarmer.WarmerContext context) |
abstract IndicesWarmer.TerminationHandle |
IndicesWarmer.Listener.warmTopReader(IndexShard indexShard,
IndexMetaData indexMetaData,
IndicesWarmer.WarmerContext context,
ThreadPool threadPool) |
void |
IndicesWarmer.warmTopReader(IndicesWarmer.WarmerContext context) |
Copyright © 2009–2015. All rights reserved.