Packages

case class AsyncDb(datomicDb: AnyRef, sinceTimePoint: Option[(Long, Long, Date)] = None) extends DbLookup with Product with Serializable

Source
AsyncDb.scala
Linear Supertypes
Serializable, Product, Equals, DbLookup, ClojureBridge, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncDb
  2. Serializable
  3. Product
  4. Equals
  5. DbLookup
  6. ClojureBridge
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AsyncDb(datomicDb: AnyRef, sinceTimePoint: Option[(Long, Long, Date)] = None)

Value Members

  1. def asOf(d: Date): AsyncDb
  2. def asOf(t: Long): AsyncDb
  3. def asOfT: Long
    Definition Classes
    DbLookup
  4. def asOfTxInst: Date
    Definition Classes
    DbLookup
  5. lazy val clKw: Fn[Keyword]
    Definition Classes
    ClojureBridge
  6. lazy val clPersVec: Fn[PersistentVector]
    Definition Classes
    ClojureBridge
  7. lazy val clSym: Fn[Symbol]
    Definition Classes
    ClojureBridge
  8. lazy val compact: Protocol[Fn[_ <: AnyRef]]
    Definition Classes
    ClojureBridge
  9. def coreAsyncFn(name: String): IFn
    Definition Classes
    ClojureBridge
  10. def datomicAsyncFn(name: String): IFn
    Definition Classes
    ClojureBridge
  11. val datomicDb: AnyRef
  12. def datoms(index: String, components: List[_]): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
  13. def datoms(index: String, components: List[_], timeout: Int): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
  14. 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

  15. lazy val dbId: Fn[DbId]
    Definition Classes
    ClojureBridge
  16. def dbName: String
    Definition Classes
    DbLookup
  17. def dbStats: CompletableFuture[Either[CognitectAnomaly, DbStats]]
  18. lazy val deref: IFn
    Definition Classes
    ClojureBridge
  19. def edn(stmts: Map[_, _]): String
    Definition Classes
    ClojureBridge
  20. def edn(stmts: List[_]): String
    Definition Classes
    ClojureBridge
  21. def ednPretty(stmts: Map[_, _]): String
    Definition Classes
    ClojureBridge
  22. def ednPretty(stmts: List[_]): String
    Definition Classes
    ClojureBridge
  23. def excludeSymbol(symbol: String): AnyRef
    Definition Classes
    ClojureBridge
  24. def fn(ns: String, method: String): IFn
    Definition Classes
    ClojureBridge
  25. def history: AsyncDb
  26. def indexPull(index: String, selector: String, start: String): CompletableFuture[Either[CognitectAnomaly, Stream[_]]]
  27. def indexPull(index: String, selector: String, start: String, reverse: Boolean): CompletableFuture[Either[CognitectAnomaly, Stream[_]]]
  28. def indexPull(index: String, selector: String, start: String, reverse: Boolean, limit: Int): CompletableFuture[Either[CognitectAnomaly, Stream[_]]]
  29. def indexPull(index: String, selector: String, start: String, reverse: Boolean, timeout: Int, offset: Int, limit: Int): CompletableFuture[Either[CognitectAnomaly, Stream[_]]]
  30. def indexRange[T](attrId: String): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
  31. def indexRange[T](attrId: String, start: Long): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
  32. def indexRange[T](attrId: String, start: Any, end: Any): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
  33. def indexRange(attrId: String, start0: Any, end0: Any, timeout: Int, offset: Int, limit: Int): CompletableFuture[Either[CognitectAnomaly, Stream[Datom]]]
  34. def isHistory: Boolean
    Definition Classes
    DbLookup
  35. lazy val pretty: Protocol[Fn[_ <: AnyRef]]
    Definition Classes
    ClojureBridge
  36. def printLn(s: AnyRef): Unit
    Definition Classes
    ClojureBridge
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. def pull(selector: String, eid: Any): CompletableFuture[Either[CognitectAnomaly, Map[_, _]]]
  39. def pull(selector: String, eid: Any, limit: Int): CompletableFuture[Either[CognitectAnomaly, Map[_, _]]]
  40. def pull(selector: String, eid: Any, timeout: Int, offset: Int, limit: Int): CompletableFuture[Either[CognitectAnomaly, Map[_, _]]]
  41. def readString(s: String): AnyRef
    Definition Classes
    ClojureBridge
  42. lazy val referClojureFn: IFn
    Definition Classes
    ClojureBridge
  43. def require(nss: String): AnyRef
    Definition Classes
    ClojureBridge
  44. lazy val requireFn: IFn
    Definition Classes
    ClojureBridge
  45. def since(d: Date): AsyncDb
  46. def since(tOrTx: Long): AsyncDb
  47. def sinceT: Long
    Definition Classes
    DbLookup
  48. val sinceTimePoint: Option[(Long, Long, Date)]
  49. def sinceTxInst: Date
    Definition Classes
    DbLookup
  50. def syncFn(name: String): IFn
    Definition Classes
    ClojureBridge
  51. def t: Long
    Definition Classes
    DbLookup
  52. def types(obj: Any): Unit
    Definition Classes
    ClojureBridge
  53. lazy val uri: Fn[URI]
    Definition Classes
    ClojureBridge
  54. def with(txReport: AsyncTxReport, edn: String): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
  55. def with(txReport: AsyncTxReport, stmtsReader: Reader): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
  56. def with(txReport: AsyncTxReport, stmts: List[_]): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
  57. def with(db: AsyncDb, edn: String): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
  58. def with(db: AsyncDb, stmtsReader: Reader): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
  59. def with(db: AsyncDb, stmts: List[_]): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
  60. def with(withDbFut: CompletableFuture[Either[CognitectAnomaly, AnyRef]], edn: String): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
  61. def with(withDbFut: CompletableFuture[Either[CognitectAnomaly, AnyRef]], stmtsReader: Reader): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
  62. def with(withDbFut: CompletableFuture[Either[CognitectAnomaly, AnyRef]], stmts: List[_]): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
  63. def with(withDb: AnyRef, edn: String): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
  64. def with(withDb: AnyRef, stmtsReader: Reader): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]
  65. def with(withDb: AnyRef, stmts: List[_]): CompletableFuture[Either[CognitectAnomaly, AsyncTxReport]]