Historian

object Historian
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

case class Complete() extends Historian

Preserves all historic results.

Preserves all historic results.

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.

case class Window(size: Int) extends Historian

Preserves only last size results.

Preserves only last size results.