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 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 connect(dbName: String): Connection
  16. def coreAsyncFn(name: String): IFn
    Definition Classes
    ClojureBridge
  17. def createDatabase(dbName: String): Boolean
  18. def createDatabase(dbName: String, timeout: Int): Boolean
  19. def datomicAsyncFn(name: String): IFn
    Definition Classes
    ClojureBridge
  20. val datomicClient: AnyRef
  21. lazy val dbId: Fn[DbId]
    Definition Classes
    ClojureBridge
  22. def deleteDatabase(dbName: String): Boolean
  23. def deleteDatabase(dbName: String, timeout: Int): Boolean
  24. lazy val deref: IFn
    Definition Classes
    ClojureBridge
  25. def edn(stmts: Map[_, _]): String
    Definition Classes
    ClojureBridge
  26. def edn(stmts: List[_]): String
    Definition Classes
    ClojureBridge
  27. def ednPretty(stmts: Map[_, _]): String
    Definition Classes
    ClojureBridge
  28. def ednPretty(stmts: List[_]): String
    Definition Classes
    ClojureBridge
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def excludeSymbol(symbol: String): AnyRef
    Definition Classes
    ClojureBridge
  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. val forPeerServer: Boolean
  34. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def listDatabases(): List[String]
  37. def listDatabases(limit: Int): List[String]
  38. def listDatabases(timeout: Int, offset: Int, limit: Int): List[String]
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. lazy val pretty: Protocol[Fn[_ <: AnyRef]]
    Definition Classes
    ClojureBridge
  43. def printLn(s: AnyRef): Unit
    Definition Classes
    ClojureBridge
  44. def productElementNames: Iterator[String]
    Definition Classes
    Product
  45. def readString(s: String): AnyRef
    Definition Classes
    ClojureBridge
  46. lazy val referClojureFn: IFn
    Definition Classes
    ClojureBridge
  47. def require(nss: String): AnyRef
    Definition Classes
    ClojureBridge
  48. lazy val requireFn: IFn
    Definition Classes
    ClojureBridge
  49. def syncFn(name: String): IFn
    Definition Classes
    ClojureBridge
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def types(obj: Any): Unit
    Definition Classes
    ClojureBridge
  52. lazy val uri: Fn[URI]
    Definition Classes
    ClojureBridge
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. 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