Packages

final class FdbWriteApi[BCF[A, B] <: ColumnFamily[A, B]] extends FdbReadApi[BCF]

Linear Supertypes
FdbReadApi[BCF], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FdbWriteApi
  2. FdbReadApi
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FdbWriteApi(tx: Transaction, dbContext: FdbContext[BCF], disableWriteConflictChecking: Boolean, useSnapshotReads: Boolean)

Type Members

  1. type CF = BCF[_, _]
    Definition Classes
    FdbReadApi

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 addReadConflictKeyIfNotSnapshot[Col <: CF](column: Col, key: Array[Byte]): Boolean
    Definition Classes
    FdbReadApi
  5. def addReadConflictRangeIfNotSnapshot[Col <: CF](column: Col, begin: Array[Byte], end: Array[Byte]): Boolean
    Definition Classes
    FdbReadApi
  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 delete[Col <: CF](column: Col, key: Array[Byte]): Unit
  9. def deletePrefix[Col <: CF](column: Col, prefix: Array[Byte]): Unit
  10. def deleteRangePrefix[Col <: CF](column: Col, from: Array[Byte], to: Array[Byte]): Unit
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def get[Col <: CF](column: Col, constraints: List[KvdbKeyConstraint]): CompletableFuture[Option[KvdbPair]]
    Definition Classes
    FdbReadApi
  14. def getByColumnId(columnId: String, constraints: List[KvdbKeyConstraint]): CompletableFuture[Option[KvdbPair]]
    Definition Classes
    FdbReadApi
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getEither[Col <: CF](column: Col, constraints: List[KvdbKeyConstraint]): CompletableFuture[Either[Array[Byte], KvdbPair]]
    Definition Classes
    FdbReadApi
  17. def getRange[Col <: CF](column: Col, range: KvdbKeyRange): CompletableFuture[List[KvdbPair]]
    Definition Classes
    FdbReadApi
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def nonEqualFromConstraintToKeySelector(operator: Operator, operand: Array[Byte]): KeySelector
    Definition Classes
    FdbReadApi
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def put[Col <: CF](column: Col, key: Array[Byte], value: Array[Byte]): Unit
  25. def snapshot(): FdbReadApi[BCF]
    Definition Classes
    FdbReadApi
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toConstraintToKeySelector(operator: Operator, operand: Array[Byte], firstOutOfRangeOperand: Array[Byte]): KeySelector
    Definition Classes
    FdbReadApi
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def transact(actions: Seq[TransactionWrite]): Unit
  30. val tx: Transaction
    Definition Classes
    FdbWriteApiFdbReadApi
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from FdbReadApi[BCF]

Inherited from AnyRef

Inherited from Any

Ungrouped