ExponentialBackoff

case class ExponentialBackoff() extends Historian

Implements a checkpointing strategy such that the number of preserved results decreases exponentially with the age of the result.

Implements a checkpointing strategy such that the number of preserved results decreases exponentially with the age of the result.

trait Serializable
trait Product
trait Equals
trait Historian
class Object
trait Matchable
class Any

Value members

Concrete methods

def bookkeep[T](ctx: Context, h: History[T], newest: CurveData[T], d: Date): History[T]
def push[T](series: Seq[(T)], indices: Seq[Long], newest: (T)): History[T]
def push[T](h: History[T], newest: (T)): History[T]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product