Uses of Class
com.gpudb.protocol.DeleteGraphRequest
-
Packages that use DeleteGraphRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of DeleteGraphRequest in com.gpudb
Methods in com.gpudb with parameters of type DeleteGraphRequest Modifier and Type Method Description DeleteGraphResponseGPUdb. deleteGraph(DeleteGraphRequest request)Deletes an existing graph from the graph server and/or persist. -
Uses of DeleteGraphRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return DeleteGraphRequest Modifier and Type Method Description DeleteGraphRequestDeleteGraphRequest. setGraphName(String graphName)Name of the graph to be deleted.DeleteGraphRequestDeleteGraphRequest. setOptions(Map<String,String> options)Optional parameters.
-