case class AsyncDb(datomicDb: AnyRef, sinceTimePoint: Option[(Long, Long, Date)] = None) extends DbLookup with Product with Serializable
Instance Constructors
- new AsyncDb(datomicDb: AnyRef, sinceTimePoint: Option[(Long, Long, Date)] = None)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def asOf(d: Date): AsyncDb
- def asOf(t: Long): AsyncDb
- def asOfT: Long
- def asOfTxInst: Date
- lazy val clKw: Fn[Keyword]
- lazy val clPersVec: Fn[PersistentVector]
- lazy val clSym: Fn[Symbol]
- def clone(): AnyRef
- lazy val compact: Protocol[Fn[_ <: AnyRef]]
- def coreAsyncFn(name: String): IFn
- def datomicAsyncFn(name: String): IFn
- val datomicDb: AnyRef
- def datoms(index: String, components: List[_]): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
- def datoms(index: String, components: List[_], timeout: Int): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
- def datoms(index: String, components: List[_], timeout: Int, offset: Int, limit: Int): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
- lazy val dbId: Fn[DbId]
- def dbName: String
- def dbStats: CompletableFuture[Either[CognitectAnomaly, DbStats]]
- lazy val deref: IFn
- def edn(stmts: Map[_, _]): String
- def edn(stmts: List[_]): String
- def ednPretty(stmts: Map[_, _]): String
- def ednPretty(stmts: List[_]): String
- final def eq(arg0: AnyRef): Boolean
- def excludeSymbol(symbol: String): AnyRef
- def extractSinceTimePoint(d: Date): Option[(Long, Long, Date)]
- def extractSinceTimePoint(tOrTx: Long): Option[(Long, Long, Date)]
- def finalize(): Unit
- def fn(ns: String, method: String): IFn
- final def getClass(): Class[_ <: AnyRef]
- def history: AsyncDb
- def indexPull(index: String, selector: String, start: String): CompletableFuture[Either[CognitectAnomaly, Stream[_]]]
- def indexPull(index: String, selector: String, start: String, reverse: Boolean): CompletableFuture[Either[CognitectAnomaly, Stream[_]]]
- def indexPull(index: String, selector: String, start: String, reverse: Boolean, limit: Int): CompletableFuture[Either[CognitectAnomaly, Stream[_]]]
- def indexPull(index: String, selector: String, start: String, reverse: Boolean, timeout: Int, offset: Int, limit: Int): CompletableFuture[Either[CognitectAnomaly, Stream[_]]]
- def indexRange[T](attrId: String): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
- def indexRange[T](attrId: String, start: Long): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
- def indexRange[T](attrId: String, start: Any, end: Any): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
- def indexRange(attrId: String, start0: Any, end0: Any, timeout: Int, offset: Int, limit: Int): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
- lazy val isDevLocal: Boolean
- def isHistory: Boolean
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- lazy val pretty: Protocol[Fn[_ <: AnyRef]]
- def printLn(s: AnyRef): Unit
- def productElementNames: Iterator[String]
- def pull(selector: String, eid: Any): CompletableFuture[Either[CognitectAnomaly, Map[_, _]]]
- def pull(selector: String, eid: Any, limit: Int): CompletableFuture[Either[CognitectAnomaly, Map[_, _]]]
- def pull(selector: String, eid: Any, timeout: Int, offset: Int, limit: Int): CompletableFuture[Either[CognitectAnomaly, Map[_, _]]]
- def readString(s: String): AnyRef
- lazy val referClojureFn: IFn
- def require(nss: String): AnyRef
- lazy val requireFn: IFn
- def since(d: Date): AsyncDb
- def since(tOrTx: Long): AsyncDb
- def sinceT: Long
- val sinceTimePoint: Option[(Long, Long, Date)]
- def sinceTxInst: Date
- def syncFn(name: String): IFn
- final def synchronized[T0](arg0: => T0): T0
- def t: Long
- def types(obj: Any): Unit
- lazy val uri: Fn[URI]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def with(txReport: AsyncTxReport, edn: String): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(txReport: AsyncTxReport, stmtsReader: Reader): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(txReport: AsyncTxReport, stmts: List[_]): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(db: AsyncDb, edn: String): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(db: AsyncDb, stmtsReader: Reader): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(db: AsyncDb, stmts: List[_]): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(withDbFut: CompletableFuture[Either[CognitectAnomaly, AnyRef]], edn: String): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(withDbFut: CompletableFuture[Either[CognitectAnomaly, AnyRef]], stmtsReader: Reader): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(withDbFut: CompletableFuture[Either[CognitectAnomaly, AnyRef]], stmts: List[_]): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(withDb: AnyRef, edn: String): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(withDb: AnyRef, stmtsReader: Reader): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(withDb: AnyRef, stmts: List[_]): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
Inherited from Product
Value Members
- def productElementNames: Iterator[String]
Value Members
- def asOfT: Long
- def asOfTxInst: Date
- def dbName: String
- def extractSinceTimePoint(d: Date): Option[(Long, Long, Date)]
- def extractSinceTimePoint(tOrTx: Long): Option[(Long, Long, Date)]
- lazy val isDevLocal: Boolean
- def isHistory: Boolean
- def sinceT: Long
- def sinceTxInst: Date
- def t: Long
Value Members
- lazy val clKw: Fn[Keyword]
- lazy val clPersVec: Fn[PersistentVector]
- lazy val clSym: Fn[Symbol]
- lazy val compact: Protocol[Fn[_ <: AnyRef]]
- def coreAsyncFn(name: String): IFn
- def datomicAsyncFn(name: String): IFn
- lazy val dbId: Fn[DbId]
- lazy val deref: IFn
- def edn(stmts: Map[_, _]): String
- def edn(stmts: List[_]): String
- def ednPretty(stmts: Map[_, _]): String
- def ednPretty(stmts: List[_]): String
- def excludeSymbol(symbol: String): AnyRef
- def fn(ns: String, method: String): IFn
- lazy val pretty: Protocol[Fn[_ <: AnyRef]]
- def printLn(s: AnyRef): Unit
- def readString(s: String): AnyRef
- lazy val referClojureFn: IFn
- def require(nss: String): AnyRef
- lazy val requireFn: IFn
- def syncFn(name: String): IFn
- def types(obj: Any): Unit
- lazy val uri: Fn[URI]
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def asOf(d: Date): AsyncDb
- def asOf(t: Long): AsyncDb
- def asOfT: Long
- def asOfTxInst: Date
- lazy val clKw: Fn[Keyword]
- lazy val clPersVec: Fn[PersistentVector]
- lazy val clSym: Fn[Symbol]
- def clone(): AnyRef
- lazy val compact: Protocol[Fn[_ <: AnyRef]]
- def coreAsyncFn(name: String): IFn
- def datomicAsyncFn(name: String): IFn
- val datomicDb: AnyRef
- def datoms(index: String, components: List[_]): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
- def datoms(index: String, components: List[_], timeout: Int): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
- def datoms(index: String, components: List[_], timeout: Int, offset: Int, limit: Int): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
- lazy val dbId: Fn[DbId]
- def dbName: String
- def dbStats: CompletableFuture[Either[CognitectAnomaly, DbStats]]
- lazy val deref: IFn
- def edn(stmts: Map[_, _]): String
- def edn(stmts: List[_]): String
- def ednPretty(stmts: Map[_, _]): String
- def ednPretty(stmts: List[_]): String
- final def eq(arg0: AnyRef): Boolean
- def excludeSymbol(symbol: String): AnyRef
- def extractSinceTimePoint(d: Date): Option[(Long, Long, Date)]
- def extractSinceTimePoint(tOrTx: Long): Option[(Long, Long, Date)]
- def finalize(): Unit
- def fn(ns: String, method: String): IFn
- final def getClass(): Class[_ <: AnyRef]
- def history: AsyncDb
- def indexPull(index: String, selector: String, start: String): CompletableFuture[Either[CognitectAnomaly, Stream[_]]]
- def indexPull(index: String, selector: String, start: String, reverse: Boolean): CompletableFuture[Either[CognitectAnomaly, Stream[_]]]
- def indexPull(index: String, selector: String, start: String, reverse: Boolean, limit: Int): CompletableFuture[Either[CognitectAnomaly, Stream[_]]]
- def indexPull(index: String, selector: String, start: String, reverse: Boolean, timeout: Int, offset: Int, limit: Int): CompletableFuture[Either[CognitectAnomaly, Stream[_]]]
- def indexRange[T](attrId: String): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
- def indexRange[T](attrId: String, start: Long): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
- def indexRange[T](attrId: String, start: Any, end: Any): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
- def indexRange(attrId: String, start0: Any, end0: Any, timeout: Int, offset: Int, limit: Int): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
- lazy val isDevLocal: Boolean
- def isHistory: Boolean
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- lazy val pretty: Protocol[Fn[_ <: AnyRef]]
- def printLn(s: AnyRef): Unit
- def productElementNames: Iterator[String]
- def pull(selector: String, eid: Any): CompletableFuture[Either[CognitectAnomaly, Map[_, _]]]
- def pull(selector: String, eid: Any, limit: Int): CompletableFuture[Either[CognitectAnomaly, Map[_, _]]]
- def pull(selector: String, eid: Any, timeout: Int, offset: Int, limit: Int): CompletableFuture[Either[CognitectAnomaly, Map[_, _]]]
- def readString(s: String): AnyRef
- lazy val referClojureFn: IFn
- def require(nss: String): AnyRef
- lazy val requireFn: IFn
- def since(d: Date): AsyncDb
- def since(tOrTx: Long): AsyncDb
- def sinceT: Long
- val sinceTimePoint: Option[(Long, Long, Date)]
- def sinceTxInst: Date
- def syncFn(name: String): IFn
- final def synchronized[T0](arg0: => T0): T0
- def t: Long
- def types(obj: Any): Unit
- lazy val uri: Fn[URI]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def with(txReport: AsyncTxReport, edn: String): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(txReport: AsyncTxReport, stmtsReader: Reader): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(txReport: AsyncTxReport, stmts: List[_]): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(db: AsyncDb, edn: String): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(db: AsyncDb, stmtsReader: Reader): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(db: AsyncDb, stmts: List[_]): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(withDbFut: CompletableFuture[Either[CognitectAnomaly, AnyRef]], edn: String): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(withDbFut: CompletableFuture[Either[CognitectAnomaly, AnyRef]], stmtsReader: Reader): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(withDbFut: CompletableFuture[Either[CognitectAnomaly, AnyRef]], stmts: List[_]): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(withDb: AnyRef, edn: String): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(withDb: AnyRef, stmtsReader: Reader): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
- def with(withDb: AnyRef, stmts: List[_]): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]