trait MoleculeRpc extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- MoleculeRpc
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
apply(connProxy: ConnProxy, eid: Long, attrs: List[String]): Future[List[String]]
- Annotations
- @PathName( "apply-many" )
- abstract def apply(connProxy: ConnProxy, eid: Long, attr: String): Future[String]
- abstract def asList(connProxy: ConnProxy, eid: Long, depth: Int, maxDepth: Int): Future[String]
- abstract def asMap(connProxy: ConnProxy, eid: Long, depth: Int, maxDepth: Int): Future[String]
- abstract def attrs(connProxy: ConnProxy, eid: Long): Future[List[String]]
- abstract def basisT(connProxy: ConnProxy): Future[Long]
- abstract def clearConnPool: Future[Unit]
- abstract def getAttrValues(connProxy: ConnProxy, datalogQuery: String, card: Int, tpe: String): Future[List[String]]
- abstract def getEntityAttrKeys(connProxy: ConnProxy, query: String): Future[List[String]]
- abstract def graphCode(connProxy: ConnProxy, eid: Long, maxDepth: Int): Future[String]
- abstract def graphDepth(connProxy: ConnProxy, eid: Long, maxDepth: Int): Future[String]
- abstract def index2packed(connProxy: ConnProxy, api: String, index: String, indexArgs: IndexArgs, attrs: Seq[String]): Future[String]
- abstract def query2packed(connProxy: ConnProxy, datalogQuery: String, rules: Seq[String], l: Seq[(Int, String, String)], ll: Seq[(Int, String, Seq[String])], lll: Seq[(Int, String, Seq[Seq[String]])], maxRows: Int, obj: Obj, nestedLevels: Int, isOptNested: Boolean, refIndexes: List[List[Int]], tacitIndexes: List[List[Int]]): Future[String]
- abstract def rawValue(connProxy: ConnProxy, eid: Long, attr: String): Future[String]
- abstract def transact(connProxy: ConnProxy, stmtsEdn: String, uriAttrs: Set[String]): Future[TxReportRPC]
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
-
def
hashCode(): Int
- 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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def transact(connProxy: ConnProxy, stmtsData: (String, Set[String])): Future[TxReportRPC]
-
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