Class

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

WriteJournalDaoImpl

Related Doc: package dao

Permalink

class WriteJournalDaoImpl extends WriteJournalDao with DaoSupport

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

Instance Constructors

  1. new WriteJournalDaoImpl(asyncClient: DynamoDbAsyncClient, serialization: Serialization, pluginConfig: JournalPluginConfig, metricsReporter: MetricsReporter)(implicit ec: ExecutionContext, mat: Materializer)

    Permalink

Type Members

  1. case class PersistenceIdWithSeqNr(persistenceId: PersistenceId, sequenceNumber: SequenceNumber) extends Product with Serializable

    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
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. val columnsDefConfig: JournalColumnsDefConfig

    Permalink
    Attributes
    protected
    Definition Classes
    WriteJournalDaoImplDaoSupport
  7. val consistentRead: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    WriteJournalDaoImplDaoSupport
  8. def convertToJournalRow(map: Map[String, AttributeValue]): JournalRow

    Permalink
    Attributes
    protected
    Definition Classes
    DaoSupport
  9. def deleteMessages(persistenceId: PersistenceId, toSequenceNr: SequenceNumber): Source[Long, NotUsed]

    Permalink
    Definition Classes
    WriteJournalDaoImplWriteJournalDao
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. val getJournalRowsIndexName: String

    Permalink
    Attributes
    protected
    Definition Classes
    WriteJournalDaoImplDaoSupport
  14. def getMessages(persistenceId: PersistenceId, fromSequenceNr: SequenceNumber, toSequenceNr: SequenceNumber, max: Long, deleted: Option[Boolean] = Some(false)): Source[JournalRow, NotUsed]

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

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

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

    Permalink
    Definition Classes
    Any
  18. val logLevels: Attributes

    Permalink
    Attributes
    protected
    Definition Classes
    DaoSupport
  19. val metricsReporter: MetricsReporter

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def putMessages(messages: Seq[JournalRow]): Source[Long, NotUsed]

    Permalink
    Definition Classes
    WriteJournalDaoImplWriteJournalDao
  24. val queryBatchSize: Int

    Permalink
    Attributes
    protected
    Definition Classes
    WriteJournalDaoImplDaoSupport
  25. val shardCount: Int

    Permalink
    Attributes
    protected
    Definition Classes
    WriteJournalDaoImplDaoSupport
  26. val startTimeSource: Source[Long, NotUsed]

    Permalink
    Attributes
    protected
    Definition Classes
    DaoSupport
  27. val streamClient: DynamoDbAkkaClient

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

    Permalink
    Definition Classes
    AnyRef
  29. val tableName: String

    Permalink
    Attributes
    protected
    Definition Classes
    WriteJournalDaoImplDaoSupport
  30. def toString(): String

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

    Permalink
    Definition Classes
    WriteJournalDaoImplWriteJournalDao
  32. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from DaoSupport

Inherited from WriteJournalDao

Inherited from AnyRef

Inherited from Any

Ungrouped