Class/Object

akka.persistence.inmemory.query.journal.javadsl

InMemoryReadJournal

Related Docs: object InMemoryReadJournal | package javadsl

Permalink

class InMemoryReadJournal extends ReadJournal with CurrentPersistenceIdsQuery with AllPersistenceIdsQuery with CurrentEventsByPersistenceIdQuery with EventsByPersistenceIdQuery with CurrentEventsByTagQuery with EventsByTagQuery with CurrentEventsByPersistenceIdAndTagQuery with EventsByPersistenceIdAndTagQuery

Linear Supertypes
EventsByPersistenceIdAndTagQuery, CurrentEventsByPersistenceIdAndTagQuery, EventsByTagQuery, CurrentEventsByTagQuery, EventsByPersistenceIdQuery, CurrentEventsByPersistenceIdQuery, AllPersistenceIdsQuery, CurrentPersistenceIdsQuery, ReadJournal, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InMemoryReadJournal
  2. EventsByPersistenceIdAndTagQuery
  3. CurrentEventsByPersistenceIdAndTagQuery
  4. EventsByTagQuery
  5. CurrentEventsByTagQuery
  6. EventsByPersistenceIdQuery
  7. CurrentEventsByPersistenceIdQuery
  8. AllPersistenceIdsQuery
  9. CurrentPersistenceIdsQuery
  10. ReadJournal
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InMemoryReadJournal(journal: scaladsl.InMemoryReadJournal)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allPersistenceIds(): Source[String, NotUsed]

    Permalink
    Definition Classes
    InMemoryReadJournal → AllPersistenceIdsQuery
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def currentEventsByPersistenceId(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long): Source[EventEnvelope, NotUsed]

    Permalink
    Definition Classes
    InMemoryReadJournal → CurrentEventsByPersistenceIdQuery
  8. def currentEventsByPersistenceIdAndTag(persistenceId: String, tag: String, offset: Long): Source[EventEnvelope, NotUsed]

    Permalink

    Query events that have a specific persistenceId/tag combination

    Query events that have a specific persistenceId/tag combination

    Definition Classes
    InMemoryReadJournalCurrentEventsByPersistenceIdAndTagQuery
  9. def currentEventsByTag(tag: String, offset: Long): Source[EventEnvelope, NotUsed]

    Permalink
    Definition Classes
    InMemoryReadJournal → CurrentEventsByTagQuery
  10. def currentPersistenceIds(): Source[String, NotUsed]

    Permalink
    Definition Classes
    InMemoryReadJournal → CurrentPersistenceIdsQuery
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def eventsByPersistenceId(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long): Source[EventEnvelope, NotUsed]

    Permalink
    Definition Classes
    InMemoryReadJournal → EventsByPersistenceIdQuery
  14. def eventsByPersistenceIdAndTag(persistenceId: String, tag: String, offset: Long): Source[EventEnvelope, NotUsed]

    Permalink

    Query events that have a specific persistenceId/tag combination This is an optimization query as the database can filter out the events for a specific persistenceId

    Query events that have a specific persistenceId/tag combination This is an optimization query as the database can filter out the events for a specific persistenceId

    Definition Classes
    InMemoryReadJournalEventsByPersistenceIdAndTagQuery
  15. def eventsByTag(tag: String, offset: Long): Source[EventEnvelope, NotUsed]

    Permalink
    Definition Classes
    InMemoryReadJournal → EventsByTagQuery
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from EventsByTagQuery

Inherited from CurrentEventsByTagQuery

Inherited from EventsByPersistenceIdQuery

Inherited from CurrentEventsByPersistenceIdQuery

Inherited from AllPersistenceIdsQuery

Inherited from CurrentPersistenceIdsQuery

Inherited from ReadJournal

Inherited from AnyRef

Inherited from Any

Ungrouped