o
nl.pragmasoft.pekko.persistence.inmemory.extension
InMemoryJournalStorage
Companion class InMemoryJournalStorage
object InMemoryJournalStorage
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InMemoryJournalStorage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed abstract class ClearJournal extends AnyRef
- final case class Delete(persistenceId: String, toSequenceNr: Long) extends JournalCommand with Product with Serializable
- final case class EventsByTag(tag: String, offset: Offset) extends JournalCommand with Product with Serializable
- final case class GetAllJournalEntries(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long, max: Long) extends JournalCommand with Product with Serializable
- final case class GetJournalEntriesExceptDeleted(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long, max: Long) extends JournalCommand with Product with Serializable
- final case class HighestSequenceNr(persistenceId: String, fromSequenceNr: Long) extends JournalCommand with Product with Serializable
- sealed trait JournalCommand extends NoSerializationVerificationNeeded
- final case class PersistenceIds(queryListOfPersistenceIds: scala.collection.immutable.Seq[String]) extends JournalCommand with Product with Serializable
- final case class WriteList(xs: scala.collection.immutable.Seq[JournalEntry]) extends JournalCommand with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearJournal(): ClearJournal
Java API
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getAllEvents(journal: Map[String, Vector[JournalEntry]]): Vector[JournalEntry]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getEntries(prod: (String, Vector[JournalEntry])): Vector[JournalEntry]
- def getEventsByPid(pid: String, journal: Map[String, Vector[JournalEntry]]): Option[Vector[JournalEntry]]
- def getMaxSequenceNr(xs: Vector[JournalEntry]): Long
- def getPersistenceId(prod: (String, Vector[JournalEntry])): String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object ClearJournal extends ClearJournal with JournalCommand with Product with Serializable
- case object PersistenceIds extends JournalCommand with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)