public class Neo4jClientImpl extends Object implements Neo4jClient
| Modifier and Type | Method and Description |
|---|---|
Neo4jClient |
connect(String graph) |
boolean |
connected() |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
edgeCreate(io.vertx.core.json.JsonArray edge) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
edgeCreate(io.vertx.core.json.JsonObject edge) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
edgeRemove(io.vertx.core.json.JsonArray edge) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
edgeRemove(io.vertx.core.json.JsonObject edge) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
edgeUpdate(io.vertx.core.json.JsonArray edge) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
edgeUpdate(io.vertx.core.json.JsonObject edge) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
graphic(io.vertx.core.json.JsonObject node) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
graphic(io.vertx.core.json.JsonObject node,
Integer level) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
graphicByKey(String key) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
graphicByKey(String key,
Integer level) |
io.vertx.core.Future<Boolean> |
graphicReset() |
Neo4jClient |
init(io.vertx.core.json.JsonObject params) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
nodeCreate(io.vertx.core.json.JsonArray nodes) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
nodeCreate(io.vertx.core.json.JsonObject node) |
boolean |
nodeExisting(String key) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
nodeFind(String key) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
nodeRemove(io.vertx.core.json.JsonArray nodes) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
nodeRemove(io.vertx.core.json.JsonObject node) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
nodeUpdate(io.vertx.core.json.JsonArray nodes) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
nodeUpdate(io.vertx.core.json.JsonObject node) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateShared, createSharedpublic Neo4jClient init(io.vertx.core.json.JsonObject params)
init in interface Neo4jClientinit in interface io.vertx.up.plugin.TpClient<Neo4jClient>public Neo4jClient connect(String graph)
connect in interface Neo4jClientpublic boolean connected()
connected in interface Neo4jClientpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> nodeCreate(io.vertx.core.json.JsonObject node)
nodeCreate in interface Neo4jClientpublic io.vertx.core.Future<io.vertx.core.json.JsonArray> nodeCreate(io.vertx.core.json.JsonArray nodes)
nodeCreate in interface Neo4jClientpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> nodeUpdate(io.vertx.core.json.JsonObject node)
nodeUpdate in interface Neo4jClientpublic io.vertx.core.Future<io.vertx.core.json.JsonArray> nodeUpdate(io.vertx.core.json.JsonArray nodes)
nodeUpdate in interface Neo4jClientpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> nodeRemove(io.vertx.core.json.JsonObject node)
nodeRemove in interface Neo4jClientpublic io.vertx.core.Future<io.vertx.core.json.JsonArray> nodeRemove(io.vertx.core.json.JsonArray nodes)
nodeRemove in interface Neo4jClientpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> nodeFind(String key)
nodeFind in interface Neo4jClientpublic boolean nodeExisting(String key)
nodeExisting in interface Neo4jClientpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> edgeCreate(io.vertx.core.json.JsonObject edge)
edgeCreate in interface Neo4jClientpublic io.vertx.core.Future<io.vertx.core.json.JsonArray> edgeCreate(io.vertx.core.json.JsonArray edge)
edgeCreate in interface Neo4jClientpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> edgeUpdate(io.vertx.core.json.JsonObject edge)
edgeUpdate in interface Neo4jClientpublic io.vertx.core.Future<io.vertx.core.json.JsonArray> edgeUpdate(io.vertx.core.json.JsonArray edge)
edgeUpdate in interface Neo4jClientpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> edgeRemove(io.vertx.core.json.JsonObject edge)
edgeRemove in interface Neo4jClientpublic io.vertx.core.Future<io.vertx.core.json.JsonArray> edgeRemove(io.vertx.core.json.JsonArray edge)
edgeRemove in interface Neo4jClientpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> graphic(io.vertx.core.json.JsonObject node)
graphic in interface Neo4jClientpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> graphic(io.vertx.core.json.JsonObject node,
Integer level)
graphic in interface Neo4jClientpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> graphicByKey(String key)
graphicByKey in interface Neo4jClientpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> graphicByKey(String key, Integer level)
graphicByKey in interface Neo4jClientpublic io.vertx.core.Future<Boolean> graphicReset()
graphicReset in interface Neo4jClientCopyright © 2021. All rights reserved.