Package

akka

persistence

Permalink

package persistence

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. class BaselineActor extends Actor

    Permalink

    only as a "the best we could possibly get" baseline, does not persist anything

  2. case class Confirm(deliveryId: Long) extends Product with Serializable

    Permalink
  3. class DestinationActor extends Actor

    Permalink
  4. sealed trait Event extends AnyRef

    Permalink
  5. final case class Evt(i: Int) extends Product with Serializable

    Permalink
  6. class LevelDbBatchingBenchmark extends AnyRef

    Permalink
    Annotations
    @Fork() @Threads() @State() @BenchmarkMode()
  7. case class Msg(deliveryId: Long, n: Int) extends Product with Serializable

    Permalink
  8. case class MsgConfirmed(deliveryId: Long) extends Event with Product with Serializable

    Permalink
  9. case class MsgSent(n: Int) extends Event with Product with Serializable

    Permalink
  10. class NoPersistPersistentActor extends PersistentActor

    Permalink
  11. class NoPersistPersistentActorWithAtLeastOnceDelivery extends PersistentActor with AtLeastOnceDelivery

    Permalink
  12. class PersistAsyncPersistentActor extends PersistentActor

    Permalink
  13. class PersistAsyncPersistentActorWithAtLeastOnceDelivery extends PersistentActor with AtLeastOnceDelivery

    Permalink
  14. class PersistAsyncQuickReplyPersistentActor extends PersistentActor

    Permalink
  15. class PersistPersistentActor extends PersistentActor

    Permalink
  16. class PersistPersistentActorWithAtLeastOnceDelivery extends PersistentActor with AtLeastOnceDelivery

    Permalink
  17. class PersistentActorDeferBenchmark extends AnyRef

    Permalink
    Annotations
    @State() @BenchmarkMode()
  18. class PersistentActorThroughputBenchmark extends AnyRef

    Permalink
    Annotations
    @State() @BenchmarkMode()
  19. class PersistentActorWithAtLeastOnceDeliveryBenchmark extends AnyRef

    Permalink
    Annotations
    @State() @BenchmarkMode()
  20. class persistAsync, defer extends PersistentActor

    Permalink
  21. class persistAsync, defer, respond ASAP extends PersistentActor

    Permalink

Ungrouped