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
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    prewarm(IndexShard indexShard)
    Prewarms resources (typically segments) for the given index shard.
  • Field Details

  • Method Details

    • prewarm

      void prewarm(IndexShard indexShard)
      Prewarms resources (typically segments) for the given index shard.
      Parameters:
      indexShard - the index shard for which resources should be prewarmed