Uses of Interface
com.graphdbapi.driver.Graph
-
Packages that use Graph Package Description com.graphdbapi.driver com.graphdbapi.driver.v1 -
-
Uses of Graph in com.graphdbapi.driver
Subinterfaces of Graph in com.graphdbapi.driver Modifier and Type Interface Description interface
GraphTransaction
Methods in com.graphdbapi.driver that return Graph Modifier and Type Method Description static Graph
GraphDb. driver(com.graphdbapi.driver.v1.Driver driver, String graphName)
连接到图服务static Graph
GraphDb. driver(com.graphdbapi.driver.v1.Driver driver, String graphName, LoadBalancingStrategy graphStrategy)
通过自定义策略实现不同的负载均衡分发的图(创建driver时应该使用的是cluster协议)static Graph
GraphDb. driverByIndex(com.graphdbapi.driver.v1.Driver driver, int graphIndex)
通过图index获取图服务。通过服务端进行验证。static Graph
GraphDb. driverByIndex(com.graphdbapi.driver.v1.Driver driver, int graphIndex, LoadBalancingStrategy graphStrategy)
通过图index、自定义策略获取图服务(创建driver时应该使用的是cluster协议)。通过服务端进行验证。static Graph
GraphDb. driverByName(com.graphdbapi.driver.v1.Driver driver, String graphName)
通过图名字获取图服务。通过服务端进行验证。static Graph
GraphDb. driverByName(com.graphdbapi.driver.v1.Driver driver, String graphName, LoadBalancingStrategy graphStrategy)
通过图名字、自定义策略获取图服务(创建driver时应该使用的是cluster协议)。通过服务端进行验证。static Graph
GraphDb. newGraph(com.graphdbapi.driver.v1.Driver driver, String graphName)
新建一个图 -
Uses of Graph in com.graphdbapi.driver.v1
Methods in com.graphdbapi.driver.v1 with parameters of type Graph Modifier and Type Method Description Edge
Value. asEdge(Graph graph)
如果可能的话,将值作为Edge
。
-