Uses of Class
com.gpudb.protocol.ListGraphResponse
-
Packages that use ListGraphResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ListGraphResponse in com.gpudb
Methods in com.gpudb that return ListGraphResponse Modifier and Type Method Description ListGraphResponseGPUdb. listGraph(ListGraphRequest request)ListGraphResponseGPUdb. listGraph(String graphName, Map<String,String> options) -
Uses of ListGraphResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ListGraphResponse Modifier and Type Method Description ListGraphResponseListGraphResponse. setGraphNames(List<String> graphNames)ListGraphResponseListGraphResponse. setInfo(Map<String,String> info)ListGraphResponseListGraphResponse. setNumEdges(List<Long> numEdges)ListGraphResponseListGraphResponse. setNumNodes(List<Long> numNodes)ListGraphResponseListGraphResponse. setResult(boolean result)
-