akka.persistence.jdbc.snapshot

InformixSyncSnapshotStore

class InformixSyncSnapshotStore extends GenericSyncSnapshotStore with InformixStatements

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InformixSyncSnapshotStore
  2. InformixStatements
  3. GenericSyncSnapshotStore
  4. GenericStatements
  5. SnapshotSerializer
  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 InformixSyncSnapshotStore()

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. 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. def deleteSnapshots(persistenceId: String, criteria: SnapshotSelectionCriteria): 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. def executionContext: ExecutionContextExecutor

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

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

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

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

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

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

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

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

    Definition Classes
    JdbcSyncSnapshotStore → SnapshotStore
  39. def schema: String

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

    Definition Classes
    GenericStatementsJdbcStatements
  41. implicit final val self: ActorRef

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

    Definition Classes
    Actor
  43. implicit def serialization: Serialization

  44. implicit def session: DBSession

  45. implicit def snapshotConverter: SnapshotTypeConverter

  46. def supervisorStrategy: SupervisorStrategy

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

    Definition Classes
    AnyRef
  48. def system: ActorSystem

  49. def table: String

    Definition Classes
    GenericStatements
  50. def toString(): String

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

    Definition Classes
    Actor
  52. def unmarshal(value: String, persistenceId: String)(implicit conv: SnapshotTypeConverter, serialization: Serialization): Snapshot

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

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

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

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

    Definition Classes
    GenericStatementsJdbcStatements

Inherited from InformixStatements

Inherited from GenericSyncSnapshotStore

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