final class DynamoDBDurableStateStoreV1[A] extends ScalaDurableStateUpdateStore[A] with LoggingSupport
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamoDBDurableStateStoreV1
- LoggingSupport
- ScalaDurableStateUpdateStore
- DurableStateUpdateStore
- DurableStateStore
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DynamoDBDurableStateStoreV1(pluginContext: StatePluginContext, asyncClient: Option[AmazonDynamoDBAsync], syncClient: Option[AmazonDynamoDB])
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
- val asyncClient: Option[AmazonDynamoDBAsync]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def deleteObject(persistenceId: String): Future[Done]
- Definition Classes
- DynamoDBDurableStateStoreV1 → 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
- DynamoDBDurableStateStoreV1 → DurableStateStore
- def getRawObject(persistenceId: String): Future[GetRawObjectResult[A]]
- Definition Classes
- DynamoDBDurableStateStoreV1 → ScalaDurableStateUpdateStore
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logger: Logger
- Attributes
- protected
- Definition Classes
- LoggingSupport
- implicit val mat: ActorSystem
- 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 pluginContext: StatePluginContext
- val serialization: Serialization
- Attributes
- protected
- val syncClient: Option[AmazonDynamoDB]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val system: ActorSystem
- def toString(): String
- Definition Classes
- AnyRef → Any
- def upsertObject(persistenceId: String, revision: Long, value: A, tag: String): Future[Done]
- Definition Classes
- DynamoDBDurableStateStoreV1 → 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()