Package

akka.persistence

inmemory

Permalink

package inmemory

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. inmemory
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class JournalEntry(persistenceId: String, sequenceNr: Long, serialized: Array[Byte], repr: PersistentRepr, tags: Set[String], deleted: Boolean = false, ordering: Long = 1, timestamp: TimeBasedUUID = getTimeBasedUUID, offset: Option[Long] = None) extends Product with Serializable

    Permalink
  2. type Seq[A] = scala.collection.immutable.Seq[A]

    Permalink
  3. final case class snapshotEntry(persistenceId: String, sequenceNumber: Long, created: Long, snapshot: Array[Byte]) extends Product with Serializable

    Permalink

Value Members

  1. package extension

    Permalink
  2. def getTimeBasedUUID: TimeBasedUUID

    Permalink
  3. package journal

    Permalink
  4. implicit def mapSeqToVector[K, V](map: Map[K, Seq[V]]): Map[K, Vector[V]]

    Permalink
  5. def now: Long

    Permalink
  6. def nowUuid: UUID

    Permalink
  7. package query

    Permalink
  8. implicit def seqToVector[A](xs: Seq[A]): Vector[A]

    Permalink
  9. implicit def setToVector[A](xs: Set[A]): Vector[A]

    Permalink
  10. package snapshot

    Permalink
  11. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped