akka.remote
Class HeartbeatHistory$

java.lang.Object
  extended by akka.remote.HeartbeatHistory$
All Implemented Interfaces:
java.io.Serializable

public class HeartbeatHistory$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static HeartbeatHistory$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
HeartbeatHistory$()
           
 
Method Summary
 HeartbeatHistory apply(int maxSampleSize)
          Create an empty HeartbeatHistory, without any history.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final HeartbeatHistory$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

HeartbeatHistory$

public HeartbeatHistory$()
Method Detail

apply

public HeartbeatHistory apply(int maxSampleSize)
Create an empty HeartbeatHistory, without any history. Can only be used as starting point for appending intervals. The stats (mean, variance, stdDeviation) are not defined for for empty HeartbeatHistory, i.e. throws AritmeticException.

Parameters:
maxSampleSize - (undocumented)
Returns:
(undocumented)