Uses of Class
com.gpudb.protocol.ModifyGraphResponse
-
Packages that use ModifyGraphResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ModifyGraphResponse in com.gpudb
Methods in com.gpudb that return ModifyGraphResponse Modifier and Type Method Description ModifyGraphResponseGPUdb. modifyGraph(ModifyGraphRequest request)Update an existing graph network using given nodes, edges, weights, restrictions, and options.ModifyGraphResponseGPUdb. modifyGraph(String graphName, List<String> nodes, List<String> edges, List<String> weights, List<String> restrictions, Map<String,String> options)Update an existing graph network using given nodes, edges, weights, restrictions, and options. -
Uses of ModifyGraphResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ModifyGraphResponse Modifier and Type Method Description ModifyGraphResponseModifyGraphResponse. setEdgesIds(List<Long> edgesIds)Edges given as pairs of node indices.ModifyGraphResponseModifyGraphResponse. setInfo(Map<String,String> info)Additional information.ModifyGraphResponseModifyGraphResponse. setNumEdges(long numEdges)Total number of edges in the graph.ModifyGraphResponseModifyGraphResponse. setNumNodes(long numNodes)Total number of nodes in the graph.ModifyGraphResponseModifyGraphResponse. setResult(boolean result)Indicates a successful modification on all servers.
-