Uses of Class
com.gpudb.protocol.CreateGraphResponse
-
Packages that use CreateGraphResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateGraphResponse in com.gpudb
Methods in com.gpudb that return CreateGraphResponse Modifier and Type Method Description CreateGraphResponseGPUdb. createGraph(CreateGraphRequest request)Creates a new graph network using given nodes, edges, weights, and restrictions.CreateGraphResponseGPUdb. createGraph(String graphName, boolean directedGraph, List<String> nodes, List<String> edges, List<String> weights, List<String> restrictions, Map<String,String> options)Creates a new graph network using given nodes, edges, weights, and restrictions. -
Uses of CreateGraphResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateGraphResponse Modifier and Type Method Description CreateGraphResponseCreateGraphResponse. setEdgesIds(List<Long> edgesIds)[Deprecated] Edges given as pairs of node indices.CreateGraphResponseCreateGraphResponse. setInfo(Map<String,String> info)Additional information.CreateGraphResponseCreateGraphResponse. setNumEdges(long numEdges)Total number of edges created.CreateGraphResponseCreateGraphResponse. setNumNodes(long numNodes)Total number of nodes created.CreateGraphResponseCreateGraphResponse. setResult(boolean result)Indicates a successful creation on all servers.
-