Module org.elasticsearch.server
Package org.elasticsearch.action.search
Interface OnlinePrewarmingService
public interface OnlinePrewarmingService
Interface for prewarming the segments of a shard, tailored for consumption at
higher volumes than alternative warming strategies (i.e. offline / recovery warming)
that are more speculative.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidprewarm(IndexShard indexShard) Prewarms resources (typically segments) for the given index shard.
-
Field Details
-
NOOP
-
-
Method Details
-
prewarm
Prewarms resources (typically segments) for the given index shard.- Parameters:
indexShard- the index shard for which resources should be prewarmed
-