akka
persistence
package
persistence
Content Hierarchy
Learn more about scaladoc diagrams
MsgConfirmed
MsgSent
Event
Visibility
Public
All
Type Members
class
BaselineActor
extends
Actor
only as a "the best we could possibly get" baseline, does not persist anything
case class
Confirm
(
deliveryId:
Long
)
extends
Product
with
Serializable
class
DestinationActor
extends
Actor
sealed
trait
Event
extends
AnyRef
final
case class
Evt
(
i:
Int
)
extends
Product
with
Serializable
class
LevelDbBatchingBenchmark
extends
AnyRef
Annotations
@Fork
()
@Threads
()
@State
()
@BenchmarkMode
()
case class
Msg
(
deliveryId:
Long
,
n:
Int
)
extends
Product
with
Serializable
case class
MsgConfirmed
(
deliveryId:
Long
)
extends
Event
with
Product
with
Serializable
case class
MsgSent
(
n:
Int
)
extends
Event
with
Product
with
Serializable
class
NoPersistPersistentActor
extends
PersistentActor
class
NoPersistPersistentActorWithAtLeastOnceDelivery
extends
PersistentActor
with
AtLeastOnceDelivery
class
PersistAsyncPersistentActor
extends
PersistentActor
class
PersistAsyncPersistentActorWithAtLeastOnceDelivery
extends
PersistentActor
with
AtLeastOnceDelivery
class
PersistAsyncQuickReplyPersistentActor
extends
PersistentActor
class
PersistPersistentActor
extends
PersistentActor
class
PersistPersistentActorWithAtLeastOnceDelivery
extends
PersistentActor
with
AtLeastOnceDelivery
class
PersistentActorDeferBenchmark
extends
AnyRef
Annotations
@State
()
@BenchmarkMode
()
class
PersistentActorThroughputBenchmark
extends
AnyRef
Annotations
@State
()
@BenchmarkMode
()
class
PersistentActorWithAtLeastOnceDeliveryBenchmark
extends
AnyRef
Annotations
@State
()
@BenchmarkMode
()
class
persistAsync, defer
extends
PersistentActor
class
persistAsync, defer, respond ASAP
extends
PersistentActor
Ungrouped