final class LmdbDurableStore extends Actor with ActorLogging

Source
DurableStore.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LmdbDurableStore
  2. ActorLogging
  3. Actor
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LmdbDurableStore(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. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from LmdbDurableStore toany2stringadd[LmdbDurableStore] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (LmdbDurableStore, B)
    Implicit
    This member is added by an implicit conversion from LmdbDurableStore toArrowAssoc[LmdbDurableStore] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def active: Receive
  7. def aroundPostRestart(reason: Throwable): Unit
    Attributes
    protected[pekko]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  8. def aroundPostStop(): Unit
    Attributes
    protected[pekko]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  9. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
    Attributes
    protected[pekko]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  10. def aroundPreStart(): Unit
    Attributes
    protected[pekko]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  11. def aroundReceive(receive: actor.Actor.Receive, msg: Any): Unit
    Attributes
    protected[pekko]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. implicit val context: ActorContext
    Definition Classes
    Actor
  15. def dbPut(tx: OptionVal[Txn[ByteBuffer]], key: KeyId, data: DurableDataEnvelope): Unit
  16. val dir: File
  17. def ensureValueBufferSize(size: Int): Unit
  18. def ensuring(cond: (LmdbDurableStore) => Boolean, msg: => Any): LmdbDurableStore
    Implicit
    This member is added by an implicit conversion from LmdbDurableStore toEnsuring[LmdbDurableStore] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (LmdbDurableStore) => Boolean): LmdbDurableStore
    Implicit
    This member is added by an implicit conversion from LmdbDurableStore toEnsuring[LmdbDurableStore] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: => Any): LmdbDurableStore
    Implicit
    This member is added by an implicit conversion from LmdbDurableStore toEnsuring[LmdbDurableStore] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): LmdbDurableStore
    Implicit
    This member is added by an implicit conversion from LmdbDurableStore toEnsuring[LmdbDurableStore] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def init: Receive
  27. def isDbInitialized: Boolean
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def log: LoggingAdapter
    Definition Classes
    ActorLogging
  30. val manifest: String
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. val pending: HashMap[KeyId, DurableDataEnvelope]
  35. def postRestart(reason: Throwable): Unit
    Definition Classes
    LmdbDurableStore → Actor
  36. def postStop(): Unit
    Definition Classes
    LmdbDurableStore → Actor
  37. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  38. def preStart(): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  39. def receive: Receive
    Definition Classes
    LmdbDurableStore → Actor
  40. implicit final val self: ActorRef
    Definition Classes
    Actor
  41. final def sender(): ActorRef
    Definition Classes
    Actor
  42. val serialization: Serialization
  43. val serializer: SerializerWithStringManifest
  44. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def unhandled(message: Any): Unit
    Definition Classes
    Actor
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. def writeBehind(): Unit
  52. val writeBehindInterval: FiniteDuration

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from LmdbDurableStore toStringFormat[LmdbDurableStore] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (LmdbDurableStore, B)
    Implicit
    This member is added by an implicit conversion from LmdbDurableStore toArrowAssoc[LmdbDurableStore] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromLmdbDurableStore to any2stringadd[LmdbDurableStore]

Inherited by implicit conversion StringFormat fromLmdbDurableStore to StringFormat[LmdbDurableStore]

Inherited by implicit conversion Ensuring fromLmdbDurableStore to Ensuring[LmdbDurableStore]

Inherited by implicit conversion ArrowAssoc fromLmdbDurableStore to ArrowAssoc[LmdbDurableStore]

Ungrouped