Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
CreateGraphResponse |
GPUdb.createGraph(CreateGraphRequest request)
Creates a new graph network using given nodes, edges, weights, and
restrictions.
|
CreateGraphResponse |
GPUdb.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.
|
Modifier and Type | Method and Description |
---|---|
CreateGraphResponse |
CreateGraphResponse.setEdgesIds(List<Long> edgesIds)
[Deprecated] Edges given as pairs of node indices.
|
CreateGraphResponse |
CreateGraphResponse.setInfo(Map<String,String> info)
Additional information.
|
CreateGraphResponse |
CreateGraphResponse.setNumEdges(long numEdges)
Total number of edges created.
|
CreateGraphResponse |
CreateGraphResponse.setNumNodes(long numNodes)
Total number of nodes created.
|
CreateGraphResponse |
CreateGraphResponse.setResult(boolean result)
Indicates a successful creation on all servers.
|
Copyright © 2025. All rights reserved.