final class FdbDatabase[BCF[A, B] <: ColumnFamily[A, B], +CFS <: BCF[_, _]] extends KvdbDatabase[BCF, CFS] with StrictLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FdbDatabase
- StrictLogging
- KvdbDatabase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type CF = BCF[_, _]
- Definition Classes
- KvdbDatabase
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 batchGetRangeTask[Col <: CF](column: Col, ranges: Seq[KvdbKeyRange]): Task[List[List[KvdbPair]]]
- Definition Classes
- FdbDatabase → KvdbDatabase
- def batchGetTask[Col <: CF](column: Col, requests: Seq[KvdbKeyConstraintList]): Task[Seq[Option[KvdbPair]]]
- Definition Classes
- FdbDatabase → KvdbDatabase
- val clientOptions: KvdbClientOptions
- Definition Classes
- FdbDatabase → KvdbDatabase
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- lazy val columnFamilyByIdMap: Map[String, CF]
- Attributes
- protected
- Definition Classes
- KvdbDatabase
- def columnFamilyWithId(id: String): Option[CF]
- Definition Classes
- KvdbDatabase
- def concurrentTailSource[Col <: CF](column: Col, ranges: List[KvdbKeyRange]): Source[(Int, KvdbTailBatch), NotUsed]
- Definition Classes
- FdbDatabase → KvdbDatabase
- def conditionalTransactionTask(reads: List[TransactionGet], condition: (List[Option[(Array[Byte], Array[Byte])]]) => Boolean, actions: Seq[TransactionWrite]): RIO[IzLogging with Clock, Unit]
- Definition Classes
- FdbDatabase → KvdbDatabase
- val dbContext: FdbContext[BCF]
- def deletePrefixTask[Col <: CF](column: Col, prefix: Array[Byte]): RIO[IzLogging with Clock, Long]
- Definition Classes
- FdbDatabase → KvdbDatabase
- def deleteTask[Col <: CF](column: Col, key: Array[Byte]): RIO[IzLogging with Clock, Unit]
- Definition Classes
- FdbDatabase → KvdbDatabase
- def dropColumnFamily[Col <: CF](column: Col): RIO[IzLogging with Clock, Unit]
- Definition Classes
- FdbDatabase → KvdbDatabase
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def estimateCount[Col <: CF](column: Col): Task[Long]
- Definition Classes
- FdbDatabase → KvdbDatabase
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getRangeTask[Col <: CF](column: Col, range: KvdbKeyRange): Task[List[KvdbPair]]
- Definition Classes
- FdbDatabase → KvdbDatabase
- def getTask[Col <: CF](column: Col, constraints: KvdbKeyConstraintList): Task[Option[(Array[Byte], Array[Byte])]]
- Definition Classes
- FdbDatabase → KvdbDatabase
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterateSource[Col <: CF](column: Col, range: KvdbKeyRange): Source[KvdbBatch, NotUsed]
- Definition Classes
- FdbDatabase → KvdbDatabase
- val logger: Logger
- Attributes
- protected
- Definition Classes
- StrictLogging
- val materialization: KvdbMaterialization[BCF, CFS]
- Definition Classes
- FdbDatabase → KvdbDatabase
- 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()
- def putTask[Col <: CF](column: Col, key: Array[Byte], value: Array[Byte]): RIO[IzLogging with Clock, Unit]
- Definition Classes
- FdbDatabase → KvdbDatabase
- def read[V](fn: (FdbReadApi[BCF]) => CompletableFuture[V]): Task[V]
- def readTransactionBuilder(): KvdbReadTransactionBuilder[BCF]
- Definition Classes
- KvdbDatabase
- def statsTask: Task[Map[(String, Map[String, String]), Double]]
- Definition Classes
- FdbDatabase → KvdbDatabase
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tailSource[Col <: CF](column: Col, range: KvdbKeyRange): Source[KvdbTailBatch, NotUsed]
- Definition Classes
- FdbDatabase → KvdbDatabase
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transactionBuilder(): KvdbWriteTransactionBuilder[BCF]
- Definition Classes
- KvdbDatabase
- def transactionFactory(): KvdbOperationFactory[BCF]
- Definition Classes
- KvdbDatabase
- def transactionTask(actions: Seq[TransactionWrite]): RIO[IzLogging with Clock, Unit]
- Definition Classes
- FdbDatabase → KvdbDatabase
- def uninterruptibleRead[V](fn: (FdbReadApi[BCF]) => CompletableFuture[V]): Task[V]
- 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])
- def watchKeySource[Col <: CF](column: Col, key: Array[Byte]): Source[Option[Array[Byte]], Future[Done]]
- Definition Classes
- FdbDatabase → KvdbDatabase
- def withOps(modifier: (FdbOperations[BCF]) => FdbOperations[BCF]): FdbDatabase[BCF, CFS]
- def withOptions(modifier: (KvdbClientOptions) => KvdbClientOptions): KvdbDatabase[BCF, CFS]
- Definition Classes
- FdbDatabase → KvdbDatabase
- def write[V](name: => String, fn: (FdbWriteApi[BCF]) => CompletableFuture[V]): RIO[IzLogging with Clock, V]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated