package
cassandra
Type Members
-
-
-
-
-
case class
Edge(id: Long, iri: Long, iris: Set[Long], fromId: Long, fromType: Int, key: Long, toId: Long, toType: Int, props: Map[Long, List[Long]] = Map()) extends Product with Serializable
-
-
-
-
-
-
-
-
-
-
case class
LKeySpace(iri: String) extends Product with Serializable
-
case class
Node(id: Long, iri: Long, iris: Set[Long], labels: List[Long], props: Map[Long, List[Long]] = Map()) extends Product with Serializable
-
-
-
-
case class
State(name: String, last: Long) extends Product with Serializable
-
-
case class
StoragePoint(host: String, port: Int) extends Product with Serializable
-
case class
Value(id: Long, iri: Long, iris: Set[Long], label: Long, value: String, props: Map[Long, List[Long]] = Map()) extends Product with Serializable
-
-
-
Value Members
-
-