Uses of Class
com.gpudb.protocol.ModifyGraphRequest
-
Packages that use ModifyGraphRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ModifyGraphRequest in com.gpudb
Methods in com.gpudb with parameters of type ModifyGraphRequest Modifier and Type Method Description ModifyGraphResponseGPUdb. modifyGraph(ModifyGraphRequest request)Update an existing graph network using given nodes, edges, weights, restrictions, and options. -
Uses of ModifyGraphRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ModifyGraphRequest Modifier and Type Method Description ModifyGraphRequestModifyGraphRequest. setEdges(List<String> edges)ModifyGraphRequestModifyGraphRequest. setGraphName(String graphName)Name of the graph resource to modify.ModifyGraphRequestModifyGraphRequest. setNodes(List<String> nodes)ModifyGraphRequestModifyGraphRequest. setOptions(Map<String,String> options)Optional parameters.ModifyGraphRequestModifyGraphRequest. setRestrictions(List<String> restrictions)Restrictions with which to update existingrestrictionsin graph specified bygraphName.ModifyGraphRequestModifyGraphRequest. setWeights(List<String> weights)
-