case class DatomicPeerProxy(protocol: String, dbIdentifier: 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 proxy connection
- protocol
Datomic protocol: mem, dev or pro
- dbIdentifier
Datomic db identifier, like "localhost:4334/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
- DatomicPeerProxy
- Serializable
- Serializable
- Product
- Equals
- ConnProxy
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
DatomicPeerProxy(protocol: String, dbIdentifier: 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)
- protocol
Datomic protocol: mem, dev or pro
- dbIdentifier
Datomic db identifier, like "localhost:4334/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
adhocDbView: Option[DbView]
Internal holder of optional current ad-hoc DbView object
Internal holder of optional current ad-hoc DbView object
- Definition Classes
- DatomicPeerProxy → 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.
Attr name -> (orderIndex, type string)
- Definition Classes
- DatomicPeerProxy → ConnProxy
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val dbIdentifier: 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 protocol: String
-
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
- DatomicPeerProxy → ConnProxy
-
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
- DatomicPeerProxy → ConnProxy
-
val
testDbView: Option[DbView]
Internal holder of optional current test DbView object
Internal holder of optional current test DbView object
- Definition Classes
- DatomicPeerProxy → 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
- DatomicPeerProxy → 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