Class IndexingStatsSettings

java.lang.Object
org.elasticsearch.index.shard.IndexingStatsSettings

public class IndexingStatsSettings extends Object
Container for cluster settings related to IndexingStats.
  • Field Details

    • RECENT_WRITE_LOAD_HALF_LIFE_SETTING

      public static final Setting<TimeValue> RECENT_WRITE_LOAD_HALF_LIFE_SETTING
      A cluster setting giving the half-life, in seconds, to use for the Exponentially Weighted Moving Rate calculation used for the recency-weighted write load returned by IndexingStats.Stats.getRecentWriteLoad().

      This is dynamic, but changes only apply to newly-opened shards.

  • Constructor Details

    • IndexingStatsSettings

      public IndexingStatsSettings(ClusterSettings clusterSettings)