Class

akka.persistence.pg.snapshot

PgAsyncSnapshotStore

Related Doc: package snapshot

Permalink

class PgAsyncSnapshotStore extends SnapshotStore with PgSnapshotStore with ActorLogging with PgConfig

Linear Supertypes
PgConfig, PgSnapshotStore, snapshot.SnapshotTable, SnapshotStore, ActorLogging, Actor, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PgAsyncSnapshotStore
  2. PgConfig
  3. PgSnapshotStore
  4. SnapshotTable
  5. SnapshotStore
  6. ActorLogging
  7. Actor
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PgAsyncSnapshotStore()

    Permalink

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor
  2. class SnapshotTable extends (api)#Table[SnapshotEntry]

    Permalink
    Definition Classes
    SnapshotTable

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
    Annotations
    @InternalApi()
  5. def aroundPostStop(): Unit

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

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

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

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  9. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    Actor
  12. lazy val database: slick.jdbc.JdbcBackend.DatabaseDef

    Permalink
    Definition Classes
    PgConfig
  13. def deleteAsync(persistenceId: String, criteria: SnapshotSelectionCriteria): Future[Unit]

    Permalink
    Definition Classes
    PgAsyncSnapshotStore → SnapshotStore
  14. def deleteAsync(metadata: SnapshotMetadata): Future[Unit]

    Permalink
    Definition Classes
    PgAsyncSnapshotStore → SnapshotStore
  15. def deleteSnapshot(metadata: SnapshotMetadata): Future[Int]

    Permalink
    Definition Classes
    PgSnapshotStore
  16. def deserialize(persistenceId: String, snapshot: ⇒ Any): Option[Any]

    Permalink
    Definition Classes
    PgSnapshotStore
  17. lazy val driver: PgPostgresProfile

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

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

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

    Permalink
  21. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    PgAsyncSnapshotStore → SnapshotStore
  26. def log: LoggingAdapter

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. val pgExtension: PgExtension

    Permalink
    Definition Classes
    PgAsyncSnapshotStorePgSnapshotStore
  31. lazy val pluginConfig: PluginConfig

    Permalink
    Definition Classes
    PgAsyncSnapshotStorePgConfig
  32. def postRestart(reason: Throwable): Unit

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

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

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

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

    Permalink
    Definition Classes
    SnapshotStore → Actor
  37. def receivePluginInternal: actor.Actor.Receive

    Permalink
    Definition Classes
    SnapshotStore
  38. final val receiveSnapshotStore: actor.Actor.Receive

    Permalink
    Definition Classes
    SnapshotStore
  39. def saveAsync(metadata: SnapshotMetadata, snapshot: Any): Future[Unit]

    Permalink
    Definition Classes
    PgAsyncSnapshotStore → SnapshotStore
  40. def selectMostRecentSnapshotFor(persistenceId: String, criteria: SnapshotSelectionCriteria)(implicit executionContext: ExecutionContext): Future[Option[SelectedSnapshot]]

    Permalink
    Definition Classes
    PgSnapshotStore
  41. def selectSnapshotsQuery(persistenceId: String, criteria: SnapshotSelectionCriteria): (api)#Query[SnapshotTable, SnapshotEntry, Seq]

    Permalink
    Definition Classes
    PgSnapshotStore
  42. implicit final val self: ActorRef

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

    Permalink
    Definition Classes
    Actor
  44. val serialization: Serialization

    Permalink
    Definition Classes
    PgAsyncSnapshotStorePgSnapshotStore
  45. def snapshotEncoder: JsonEncoder

    Permalink
    Definition Classes
    PgSnapshotStore
  46. val snapshots: (api)#TableQuery[SnapshotTable]

    Permalink
    Definition Classes
    SnapshotTable
  47. def snapshotsQuery(metadata: SnapshotMetadata): (api)#Query[SnapshotTable, SnapshotEntry, Seq]

    Permalink
    Definition Classes
    PgSnapshotStore
  48. def supervisorStrategy: SupervisorStrategy

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

    Permalink
    Definition Classes
    AnyRef
  50. implicit val system: ActorSystem

    Permalink
  51. def toString(): String

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

    Permalink
    Definition Classes
    Actor
  53. final def wait(): Unit

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

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

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

Inherited from PgConfig

Inherited from PgSnapshotStore

Inherited from snapshot.SnapshotTable

Inherited from SnapshotStore

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped