Package

akka.persistence.inmemory

snapshot

Permalink

package snapshot

Visibility
  1. Public
  2. All

Type Members

  1. case class DeleteSnapshotByCriteria(persistenceId: String, criteria: SnapshotSelectionCriteria) extends SnapshotEvent with Product with Serializable

    Permalink
  2. case class DeleteSnapshotByMetadata(metadata: SnapshotMetadata) extends SnapshotEvent with Product with Serializable

    Permalink
  3. class InMemorySnapshotStore extends SnapshotStore with ActorLogging

    Permalink
  4. case class LoadSnapshot(persistenceId: String, criteria: SnapshotSelectionCriteria) extends Product with Serializable

    Permalink
  5. case class LoadSnapshotResult(selectedSnapshot: Option[SelectedSnapshot]) extends Product with Serializable

    Permalink
  6. case class SaveSnapshot(metadata: SnapshotMetadata, snapshot: Any) extends SnapshotEvent with Product with Serializable

    Permalink
  7. class SnapshotActor extends Actor

    Permalink
  8. case class SnapshotCache(cache: Map[SnapshotCacheKey, SnapshotCacheValue]) extends Product with Serializable

    Permalink
  9. case class SnapshotCacheKey(persistenceId: String, sequenceNr: Long) extends Product with Serializable

    Permalink
  10. case class SnapshotCacheValue(metadata: SnapshotMetadata, snapshot: Any) extends Product with Serializable

    Permalink
  11. trait SnapshotEvent extends AnyRef

    Permalink

Value Members

  1. object SnapshotAck extends Product with Serializable

    Permalink

Ungrouped