Uses of Class
com.gpudb.protocol.DeleteGraphResponse
-
Packages that use DeleteGraphResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of DeleteGraphResponse in com.gpudb
Methods in com.gpudb that return DeleteGraphResponse Modifier and Type Method Description DeleteGraphResponseGPUdb. deleteGraph(DeleteGraphRequest request)Deletes an existing graph from the graph server and/or persist.DeleteGraphResponseGPUdb. deleteGraph(String graphName, Map<String,String> options)Deletes an existing graph from the graph server and/or persist. -
Uses of DeleteGraphResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return DeleteGraphResponse Modifier and Type Method Description DeleteGraphResponseDeleteGraphResponse. setInfo(Map<String,String> info)Additional information.DeleteGraphResponseDeleteGraphResponse. setResult(boolean result)Indicates a successful deletion.
-