Packages

case class Client(forPeerServer: Boolean, datomicClient: AnyRef) extends ClojureBridge with AnomalyWrapper with Product with Serializable

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

Instance Constructors

  1. new Client(forPeerServer: Boolean, datomicClient: AnyRef)

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. def administerSystem(dbName: String): Map[_, _]
  5. def administerSystem(options: Map[_, _]): Map[_, _]

    Upgrading Datomic Schema

    Upgrading Datomic Schema

    (more system operations might be added)

    options

    param-value pairs of config // Example options Util.map( // Client read(":db-name"), "my-db", // On-Prem (?) read(":uri"), "datomic:dev://localhost:4334/my-db", read(":action"), read(":upgrade-schema"), )

    returns

    Diagnostive value or throwing a failure exception

    Since

    0.9.5893

    See also

    https://docs.datomic.com/on-prem/deployment.html#upgrading-schema

    https://docs.datomic.com/cloud/operation/howto.html#upgrade-base-schema

  6. def anomaly(anomalyMap: PersistentArrayMap): CognitectAnomaly
    Definition Classes
    AnomalyWrapper
  7. def anomaly(e: ExceptionInfo): CognitectAnomaly
    Definition Classes
    AnomalyWrapper
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def catchAnomaly[T](codeToRun: => T): T
    Definition Classes
    AnomalyWrapper
  10. lazy val clBigInt: Fn[BigInt]
    Definition Classes
    ClojureBridge
  11. lazy val clKw: Fn[Keyword]
    Definition Classes
    ClojureBridge
  12. lazy val clPersVec: Fn[PersistentVector]
    Definition Classes
    ClojureBridge
  13. lazy val clSym: Fn[Symbol]
    Definition Classes
    ClojureBridge
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. lazy val compact: Protocol[Fn[_ <: AnyRef]]
    Definition Classes
    ClojureBridge
  16. def connect(dbName: String): Connection
  17. def coreAsyncFn(name: String): IFn
    Definition Classes
    ClojureBridge
  18. def createDatabase(dbName: String): Boolean
  19. def createDatabase(dbName: String, timeout: Int): Boolean
  20. def datomicAsyncFn(name: String): IFn
    Definition Classes
    ClojureBridge
  21. val datomicClient: AnyRef
  22. lazy val dbId: Fn[DbId]
    Definition Classes
    ClojureBridge
  23. def deleteDatabase(dbName: String): Boolean
  24. def deleteDatabase(dbName: String, timeout: Int): Boolean
  25. lazy val deref: IFn
    Definition Classes
    ClojureBridge
  26. def edn(stmts: Map[_, _]): String
    Definition Classes
    ClojureBridge
  27. def edn(stmts: List[_]): String
    Definition Classes
    ClojureBridge
  28. def ednPretty(stmts: Map[_, _]): String
    Definition Classes
    ClojureBridge
  29. def ednPretty(stmts: List[_]): String
    Definition Classes
    ClojureBridge
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def excludeSymbol(symbol: String): AnyRef
    Definition Classes
    ClojureBridge
  32. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  33. def fn(ns: String, method: String): IFn
    Definition Classes
    ClojureBridge
  34. val forPeerServer: Boolean
  35. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def listDatabases(): List[String]
  38. def listDatabases(limit: Int): List[String]
  39. def listDatabases(timeout: Int, offset: Int, limit: Int): List[String]
  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 readString(s: String): AnyRef
    Definition Classes
    ClojureBridge
  47. lazy val referClojureFn: IFn
    Definition Classes
    ClojureBridge
  48. def require(nss: String): AnyRef
    Definition Classes
    ClojureBridge
  49. lazy val requireFn: IFn
    Definition Classes
    ClojureBridge
  50. def syncFn(name: String): IFn
    Definition Classes
    ClojureBridge
  51. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  52. def types(obj: Any): Unit
    Definition Classes
    ClojureBridge
  53. lazy val uri: Fn[URI]
    Definition Classes
    ClojureBridge
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnomalyWrapper

Inherited from ClojureBridge

Inherited from AnyRef

Inherited from Any

Ungrouped