Uses of Class
org.apache.solr.util.stats.EWMA

Packages that use EWMA
org.apache.solr.util.stats Utilities for collecting statistics 
 

Uses of EWMA in org.apache.solr.util.stats
 

Methods in org.apache.solr.util.stats that return EWMA
static EWMA EWMA.fifteenMinuteEWMA()
          Creates a new EWMA which is equivalent to the UNIX fifteen minute load average and which expects to be ticked every 5 seconds.
static EWMA EWMA.fiveMinuteEWMA()
          Creates a new EWMA which is equivalent to the UNIX five minute load average and which expects to be ticked every 5 seconds.
static EWMA EWMA.oneMinuteEWMA()
          Creates a new EWMA which is equivalent to the UNIX one minute load average and which expects to be ticked every 5 seconds.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.