c
org.apache.pekko.persistence.jdbc.state.scaladsl
JdbcDurableStateStore
Companion object JdbcDurableStateStore
class JdbcDurableStateStore[A] extends DurableStateUpdateStore[A] with DurableStateStoreQuery[A]
Ordering
- Alphabetic
- By Inheritance
Inherited
- JdbcDurableStateStore
- DurableStateStoreQuery
- DurableStateUpdateStore
- DurableStateStore
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JdbcDurableStateStore(db: JdbcDatabaseDef, profile: JdbcProfile, durableStateConfig: DurableStateTableConfiguration, serialization: Serialization)(implicit system: ExtendedActorSystem)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def changes(tag: String, offset: Offset): Source[DurableStateChange[A], NotUsed]
- Definition Classes
- JdbcDurableStateStore → DurableStateStoreQuery
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def currentChanges(tag: String, offset: Offset): Source[DurableStateChange[A], NotUsed]
- Definition Classes
- JdbcDurableStateStore → DurableStateStoreQuery
- def deleteAllFromDb(): Future[Int]
- def deleteObject(persistenceId: String, revision: Long): Future[Done]
- Definition Classes
- JdbcDurableStateStore → DurableStateUpdateStore
- def deleteObject(persistenceId: String): Future[Done]
- Definition Classes
- JdbcDurableStateStore → DurableStateUpdateStore
- implicit val ec: ExecutionContext
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getObject(persistenceId: String): Future[GetObjectResult[A]]
- Definition Classes
- JdbcDurableStateStore → DurableStateStore
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val mat: Materializer
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val profile: JdbcProfile
- final lazy val queries: DurableStateQueries
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit val system: ExtendedActorSystem
- def toString(): String
- Definition Classes
- AnyRef → Any
- def upsertObject(persistenceId: String, revision: Long, value: A, tag: String): Future[Done]
- Definition Classes
- JdbcDurableStateStore → DurableStateUpdateStore
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()