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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asOf(d: Date): AsyncDb
  6. def asOf(t: Long): AsyncDb
  7. def asOfT: Long
    Definition Classes
    DbLookup
  8. def asOfTxInst: Date
    Definition Classes
    DbLookup
  9. lazy val clBigInt: Fn[BigInt]
    Definition Classes
    ClojureBridge
  10. lazy val clKw: Fn[Keyword]
    Definition Classes
    ClojureBridge
  11. lazy val clPersVec: Fn[PersistentVector]
    Definition Classes
    ClojureBridge
  12. lazy val clSym: Fn[Symbol]
    Definition Classes
    ClojureBridge
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. lazy val compact: Protocol[Fn[_ <: AnyRef]]
    Definition Classes
    ClojureBridge
  15. def coreAsyncFn(name: String): IFn
    Definition Classes
    ClojureBridge
  16. def datomicAsyncFn(name: String): IFn
    Definition Classes
    ClojureBridge
  17. val datomicDb: AnyRef
  18. def datoms(index: String, components: List[_], timeout: Int = 0, offset: Int = 0, limit: Int = 1000): Future[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

    Future[Either[CognitectAnomaly, jStream[Datom]]]

  19. lazy val dbId: Fn[DbId]
    Definition Classes
    ClojureBridge
  20. def dbName: String
    Definition Classes
    DbLookup
  21. def dbStats: Future[Either[CognitectAnomaly, DbStats]]
  22. lazy val deref: IFn
    Definition Classes
    ClojureBridge
  23. def edn(stmts: Map[_, _]): String
    Definition Classes
    ClojureBridge
  24. def edn(stmts: List[_]): String
    Definition Classes
    ClojureBridge
  25. def ednPretty(stmts: Map[_, _]): String
    Definition Classes
    ClojureBridge
  26. def ednPretty(stmts: List[_]): String
    Definition Classes
    ClojureBridge
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def excludeSymbol(symbol: String): AnyRef
    Definition Classes
    ClojureBridge
  29. def extractSinceTimePoint(d: Date): Option[(Long, Long, Date)]
    Attributes
    protected
    Definition Classes
    DbLookup
  30. def extractSinceTimePoint(tOrTx: Long): Option[(Long, Long, Date)]
    Attributes
    protected
    Definition Classes
    DbLookup
  31. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  32. def fn(ns: String, method: String): IFn
    Definition Classes
    ClojureBridge
  33. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. def history: AsyncDb
  35. def indexPull(index: String, selector: String, start: String, reverse: Boolean = false, timeout: Int = 0, offset: Int = 0, limit: Int = 1000): Future[Either[CognitectAnomaly, Stream[_]]]
  36. def indexRange(attrId: String, start: Option[Any] = None, end: Option[Any] = None, timeout: Int = 0, offset: Int = 0, limit: Int = 1000): Future[Either[CognitectAnomaly, Stream[Datom]]]
  37. lazy val isDevLocal: Boolean
    Attributes
    protected
    Definition Classes
    DbLookup
  38. def isHistory: Boolean
    Definition Classes
    DbLookup
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. lazy val pretty: Protocol[Fn[_ <: AnyRef]]
    Definition Classes
    ClojureBridge
  44. def printLn(s: AnyRef): Unit
    Definition Classes
    ClojureBridge
  45. def productElementNames: Iterator[String]
    Definition Classes
    Product
  46. def pull(selector: String, eid: Any, timeout: Int = 0, offset: Int = 0, limit: Int = 1000): Future[Either[CognitectAnomaly, Map[_, _]]]
  47. def readString(s: String): AnyRef
    Definition Classes
    ClojureBridge
  48. lazy val referClojureFn: IFn
    Definition Classes
    ClojureBridge
  49. def require(nss: String): AnyRef
    Definition Classes
    ClojureBridge
  50. lazy val requireFn: IFn
    Definition Classes
    ClojureBridge
  51. def since(d: Date): AsyncDb
  52. def since(tOrTx: Long): AsyncDb
  53. def sinceT: Long
    Definition Classes
    DbLookup
  54. val sinceTimePoint: Option[(Long, Long, Date)]
  55. def sinceTxInst: Date
    Definition Classes
    DbLookup
  56. def syncFn(name: String): IFn
    Definition Classes
    ClojureBridge
  57. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  58. def t: Long
    Definition Classes
    DbLookup
  59. def types(obj: Any): Unit
    Definition Classes
    ClojureBridge
  60. lazy val uri: Fn[URI]
    Definition Classes
    ClojureBridge
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  64. def with(txReport: AsyncTxReport, edn: String): Future[Either[CognitectAnomaly, AsyncTxReport]]
  65. def with(txReport: AsyncTxReport, stmtsReader: Reader): Future[Either[CognitectAnomaly, AsyncTxReport]]
  66. def with(txReport: AsyncTxReport, stmts: List[_]): Future[Either[CognitectAnomaly, AsyncTxReport]]
  67. def with(db: AsyncDb, edn: String): Future[Either[CognitectAnomaly, AsyncTxReport]]
  68. def with(db: AsyncDb, stmtsReader: Reader): Future[Either[CognitectAnomaly, AsyncTxReport]]
  69. def with(db: AsyncDb, stmts: List[_]): Future[Either[CognitectAnomaly, AsyncTxReport]]
  70. def with(withDbFut: Future[Either[CognitectAnomaly, AnyRef]], edn: String): Future[Either[CognitectAnomaly, AsyncTxReport]]
  71. def with(withDbFut: Future[Either[CognitectAnomaly, AnyRef]], stmtsReader: Reader): Future[Either[CognitectAnomaly, AsyncTxReport]]
  72. def with(withDbFut: Future[Either[CognitectAnomaly, AnyRef]], stmts: List[_]): Future[Either[CognitectAnomaly, AsyncTxReport]]
  73. def with(withDb: AnyRef, edn: String): Future[Either[CognitectAnomaly, AsyncTxReport]]
  74. def with(withDb: AnyRef, stmtsReader: Reader): Future[Either[CognitectAnomaly, AsyncTxReport]]
  75. def with(withDb: AnyRef, stmts: List[_]): Future[Either[CognitectAnomaly, AsyncTxReport]]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DbLookup

Inherited from ClojureBridge

Inherited from AnyRef

Inherited from Any

Ungrouped