Class/Object

akka.persistence.eventstore.snapshot

EventStoreSnapshotStore

Related Docs: object EventStoreSnapshotStore | package snapshot

Permalink

class EventStoreSnapshotStore extends SnapshotStore with EventStorePlugin

Linear Supertypes
EventStorePlugin, SnapshotStore, ActorLogging, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventStoreSnapshotStore
  2. EventStorePlugin
  3. SnapshotStore
  4. ActorLogging
  5. Actor
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EventStoreSnapshotStore()

    Permalink

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from EventStoreSnapshotStore to any2stringadd[EventStoreSnapshotStore] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (EventStoreSnapshotStore, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from EventStoreSnapshotStore to ArrowAssoc[EventStoreSnapshotStore] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def aroundPostRestart(reason: Throwable): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  7. def aroundPostStop(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  8. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  9. def aroundPreStart(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  10. def aroundReceive(receive: actor.Actor.Receive, msg: Any): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def async[T](x: ⇒ Future[T]): Future[T]

    Permalink
    Definition Classes
    EventStorePlugin
  13. def asyncUnit(x: ⇒ Future[_]): Future[Unit]

    Permalink
    Definition Classes
    EventStorePlugin
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def config: Config

    Permalink
  16. val connection: EsConnection

    Permalink
    Definition Classes
    EventStorePlugin
  17. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  18. def delete(persistenceId: PersistenceId, se: DeleteEvent): Future[Unit]

    Permalink
  19. def deleteAsync(persistenceId: PersistenceId, criteria: SnapshotSelectionCriteria): Future[Unit]

    Permalink
    Definition Classes
    EventStoreSnapshotStore → SnapshotStore
  20. def deleteAsync(metadata: SnapshotMetadata): Future[Unit]

    Permalink
    Definition Classes
    EventStoreSnapshotStore → SnapshotStore
  21. def ensuring(cond: (EventStoreSnapshotStore) ⇒ Boolean, msg: ⇒ Any): EventStoreSnapshotStore

    Permalink
    Implicit information
    This member is added by an implicit conversion from EventStoreSnapshotStore to Ensuring[EventStoreSnapshotStore] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: (EventStoreSnapshotStore) ⇒ Boolean): EventStoreSnapshotStore

    Permalink
    Implicit information
    This member is added by an implicit conversion from EventStoreSnapshotStore to Ensuring[EventStoreSnapshotStore] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean, msg: ⇒ Any): EventStoreSnapshotStore

    Permalink
    Implicit information
    This member is added by an implicit conversion from EventStoreSnapshotStore to Ensuring[EventStoreSnapshotStore] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean): EventStoreSnapshotStore

    Permalink
    Implicit information
    This member is added by an implicit conversion from EventStoreSnapshotStore to Ensuring[EventStoreSnapshotStore] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  27. def eventStream(x: PersistenceId): Id

    Permalink
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from EventStoreSnapshotStore to StringFormat[EventStoreSnapshotStore] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. def loadAsync(persistenceId: PersistenceId, criteria: SnapshotSelectionCriteria): Future[Option[SelectedSnapshot]]

    Permalink
    Definition Classes
    EventStoreSnapshotStore → SnapshotStore
  34. def log: LoggingAdapter

    Permalink
    Definition Classes
    ActorLogging
  35. implicit val materializer: ActorMaterializer

    Permalink
    Definition Classes
    EventStorePlugin
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. def postRestart(reason: Throwable): Unit

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

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

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

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  43. val prefix: String

    Permalink
    Definition Classes
    EventStorePlugin
  44. val readBatchSize: Int

    Permalink
  45. final def receive: PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    SnapshotStore → Actor
  46. def receivePluginInternal: actor.Actor.Receive

    Permalink
    Definition Classes
    SnapshotStore
  47. final val receiveSnapshotStore: actor.Actor.Receive

    Permalink
    Definition Classes
    SnapshotStore
  48. def saveAsync(metadata: SnapshotMetadata, snapshot: Any): Future[Unit]

    Permalink
    Definition Classes
    EventStoreSnapshotStore → SnapshotStore
  49. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  50. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  51. val serialization: EventStoreSerialization

    Permalink
    Definition Classes
    EventStorePlugin
  52. val settings: Settings

    Permalink
    Definition Classes
    EventStorePlugin
  53. def supervisorStrategy: SupervisorStrategy

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

    Permalink
    Definition Classes
    AnyRef
  55. def toString(): String

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

    Permalink
    Definition Classes
    Actor
  57. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. def [B](y: B): (EventStoreSnapshotStore, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from EventStoreSnapshotStore to ArrowAssoc[EventStoreSnapshotStore] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from EventStorePlugin

Inherited from SnapshotStore

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from EventStoreSnapshotStore to any2stringadd[EventStoreSnapshotStore]

Inherited by implicit conversion StringFormat from EventStoreSnapshotStore to StringFormat[EventStoreSnapshotStore]

Inherited by implicit conversion Ensuring from EventStoreSnapshotStore to Ensuring[EventStoreSnapshotStore]

Inherited by implicit conversion ArrowAssoc from EventStoreSnapshotStore to ArrowAssoc[EventStoreSnapshotStore]

Ungrouped