case class DatomicPeerServerProxy(accessKey: String, secret: String, endpoint: String, dbName: String, schema: Seq[String], attrMap: Map[String, (Int, String)], testDbStatus: Int = 0, testDbView: Option[DbView] = None, adhocDbView: Option[DbView] = None, uuid: String = UUID.randomUUID().toString) extends ConnProxy with Product with Serializable
Datomic Peer Server proxy connection
- accessKey
Peer Server access key
- secret
Peer Server secret password
- endpoint
Peer Server network endpoint, like "localhost:8998"
- dbName
Name of database, like "mbrainz-1968-1973"
- schema
Seq of schema transaction data from generated boilerplate code
- attrMap
Map of attribute data from generated boilerplate code
- testDbStatus
Internally applied setting, not intended to be set by user
- testDbView
Internally applied setting, not intended to be set by user
- adhocDbView
Internally applied setting, not intended to be set by user
- uuid
Internally applied setting, not intended to be set by user
- Source
- ConnProxy.scala
- Alphabetic
- By Inheritance
- DatomicPeerServerProxy
- Serializable
- Serializable
- Product
- Equals
- ConnProxy
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
DatomicPeerServerProxy(accessKey: String, secret: String, endpoint: String, dbName: String, schema: Seq[String], attrMap: Map[String, (Int, String)], testDbStatus: Int = 0, testDbView: Option[DbView] = None, adhocDbView: Option[DbView] = None, uuid: String = UUID.randomUUID().toString)
- accessKey
Peer Server access key
- secret
Peer Server secret password
- endpoint
Peer Server network endpoint, like "localhost:8998"
- dbName
Name of database, like "mbrainz-1968-1973"
- schema
Seq of schema transaction data from generated boilerplate code
- attrMap
Map of attribute data from generated boilerplate code
- testDbStatus
Internally applied setting, not intended to be set by user
- testDbView
Internally applied setting, not intended to be set by user
- adhocDbView
Internally applied setting, not intended to be set by user
- uuid
Internally applied setting, not intended to be set by user
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
- val accessKey: String
-
val
adhocDbView: Option[DbView]
Internal holder of optional current ad-hoc DbView object
Internal holder of optional current ad-hoc DbView object
- Definition Classes
- DatomicPeerServerProxy → ConnProxy
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
attrMap: Map[String, (Int, String)]
Map of attribute meta data.
Map of attribute meta data. Supplied from generated boilerplate code.
- Definition Classes
- DatomicPeerServerProxy → ConnProxy
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val dbName: String
- val endpoint: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
val
schema: Seq[String]
Seq of edn strings to transact schema.
Seq of edn strings to transact schema. Supplied from generated boilerplate code.
- Definition Classes
- DatomicPeerServerProxy → ConnProxy
- val secret: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
testDbStatus: Int
Internal setting for test db status
Internal setting for test db status
0 inactive 1 active -1 de-activate signal
- Definition Classes
- DatomicPeerServerProxy → ConnProxy
-
val
testDbView: Option[DbView]
Internal holder of optional current test DbView object
Internal holder of optional current test DbView object
- Definition Classes
- DatomicPeerServerProxy → ConnProxy
-
val
uuid: String
Unique internal identifier for cached proxy connection on server side
Unique internal identifier for cached proxy connection on server side
- Definition Classes
- DatomicPeerServerProxy → ConnProxy
-
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()

Documentation/API for the Molecule library - a meta DSL for the Datomic database.
scalamolecule.org | Github | Forum