Packages

final case class FdbContext[BCF[A, B] <: ColumnFamily[A, B]](db: Database, prefixMap: Map[BCF[_, _], Array[Byte]], withVersionstampKeySet: Set[BCF[_, _]], withVersionstampValueSet: Set[BCF[_, _]], uuid: UUID) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FdbContext
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FdbContext(db: Database, prefixMap: Map[BCF[_, _], Array[Byte]], withVersionstampKeySet: Set[BCF[_, _]], withVersionstampValueSet: Set[BCF[_, _]], uuid: UUID)

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 adjustKeyVersionstamp(columnId: String, key: Array[Byte]): Array[Byte]
  5. def adjustKeyVersionstamp[CF <: BCF[_, _]](column: CF, key: Array[Byte]): Array[Byte]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def close(): ZIO[Blocking with Clock, Throwable, Unit]
  9. def columnPrefix[CF <: BCF[_, _]](column: CF): Array[Byte]
  10. def columnPrefix(columnId: String): Array[Byte]
  11. val db: Database
  12. val dbCloseSignal: KvdbCloseSignal
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hasVersionstampKey(columnId: String): Boolean
  16. def hasVersionstampKey[CF <: BCF[_, _]](column: CF): Boolean
  17. def hasVersionstampValue(columnId: String): Boolean
  18. def hasVersionstampValue[CF <: BCF[_, _]](column: CF): Boolean
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def prefixKey[CF <: BCF[_, _]](column: CF, key: Array[Byte]): Array[Byte]
  24. def prefixKey(columnId: String, key: Array[Byte]): Array[Byte]
  25. def prefixKeyConstraints[CF <: BCF[_, _]](column: CF, constraints: List[KvdbKeyConstraint]): List[KvdbKeyConstraint]
  26. def prefixKeyConstraints(columnId: String, constraints: List[KvdbKeyConstraint]): List[KvdbKeyConstraint]
  27. val prefixMap: Map[BCF[_, _], Array[Byte]]
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. def strinc[CF <: BCF[_, _]](column: CF): Array[Byte]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def unprefixKey[CF <: BCF[_, _]](column: CF, key: Array[Byte]): Array[Byte]
  32. def unprefixKey(columnId: String, key: Array[Byte]): Array[Byte]
  33. val uuid: UUID
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. val withVersionstampKeySet: Set[BCF[_, _]]
  38. val withVersionstampValueSet: Set[BCF[_, _]]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped