package message

Type Members

  1. case class CreateIndexRequest(label: String, propNames: Seq[String]) extends Product with Serializable
  2. case class CreateIndexResponse(accept: Boolean) extends Product with Serializable
  3. case class CypherRequest(cypher: String, params: Map[String, Any]) extends Product with Serializable
  4. case class DropIndexRequest(label: String, propName: String) extends Product with Serializable
  5. case class DropIndexResponse(accept: Boolean) extends Product with Serializable
  6. case class GetIndexedMetaRequest() extends Product with Serializable
  7. case class GetIndexedMetaResponse(metaMap: Map[String, Seq[String]]) extends Product with Serializable
  8. case class GetStatisticsRequest() extends Product with Serializable
  9. case class GetStatisticsResponse(allNodes: Long, allRelations: Long, nodesCountByLabel: Map[String, Long], relationsCountByType: Map[String, Long], propertiesCountByIndex: Map[String, Long]) extends Product with Serializable
  10. case class SayHelloRequest(msg: String) extends Product with Serializable
  11. case class SayHelloResponse(msg: String) extends Product with Serializable
  12. case class TransactionCommitRequest(uuid: String) extends Product with Serializable
  13. case class TransactionCommitResponse(msg: String) extends Product with Serializable
  14. case class TransactionCypherRequest(uuid: String, cypher: String, params: Map[String, Any]) extends Product with Serializable
  15. case class TransactionRollbackRequest(uuid: String) extends Product with Serializable
  16. case class TransactionRollbackResponse(msg: String) extends Product with Serializable

Ungrouped