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.
|
Modifier and Type | Method and Description |
---|---|
ModifyGraphRequest |
ModifyGraphRequest.setEdges(List<String> edges)
|
ModifyGraphRequest |
ModifyGraphRequest.setGraphName(String graphName)
Name of the graph resource to modify.
|
ModifyGraphRequest |
ModifyGraphRequest.setNodes(List<String> nodes)
|
ModifyGraphRequest |
ModifyGraphRequest.setOptions(Map<String,String> options)
Optional parameters.
|
ModifyGraphRequest |
ModifyGraphRequest.setRestrictions(List<String> restrictions)
Restrictions with which to update existing
restrictions in graph specified by graphName . |
ModifyGraphRequest |
ModifyGraphRequest.setWeights(List<String> weights)
|
Copyright © 2025. All rights reserved.