akka.persistence.jdbc.snapshot

OracleSyncSnapshotStore

class OracleSyncSnapshotStore extends JdbcSyncSnapshotStore with OracleStatements

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OracleSyncSnapshotStore
  2. OracleStatements
  3. GenericStatements
  4. EncodeDecode
  5. ScalikeConnection
  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 OracleSyncSnapshotStore()

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. def clone(): AnyRef

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

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

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

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

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

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

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

    Definition Classes
    JdbcSyncSnapshotStore
  22. val extension: Persistence

    Definition Classes
    JdbcSyncSnapshotStore
  23. def finalize(): Unit

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

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

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

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

    Definition Classes
    JdbcSyncSnapshotStore → SnapshotStore
  28. def log: LoggingAdapter

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

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

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

    Definition Classes
    AnyRef
  32. val pluginConfig: PluginConfig

    Definition Classes
    ActorConfig
  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. def selectSnapshotsFor(persistenceId: String, criteria: SnapshotSelectionCriteria): List[SelectedSnapshot]

    Definition Classes
    GenericStatementsJdbcStatements
  41. implicit final val self: ActorRef

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

    Definition Classes
    Actor
  43. val serialization: Serialization

    Definition Classes
    JdbcSyncSnapshotStore
  44. implicit val session: AutoSession.type

    Definition Classes
    ScalikeConnection
  45. def supervisorStrategy: SupervisorStrategy

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

    Definition Classes
    AnyRef
  47. implicit val system: ActorSystem

    Definition Classes
    JdbcSyncSnapshotStore
  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 OracleStatements

Inherited from GenericStatements

Inherited from EncodeDecode

Inherited from ScalikeConnection

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