c
org.apache.pekko.persistence.r2dbc.state.scaladsl
R2dbcDurableStateStore
Companion object R2dbcDurableStateStore
class R2dbcDurableStateStore[A] extends DurableStateUpdateStore[A] with DurableStateStoreBySliceQuery[A] with DurableStateStorePagedPersistenceIdsQuery[A]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- R2dbcDurableStateStore
- DurableStateStorePagedPersistenceIdsQuery
- DurableStateStoreBySliceQuery
- DurableStateUpdateStore
- DurableStateStore
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new R2dbcDurableStateStore(system: ExtendedActorSystem, config: Config, cfgPath: String)
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 changesBySlices(entityType: String, minSlice: Int, maxSlice: Int, offset: Offset): Source[DurableStateChange[A], NotUsed]
- Definition Classes
- R2dbcDurableStateStore → DurableStateStoreBySliceQuery
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def currentChangesBySlices(entityType: String, minSlice: Int, maxSlice: Int, offset: Offset): Source[DurableStateChange[A], NotUsed]
- Definition Classes
- R2dbcDurableStateStore → DurableStateStoreBySliceQuery
- def currentPersistenceIds(): Source[String, NotUsed]
- def currentPersistenceIds(afterId: Option[String], limit: Long): Source[String, NotUsed]
- Definition Classes
- R2dbcDurableStateStore → DurableStateStorePagedPersistenceIdsQuery
- def deleteObject(persistenceId: String, revision: Long): Future[Done]
- Definition Classes
- R2dbcDurableStateStore → DurableStateUpdateStore
- def deleteObject(persistenceId: String): Future[Done]
- Definition Classes
- R2dbcDurableStateStore → DurableStateUpdateStore
- 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
- R2dbcDurableStateStore → DurableStateStore
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- def sliceForPersistenceId(persistenceId: String): Int
- Definition Classes
- R2dbcDurableStateStore → DurableStateStoreBySliceQuery
- def sliceRanges(numberOfRanges: Int): Seq[Range]
- Definition Classes
- R2dbcDurableStateStore → DurableStateStoreBySliceQuery
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def upsertObject(persistenceId: String, revision: Long, value: A, tag: String): Future[Done]
- Definition Classes
- R2dbcDurableStateStore → 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()