akka.persistence.jdbc.snapshot

GenericSyncSnapshotStore

Related Doc: package snapshot

trait GenericSyncSnapshotStore extends JdbcSyncSnapshotStore with GenericStatements

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

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

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

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

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

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

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

    Definition Classes
    Any
  10. val cfg: PluginConfig

    Definition Classes
    ActorConfig
  11. def clone(): AnyRef

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

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

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

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

    Definition Classes
    GenericStatementsJdbcStatements
  16. def deleteSnapshots(persistenceId: String, criteria: SnapshotSelectionCriteria): Unit

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

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

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

    Definition Classes
    JdbcSyncSnapshotStore
  20. def finalize(): Unit

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

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

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

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

    Definition Classes
    JdbcSyncSnapshotStore → SnapshotStore
  25. def log: LoggingAdapter

    Definition Classes
    ActorLogging
  26. def marshal(value: Snapshot)(implicit conv: SnapshotTypeConverter, serialization: Serialization): String

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    JdbcSyncSnapshotStore → SnapshotStore
  37. val schema: String

    Definition Classes
    GenericStatements
  38. def selectSnapshotFor(persistenceId: String, criteria: SnapshotSelectionCriteria): Option[SelectedSnapshot]

    Definition Classes
    GenericStatementsJdbcStatements
  39. implicit final val self: ActorRef

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

    Definition Classes
    Actor
  41. implicit val serialization: Serialization

  42. implicit val session: DBSession

  43. implicit val snapshotConverter: SnapshotTypeConverter

  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. def unmarshal(value: String)(implicit conv: SnapshotTypeConverter, serialization: Serialization): Snapshot

    Definition Classes
    SnapshotSerializer
  51. final def wait(): Unit

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

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

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

    Definition Classes
    GenericStatementsJdbcStatements

Inherited from GenericStatements

Inherited from SnapshotSerializer

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