Class

akka.persistence.jdbc.journal

PostgresqlSyncWriteJournal

Related Doc: package journal

Permalink

class PostgresqlSyncWriteJournal extends GenericJdbcSyncWriteJournal with PostgresqlStatements

Linear Supertypes
PostgresqlStatements, GenericJdbcSyncWriteJournal, GenericStatements, JournalSerializer, JdbcSyncWriteJournal, JdbcStatements, ActorConfig, ActorLogging, SyncWriteJournal, AsyncRecovery, WriteJournalBase, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PostgresqlSyncWriteJournal
  2. PostgresqlStatements
  3. GenericJdbcSyncWriteJournal
  4. GenericStatements
  5. JournalSerializer
  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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PostgresqlSyncWriteJournal()

    Permalink

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

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 aroundPostRestart(reason: Throwable): Unit

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JdbcSyncWriteJournal → AsyncRecovery
  12. val cfg: PluginConfig

    Permalink
    Definition Classes
    ActorConfig
  13. def clone(): AnyRef

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. implicit def executionContext: ExecutionContext

    Permalink
  22. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def insertMessage(message: PersistentRepr): Int

    Permalink
    Definition Classes
    GenericStatementsJdbcStatements
  26. def insertMessages(messages: Seq[PersistentRepr]): Int

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

    Permalink
    Definition Classes
    Any
  28. implicit def journalConverter: JournalTypeConverter

    Permalink
  29. def log: LoggingAdapter

    Permalink
    Definition Classes
    ActorLogging
  30. def marshal(value: PersistentRepr)(implicit conv: JournalTypeConverter, serialization: Serialization): String

    Permalink
    Definition Classes
    JournalSerializer
  31. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SyncWriteJournal → Actor
  40. def schema: String

    Permalink
    Definition Classes
    GenericStatements
  41. def selectMaxSequenceNr(persistenceId: String): Long

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

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

    Permalink
    Definition Classes
    GenericStatementsJdbcStatements
  44. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  45. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  46. implicit def serialization: Serialization

    Permalink
  47. implicit def session: DBSession

    Permalink
  48. def supervisorStrategy: SupervisorStrategy

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

    Permalink
    Definition Classes
    AnyRef
  50. def table: String

    Permalink
    Definition Classes
    GenericStatements
  51. def toString(): String

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

    Permalink
    Definition Classes
    Actor
  53. def unmarshal(value: String, persistenceId: String)(implicit conv: JournalTypeConverter, serialization: Serialization): PersistentRepr

    Permalink
    Definition Classes
    JournalSerializer
  54. def updateMessage(persistenceId: String, sequenceNr: Long, marker: String, message: PersistentRepr): Int

    Permalink
    Definition Classes
    GenericStatementsJdbcStatements
  55. final def wait(): Unit

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

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

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

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

    Permalink
    Definition Classes
    JdbcSyncWriteJournal → SyncWriteJournal

Inherited from PostgresqlStatements

Inherited from GenericStatements

Inherited from JournalSerializer

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