case class AsyncDb(datomicDb: AnyRef, sinceTimePoint: Option[(Long, Long, Date)] = None) extends DbLookup with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncDb
- Serializable
- Serializable
- Product
- Equals
- DbLookup
- ClojureBridge
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AsyncDb(datomicDb: AnyRef, sinceTimePoint: Option[(Long, Long, Date)] = None)
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 asOf(d: Date): AsyncDb
- def asOf(t: Long): AsyncDb
-
def
asOfT: Long
- Definition Classes
- DbLookup
-
def
asOfTxInst: Date
- Definition Classes
- DbLookup
-
lazy val
clBigInt: Fn[BigInt]
- Definition Classes
- ClojureBridge
-
lazy val
clKw: Fn[Keyword]
- Definition Classes
- ClojureBridge
-
lazy val
clPersVec: Fn[PersistentVector]
- Definition Classes
- ClojureBridge
-
lazy val
clSym: Fn[Symbol]
- Definition Classes
- ClojureBridge
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
lazy val
compact: Protocol[Fn[_]]
- Definition Classes
- ClojureBridge
-
def
coreAsyncFn(name: String): IFn
- Definition Classes
- ClojureBridge
-
def
datomicAsyncFn(name: String): IFn
- Definition Classes
- ClojureBridge
- 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]]]
- index
String :eavt, :aevt, :avet, or :vaet
- components
Optional vector in the same order as the index containing one or more values to further narrow the result.
- returns
List[datomicFacade.client.api.Datom] Wrapped Datoms with a unified api
-
lazy val
dbId: Fn[DbId]
- Definition Classes
- ClojureBridge
-
def
dbName: String
- Definition Classes
- DbLookup
- def dbStats: CompletableFuture[Either[CognitectAnomaly, DbStats]]
-
lazy val
deref: IFn
- Definition Classes
- ClojureBridge
-
def
edn(stmts: Map[_, _]): String
- Definition Classes
- ClojureBridge
-
def
edn(stmts: List[_]): String
- Definition Classes
- ClojureBridge
-
def
ednPretty(stmts: Map[_, _]): String
- Definition Classes
- ClojureBridge
-
def
ednPretty(stmts: List[_]): String
- Definition Classes
- ClojureBridge
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
excludeSymbol(symbol: String): AnyRef
- Definition Classes
- ClojureBridge
-
def
extractSinceTimePoint(d: Date): Option[(Long, Long, Date)]
- Attributes
- protected
- Definition Classes
- DbLookup
-
def
extractSinceTimePoint(tOrTx: Long): Option[(Long, Long, Date)]
- Attributes
- protected
- Definition Classes
- DbLookup
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fn(ns: String, method: String): IFn
- Definition Classes
- ClojureBridge
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- Attributes
- protected
- Definition Classes
- DbLookup
-
def
isHistory: Boolean
- Definition Classes
- DbLookup
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
lazy val
pretty: Protocol[Fn[_]]
- Definition Classes
- ClojureBridge
-
def
printLn(s: AnyRef): Unit
- Definition Classes
- ClojureBridge
- 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
- Definition Classes
- ClojureBridge
-
lazy val
referClojureFn: IFn
- Definition Classes
- ClojureBridge
-
def
require(nss: String): AnyRef
- Definition Classes
- ClojureBridge
-
lazy val
requireFn: IFn
- Definition Classes
- ClojureBridge
- def since(d: Date): AsyncDb
- def since(tOrTx: Long): AsyncDb
-
def
sinceT: Long
- Definition Classes
- DbLookup
- val sinceTimePoint: Option[(Long, Long, Date)]
-
def
sinceTxInst: Date
- Definition Classes
- DbLookup
-
def
syncFn(name: String): IFn
- Definition Classes
- ClojureBridge
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
t: Long
- Definition Classes
- DbLookup
-
def
types(obj: Any): Unit
- Definition Classes
- ClojureBridge
-
lazy val
uri: Fn[URI]
- Definition Classes
- ClojureBridge
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- 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]]