akka.persistence.jdbc.journal

MysqlSyncWriteJournal

class MysqlSyncWriteJournal extends JdbcSyncWriteJournal with MySqlStatements

Linear Supertypes
MySqlStatements, GenericStatements, EncodeDecode, ScalikeConnection, JdbcSyncWriteJournal, JdbcStatements, ActorConfig, ActorLogging, SyncWriteJournal, AsyncRecovery, WriteJournalBase, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MysqlSyncWriteJournal
  2. MySqlStatements
  3. GenericStatements
  4. EncodeDecode
  5. ScalikeConnection
  6. JdbcSyncWriteJournal
  7. JdbcStatements
  8. ActorConfig
  9. ActorLogging
  10. SyncWriteJournal
  11. AsyncRecovery
  12. WriteJournalBase
  13. Actor
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MysqlSyncWriteJournal()

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Definition Classes
    Actor

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. object Journal

    Definition Classes
    EncodeDecode
  5. object Snapshot

    Definition Classes
    EncodeDecode
  6. def aroundPostRestart(reason: Throwable): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  7. def aroundPostStop(): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  8. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  9. def aroundPreStart(): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  10. def aroundReceive(receive: actor.Actor.Receive, msg: Any): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def asyncReadHighestSequenceNr(processorId: String, fromSequenceNr: Long): Future[Long]

    Definition Classes
    JdbcSyncWriteJournal → AsyncRecovery
  13. def asyncReplayMessages(processorId: String, fromSequenceNr: Long, toSequenceNr: Long, max: Long)(replayCallback: (PersistentRepr) ⇒ Unit): Future[Unit]

    Definition Classes
    JdbcSyncWriteJournal → AsyncRecovery
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. implicit val context: ActorContext

    Definition Classes
    Actor
  16. def deleteMessageRange(persistenceId: String, toSequenceNr: Long): Unit

    Definition Classes
    GenericStatementsJdbcStatements
  17. def deleteMessageSingle(persistenceId: String, sequenceNr: Long): Unit

    Definition Classes
    GenericStatementsJdbcStatements
  18. def deleteMessages(messageIds: Seq[PersistentId], permanent: Boolean): Unit

    Definition Classes
    JdbcSyncWriteJournal → SyncWriteJournal
  19. def deleteMessagesTo(processorId: String, toSequenceNr: Long, permanent: Boolean): Unit

    Definition Classes
    JdbcSyncWriteJournal → SyncWriteJournal
  20. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  22. implicit val executionContext: ExecutionContextExecutor

    Definition Classes
    JdbcSyncWriteJournal
  23. val extension: Persistence

    Definition Classes
    JdbcSyncWriteJournal
  24. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  27. def insertMessage(persistenceId: String, sequenceNr: Long, marker: String = "A", message: Persistent): Unit

    Definition Classes
    GenericStatementsJdbcStatements
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def log: LoggingAdapter

    Definition Classes
    ActorLogging
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. val pluginConfig: PluginConfig

    Definition Classes
    ActorConfig
  34. def postRestart(reason: Throwable): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  35. def postStop(): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  36. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  37. def preStart(): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  38. def preparePersistentBatch(rb: Seq[Resequenceable]): Seq[PersistentRepr]

    Attributes
    protected
    Definition Classes
    WriteJournalBase
  39. final def receive: PartialFunction[Any, Unit]

    Definition Classes
    SyncWriteJournal → Actor
  40. def selectMaxSequenceNr(persistenceId: String): Future[Long]

    Definition Classes
    GenericStatementsJdbcStatements
  41. def selectMessage(persistenceId: String, sequenceNr: Long): Option[PersistentRepr]

    Definition Classes
    GenericStatementsJdbcStatements
  42. def selectMessagesFor(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long, max: Long): List[PersistentRepr]

    Definition Classes
    GenericStatementsJdbcStatements
  43. implicit final val self: ActorRef

    Definition Classes
    Actor
  44. final def sender(): ActorRef

    Definition Classes
    Actor
  45. val serialization: Serialization

    Definition Classes
    JdbcSyncWriteJournal
  46. implicit val session: AutoSession.type

    Definition Classes
    ScalikeConnection
  47. def supervisorStrategy: SupervisorStrategy

    Definition Classes
    Actor
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. implicit val system: ActorSystem

    Definition Classes
    JdbcSyncWriteJournal
  50. def toString(): String

    Definition Classes
    AnyRef → Any
  51. def unhandled(message: Any): Unit

    Definition Classes
    Actor
  52. def updateMessage(persistenceId: String, sequenceNr: Long, marker: String, message: Persistent): Unit

    Definition Classes
    GenericStatementsJdbcStatements
  53. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def writeConfirmations(confirmations: Seq[PersistentConfirmation]): Unit

    Definition Classes
    JdbcSyncWriteJournal → SyncWriteJournal
  57. def writeMessages(messages: Seq[PersistentRepr]): Unit

    Definition Classes
    JdbcSyncWriteJournal → SyncWriteJournal

Inherited from MySqlStatements

Inherited from GenericStatements

Inherited from EncodeDecode

Inherited from ScalikeConnection

Inherited from JdbcSyncWriteJournal

Inherited from JdbcStatements

Inherited from ActorConfig

Inherited from ActorLogging

Inherited from SyncWriteJournal

Inherited from AsyncRecovery

Inherited from WriteJournalBase

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped