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) |
ModifyGraphRequest |
ModifyGraphRequest.setNodes(List<String> nodes) |
ModifyGraphRequest |
ModifyGraphRequest.setOptions(Map<String,String> options) |
ModifyGraphRequest |
ModifyGraphRequest.setRestrictions(List<String> restrictions) |
ModifyGraphRequest |
ModifyGraphRequest.setWeights(List<String> weights) |
Copyright © 2020. All rights reserved.