Class ResponseCollectorService

java.lang.Object
org.elasticsearch.node.ResponseCollectorService
All Implemented Interfaces:
ClusterStateListener

public final class ResponseCollectorService extends Object implements ClusterStateListener
Collects statistics about queue size, response time, and service time of tasks executed on each node, making the EWMA of the values available to the coordinating node.
  • Field Details

    • ALPHA

      public static final double ALPHA
      The weight parameter used for all moving averages of parameters.
      See Also:
  • Constructor Details

    • ResponseCollectorService

      public ResponseCollectorService(ClusterService clusterService)
  • Method Details