final class ZFdbKeyspaceWriteApi[BCF[A, B] <: ColumnFamily[A, B], CF <: BCF[K, V], K, V] extends ZFdbKeyspaceReadApi[BCF, CF, K, V]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZFdbKeyspaceWriteApi
- ZFdbKeyspaceReadApi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ZFdbKeyspaceWriteApi(keyspace: CF, api: FdbWriteApi[BCF])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def delete(key: K): Unit
- def deletePrefix[P](prefix: P)(implicit ev: KeyPrefix[P, K]): Unit
- def deletePrefixRange[FP, TP](fromPrefix: FP, toPrefix: TP, inclusive: Boolean = false)(implicit ev1: KeyPrefix[FP, K], ev2: KeyPrefix[TP, K]): Unit
- def deleteRange(fromKey: K, toKey: K, inclusive: Boolean): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def get(constraints: ConstraintsBuilder[K]): Task[Option[(K, V)]]
- Definition Classes
- ZFdbKeyspaceReadApi
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getRange(from: ConstraintsBuilder[K], to: ConstraintsBuilder[K], limit: PosInt): Task[List[(K, V)]]
- Definition Classes
- ZFdbKeyspaceReadApi
- def getRangeRaw(from: ConstraintsBuilder[K], to: ConstraintsBuilder[K], limit: PosInt): Task[List[KvdbPair]]
- Definition Classes
- ZFdbKeyspaceReadApi
- def getRaw(constraints: ConstraintsBuilder[K]): Task[Option[KvdbPair]]
- Definition Classes
- ZFdbKeyspaceReadApi
- def getValue(constraints: ConstraintsBuilder[K]): Task[Option[V]]
- Definition Classes
- ZFdbKeyspaceReadApi
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mutateAdd(key: K, value: V): Unit
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val operationFactory: KvdbOperationFactory[BCF]
- def put(key: K, value: V): Unit
- def putRawValue(key: K, value: Array[Byte]): Unit
- def putValue(value: V)(implicit t: KeyTransformer[V, K]): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transact(operations: Seq[TransactionWrite]): Unit
- def transact(operation: TransactionWrite): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated