Uses of Class
com.gpudb.protocol.ShowGraphRequest
-
Packages that use ShowGraphRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowGraphRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowGraphRequest Modifier and Type Method Description ShowGraphResponseGPUdb. showGraph(ShowGraphRequest request)Shows information and characteristics of graphs that exist on the graph server. -
Uses of ShowGraphRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowGraphRequest Modifier and Type Method Description ShowGraphRequestShowGraphRequest. setGraphName(String graphName)Name of the graph on which to retrieve information.ShowGraphRequestShowGraphRequest. setOptions(Map<String,String> options)Optional parameters.
-