akka.persistence.jdbc.snapshot

PostgresqlSyncSnapshotStore

class PostgresqlSyncSnapshotStore extends GenericSyncSnapshotStore with PostgresqlStatements

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PostgresqlSyncSnapshotStore
  2. PostgresqlStatements
  3. GenericSyncSnapshotStore
  4. GenericStatements
  5. EncodeDecode
  6. JdbcSyncSnapshotStore
  7. JdbcStatements
  8. ActorConfig
  9. ActorLogging
  10. SnapshotStore
  11. Actor
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PostgresqlSyncSnapshotStore()

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. val cfg: PluginConfig

    Definition Classes
    ActorConfig
  13. def clone(): AnyRef

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

    Definition Classes
    Actor
  15. def delete(persistenceId: String, criteria: SnapshotSelectionCriteria): Unit

    Definition Classes
    JdbcSyncSnapshotStore → SnapshotStore
  16. def delete(metadata: SnapshotMetadata): Unit

    Definition Classes
    JdbcSyncSnapshotStore → SnapshotStore
  17. def deleteSnapshot(metadata: SnapshotMetadata): Unit

    Definition Classes
    GenericStatementsJdbcStatements
  18. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    JdbcSyncSnapshotStore
  21. val extension: Persistence

    Definition Classes
    JdbcSyncSnapshotStore
  22. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def loadAsync(persistenceId: String, criteria: SnapshotSelectionCriteria): Future[Option[SelectedSnapshot]]

    Definition Classes
    JdbcSyncSnapshotStore → SnapshotStore
  27. def log: LoggingAdapter

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

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

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

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

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

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

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

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  35. final def receive: PartialFunction[Any, Unit]

    Definition Classes
    SnapshotStore → Actor
  36. def saveAsync(metadata: SnapshotMetadata, snapshot: Any): Future[Unit]

    Definition Classes
    JdbcSyncSnapshotStore → SnapshotStore
  37. def saved(metadata: SnapshotMetadata): Unit

    Definition Classes
    JdbcSyncSnapshotStore → SnapshotStore
  38. val schema: String

    Definition Classes
    GenericStatements
  39. def selectSnapshotsFor(persistenceId: String, criteria: SnapshotSelectionCriteria): List[SelectedSnapshot]

    Definition Classes
    GenericStatementsJdbcStatements
  40. implicit final val self: ActorRef

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

    Definition Classes
    Actor
  42. val serialization: Serialization

    Definition Classes
    JdbcSyncSnapshotStore
  43. implicit val session: DBSession

  44. def supervisorStrategy: SupervisorStrategy

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

    Definition Classes
    AnyRef
  46. implicit val system: ActorSystem

    Definition Classes
    JdbcSyncSnapshotStore
  47. val table: String

    Definition Classes
    GenericStatements
  48. def toString(): String

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

    Definition Classes
    Actor
  50. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def writeSnapshot(metadata: SnapshotMetadata, snapshot: Snapshot): Unit

    Definition Classes
    GenericStatementsJdbcStatements

Inherited from PostgresqlStatements

Inherited from GenericSyncSnapshotStore

Inherited from GenericStatements

Inherited from EncodeDecode

Inherited from JdbcSyncSnapshotStore

Inherited from JdbcStatements

Inherited from ActorConfig

Inherited from ActorLogging

Inherited from SnapshotStore

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped