java.lang.Object
org.elasticsearch.index.shard.IndexingStatsSettings
Container for cluster settings related to
IndexingStats.-
Field Summary
FieldsModifier and TypeFieldDescriptionA 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 byIndexingStats.Stats.getRecentWriteLoad(). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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 byIndexingStats.Stats.getRecentWriteLoad().This is dynamic, but changes only apply to newly-opened shards.
-
-
Constructor Details
-
IndexingStatsSettings
-