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) |
ModifyGraphResponse |
ModifyGraphResponse.setInfo(Map<String,String> info) |
ModifyGraphResponse |
ModifyGraphResponse.setNumEdges(long numEdges) |
ModifyGraphResponse |
ModifyGraphResponse.setNumNodes(long numNodes) |
Copyright © 2020. All rights reserved.