akka.persistence.jdbc.snapshot

MSSqlServerSyncSnapshotStore

class MSSqlServerSyncSnapshotStore extends GenericSyncSnapshotStore with MSSqlServerStatements

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MSSqlServerSyncSnapshotStore
  2. MSSqlServerStatements
  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 MSSqlServerSyncSnapshotStore()

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Definition Classes
    Actor

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Journal

    Definition Classes
    EncodeDecode
  7. object Snapshot

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

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

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

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

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

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

    Definition Classes
    Any
  14. val cfg: PluginConfig

    Definition Classes
    ActorConfig
  15. def clone(): AnyRef

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

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

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

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

    Definition Classes
    GenericStatementsJdbcStatements
  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
    JdbcSyncSnapshotStore
  23. val extension: Persistence

    Definition Classes
    JdbcSyncSnapshotStore
  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. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    JdbcSyncSnapshotStore → SnapshotStore
  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. def postRestart(reason: Throwable): Unit

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

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

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

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

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

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

    Definition Classes
    JdbcSyncSnapshotStore → SnapshotStore
  40. val schema: String

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

    Definition Classes
    GenericStatementsJdbcStatements
  42. implicit final val self: ActorRef

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

    Definition Classes
    Actor
  44. val serialization: Serialization

    Definition Classes
    JdbcSyncSnapshotStore
  45. implicit val session: DBSession

  46. def supervisorStrategy: SupervisorStrategy

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

    Definition Classes
    AnyRef
  48. implicit val system: ActorSystem

    Definition Classes
    JdbcSyncSnapshotStore
  49. val table: String

    Definition Classes
    GenericStatements
  50. def toString(): String

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

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

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

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

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

    Definition Classes
    GenericStatementsJdbcStatements

Inherited from MSSqlServerStatements

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