Class

com.github.j5ik2o.akka.persistence.dynamodb.journal.dao

WriteJournalDaoImpl

Related Doc: package dao

Permalink

class WriteJournalDaoImpl extends JournalDaoWithUpdates with DaoSupport

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

Instance Constructors

  1. new WriteJournalDaoImpl(pluginConfig: JournalPluginConfig, journalRowDriver: JournalRowWriteDriver, serializer: FlowPersistentReprSerializer[JournalRow], metricsReporter: Option[MetricsReporter])(implicit ec: ExecutionContext, system: ActorSystem)

    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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def deleteMessages(persistenceId: PersistenceId, toSequenceNr: SequenceNumber): Source[Long, NotUsed]

    Permalink
    Definition Classes
    WriteJournalDaoImplWriteJournalDao
  7. def dispose(): Unit

    Permalink
    Definition Classes
    WriteJournalDaoImplWriteJournalDao
  8. implicit val ec: ExecutionContext

    Permalink
    Definition Classes
    WriteJournalDaoImplDaoSupport
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getMessagesAsJournalRow(persistenceId: PersistenceId, fromSequenceNr: SequenceNumber, toSequenceNr: SequenceNumber, max: Long, deleted: Option[Boolean] = Some(false)): Source[JournalRow, NotUsed]

    Permalink
    Definition Classes
    DaoSupport
  14. def getMessagesAsPersistentRepr(persistenceId: PersistenceId, fromSequenceNr: SequenceNumber, toSequenceNr: SequenceNumber, max: Long, deleted: Option[Boolean] = Some(false)): Source[Try[PersistentRepr], NotUsed]

    Permalink
    Definition Classes
    DaoSupport
  15. def getMessagesAsPersistentReprWithBatch(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long, batchSize: Int, refreshInterval: Option[(FiniteDuration, Scheduler)]): Source[Try[PersistentRepr], NotUsed]

    Permalink
    Definition Classes
    DaoSupport
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def highestSequenceNr(persistenceId: PersistenceId, fromSequenceNr: SequenceNumber): Source[Long, NotUsed]

    Permalink
    Definition Classes
    WriteJournalDaoImplWriteJournalDao
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val journalRowDriver: JournalRowWriteDriver

    Permalink
    Attributes
    protected
    Definition Classes
    WriteJournalDaoImplDaoSupport
  20. implicit val mat: Materializer

    Permalink
    Definition Classes
    WriteJournalDaoImplDaoSupport
  21. val metricsReporter: Option[MetricsReporter]

    Permalink
    Attributes
    protected
    Definition Classes
    WriteJournalDaoImplDaoSupport
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def putMessages(messages: Seq[JournalRow]): Source[Long, NotUsed]

    Permalink
    Definition Classes
    WriteJournalDaoImplWriteJournalDao
  26. val serializer: FlowPersistentReprSerializer[JournalRow]

    Permalink
    Definition Classes
    WriteJournalDaoImplDaoSupport
  27. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. def updateMessage(journalRow: JournalRow): Source[Unit, NotUsed]

    Permalink
  30. final def wait(): Unit

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

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

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

Inherited from DaoSupport

Inherited from JournalDaoWithUpdates

Inherited from WriteJournalDao

Inherited from AnyRef

Inherited from Any

Ungrouped