Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
ModifyGraphResponse |
GPUdb.modifyGraph(ModifyGraphRequest request)
Update an existing graph network using given nodes, edges, weights,
restrictions, and options.
|
ModifyGraphResponse |
GPUdb.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.
|
Modifier and Type | Method and Description |
---|---|
ModifyGraphResponse |
ModifyGraphResponse.setEdgesIds(List<Long> edgesIds)
Edges given as pairs of node indices.
|
ModifyGraphResponse |
ModifyGraphResponse.setInfo(Map<String,String> info)
Additional information.
|
ModifyGraphResponse |
ModifyGraphResponse.setNumEdges(long numEdges)
Total number of edges in the graph.
|
ModifyGraphResponse |
ModifyGraphResponse.setNumNodes(long numNodes)
Total number of nodes in the graph.
|
ModifyGraphResponse |
ModifyGraphResponse.setResult(boolean result)
Indicates a successful modification on all servers.
|
Copyright © 2025. All rights reserved.