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.
|
Modifier and Type | Method and Description |
---|---|
CreateGraphRequest |
CreateGraphRequest.setDirectedGraph(boolean directedGraph) |
CreateGraphRequest |
CreateGraphRequest.setEdges(List<String> edges) |
CreateGraphRequest |
CreateGraphRequest.setGraphName(String graphName) |
CreateGraphRequest |
CreateGraphRequest.setNodes(List<String> nodes) |
CreateGraphRequest |
CreateGraphRequest.setOptions(Map<String,String> options) |
CreateGraphRequest |
CreateGraphRequest.setRestrictions(List<String> restrictions) |
CreateGraphRequest |
CreateGraphRequest.setWeights(List<String> weights) |
Copyright © 2020. All rights reserved.