Packages

class DynamoDBSnapshotStore extends SnapshotStore with DynamoDBSnapshotRequests with ActorLogging

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamoDBSnapshotStore
  2. DynamoDBSnapshotRequests
  3. DynamoDBRequests
  4. SnapshotStore
  5. ActorLogging
  6. Actor
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DynamoDBSnapshotStore(config: Config)

Type Members

  1. type Receive = PartialFunction[Any, Unit]
    Definition Classes
    Actor

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def aroundPostRestart(reason: Throwable): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  5. def aroundPostStop(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  6. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  7. def aroundPreStart(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  8. def aroundReceive(receive: actor.Actor.Receive, msg: Any): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def batchWriteReq(items: Map[String, List[WriteRequest]]): BatchWriteItemRequest
    Definition Classes
    DynamoDBRequests
  11. def batchWriteReq(writes: Seq[WriteRequest]): BatchWriteItemRequest
    Definition Classes
    DynamoDBRequests
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. implicit val context: ActorContext
    Definition Classes
    Actor
  14. def delete(persistenceId: String, criteria: SnapshotSelectionCriteria): Future[Unit]
    Definition Classes
    DynamoDBSnapshotRequests
  15. def delete(metadata: SnapshotMetadata): Future[Unit]
    Definition Classes
    DynamoDBSnapshotRequests
  16. def deleteAsync(persistenceId: String, criteria: SnapshotSelectionCriteria): Future[Unit]
    Definition Classes
    DynamoDBSnapshotStore → SnapshotStore
  17. def deleteAsync(metadata: SnapshotMetadata): Future[Unit]
    Definition Classes
    DynamoDBSnapshotStore → SnapshotStore
  18. def doBatch(desc: (Seq[WriteRequest]) ⇒ String, writes: Seq[WriteRequest]): Future[Done]

    Execute the given WriteRequests in batches of MaxBatchWrite, ignoring and logging all errors.

    Execute the given WriteRequests in batches of MaxBatchWrite, ignoring and logging all errors. The returned Future never fails.

    Definition Classes
    DynamoDBRequests
  19. val dynamo: DynamoDBHelper
    Definition Classes
    DynamoDBSnapshotStore → DynamoDBRequests
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def load(persistenceId: String, criteria: SnapshotSelectionCriteria): Future[Option[SelectedSnapshot]]
    Definition Classes
    DynamoDBSnapshotRequests
  27. def loadAsync(persistenceId: String, criteria: SnapshotSelectionCriteria): Future[Option[SelectedSnapshot]]
    Definition Classes
    DynamoDBSnapshotStore → 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
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def postRestart(reason: Throwable): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  33. def postStop(): Unit
    Definition Classes
    DynamoDBSnapshotStore → Actor
  34. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  35. def preStart(): Unit
    Definition Classes
    DynamoDBSnapshotStore → Actor
  36. def putItem(item: Item): PutItemRequest
    Definition Classes
    DynamoDBRequests
  37. final def receive: PartialFunction[Any, Unit]
    Definition Classes
    SnapshotStore → Actor
  38. def receivePluginInternal: actor.Actor.Receive
    Definition Classes
    SnapshotStore
  39. final val receiveSnapshotStore: actor.Actor.Receive
    Definition Classes
    SnapshotStore
  40. def save(persistenceId: String, sequenceNr: Long, timestamp: Long, snapshot: Any): Future[Unit]
    Definition Classes
    DynamoDBSnapshotRequests
  41. def saveAsync(metadata: SnapshotMetadata, snapshot: Any): Future[Unit]
    Definition Classes
    DynamoDBSnapshotStore → SnapshotStore
  42. implicit final val self: ActorRef
    Definition Classes
    Actor
  43. final def sender(): ActorRef
    Definition Classes
    Actor
  44. val serialization: Serialization
  45. val settings: DynamoDBSnapshotConfig
    Definition Classes
    DynamoDBSnapshotStore → DynamoDBRequests
  46. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. val toUnit: (Any) ⇒ Unit
    Definition Classes
    DynamoDBSnapshotRequests
  50. def unhandled(message: Any): Unit
    Definition Classes
    Actor
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from DynamoDBSnapshotRequests

Inherited from DynamoDBRequests

Inherited from SnapshotStore

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped