Packages

final class WriteJournalDaoImpl extends JournalDaoWithUpdates with DaoSupport with LoggingSupport

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriteJournalDaoImpl
  2. LoggingSupport
  3. DaoSupport
  4. JournalDaoWithUpdates
  5. WriteJournalDao
  6. JournalDaoWithReadMessages
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WriteJournalDaoImpl(pluginContext: JournalPluginContext, journalRowDriver: JournalRowWriteDriver, serializer: FlowPersistentReprSerializer[JournalRow])(implicit ec: ExecutionContext, system: ActorSystem)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def deleteMessages(persistenceId: PersistenceId, toSequenceNr: SequenceNumber): Source[Long, NotUsed]
    Definition Classes
    WriteJournalDaoImplWriteJournalDao
  7. def dispose(): Unit
    Definition Classes
    WriteJournalDaoImplWriteJournalDao
  8. implicit val ec: ExecutionContext
    Definition Classes
    WriteJournalDaoImplDaoSupport
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def getMessagesAsJournalRow(persistenceId: PersistenceId, fromSequenceNr: SequenceNumber, toSequenceNr: SequenceNumber, max: Long, deleted: Option[Boolean] = Some(false)): Source[JournalRow, NotUsed]
    Definition Classes
    DaoSupport
  13. def getMessagesAsPersistentRepr(persistenceId: PersistenceId, fromSequenceNr: SequenceNumber, toSequenceNr: SequenceNumber, max: Long, deleted: Option[Boolean] = Some(false)): Source[Try[PersistentRepr], NotUsed]
    Definition Classes
    DaoSupport
  14. def getMessagesAsPersistentReprWithBatch(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long, batchSize: Int, refreshInterval: Option[(FiniteDuration, Scheduler)]): Source[Try[PersistentRepr], NotUsed]
    Definition Classes
    DaoSupport
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def highestSequenceNr(persistenceId: PersistenceId, fromSequenceNr: SequenceNumber): Source[Option[Long], NotUsed]
    Definition Classes
    WriteJournalDaoImplWriteJournalDao
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val journalRowDriver: JournalRowWriteDriver
    Attributes
    protected
    Definition Classes
    WriteJournalDaoImplDaoSupport
  19. val logger: Logger
    Attributes
    protected
    Definition Classes
    LoggingSupport
  20. implicit val mat: Materializer
    Definition Classes
    WriteJournalDaoImplDaoSupport
  21. def metricsReporter: Option[MetricsReporter]
    Attributes
    protected
    Definition Classes
    WriteJournalDaoImplDaoSupport
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def putMessages(messages: Seq[JournalRow]): Source[Long, NotUsed]
    Definition Classes
    WriteJournalDaoImplWriteJournalDao
  26. val serializer: FlowPersistentReprSerializer[JournalRow]
    Definition Classes
    WriteJournalDaoImplDaoSupport
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def updateMessage(journalRow: JournalRow): Source[Unit, NotUsed]
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from LoggingSupport

Inherited from DaoSupport

Inherited from JournalDaoWithUpdates

Inherited from WriteJournalDao

Inherited from AnyRef

Inherited from Any

Ungrouped