Packages

c

dev.chopsticks.fdb.transaction

ZFdbKeyspaceWriteApi

final class ZFdbKeyspaceWriteApi[BCF[A, B] <: ColumnFamily[A, B], CF <: BCF[K, V], K, V] extends ZFdbKeyspaceReadApi[BCF, CF, K, V]

Linear Supertypes
ZFdbKeyspaceReadApi[BCF, CF, K, V], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZFdbKeyspaceWriteApi
  2. ZFdbKeyspaceReadApi
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZFdbKeyspaceWriteApi(keyspace: CF, api: FdbWriteApi[BCF])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def delete(key: K): Unit
  7. def deletePrefix[P](prefix: P)(implicit ev: KeyPrefix[P, K]): Unit
  8. def deletePrefixRange[FP, TP](fromPrefix: FP, toPrefix: TP, inclusive: Boolean = false)(implicit ev1: KeyPrefix[FP, K], ev2: KeyPrefix[TP, K]): Unit
  9. def deleteRange(fromKey: K, toKey: K, inclusive: Boolean): Unit
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def get(constraints: ConstraintsBuilder[K]): Task[Option[(K, V)]]
    Definition Classes
    ZFdbKeyspaceReadApi
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getRange(from: ConstraintsBuilder[K], to: ConstraintsBuilder[K], limit: PosInt): Task[List[(K, V)]]
    Definition Classes
    ZFdbKeyspaceReadApi
  15. def getRangeRaw(from: ConstraintsBuilder[K], to: ConstraintsBuilder[K], limit: PosInt): Task[List[KvdbPair]]
    Definition Classes
    ZFdbKeyspaceReadApi
  16. def getRaw(constraints: ConstraintsBuilder[K]): Task[Option[KvdbPair]]
    Definition Classes
    ZFdbKeyspaceReadApi
  17. def getValue(constraints: ConstraintsBuilder[K]): Task[Option[V]]
    Definition Classes
    ZFdbKeyspaceReadApi
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def mutateAdd(key: K, value: V): Unit
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val operationFactory: KvdbOperationFactory[BCF]
  25. def put(key: K, value: V): Unit
  26. def putRawValue(key: K, value: Array[Byte]): Unit
  27. def putValue(value: V)(implicit t: KeyTransformer[V, K]): Unit
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def transact(operations: Seq[TransactionWrite]): Unit
  31. def transact(operation: TransactionWrite): Unit
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. 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 ZFdbKeyspaceReadApi[BCF, CF, K, V]

Inherited from AnyRef

Inherited from Any

Ungrouped