Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
ShowGraphResponse |
GPUdb.showGraph(ShowGraphRequest request)
Shows information and characteristics of graphs that exist on the graph
server.
|
ShowGraphResponse |
GPUdb.showGraph(String graphName,
Map<String,String> options)
Shows information and characteristics of graphs that exist on the graph
server.
|
Modifier and Type | Method and Description |
---|---|
ShowGraphResponse |
ShowGraphResponse.setDirected(List<Boolean> directed) |
ShowGraphResponse |
ShowGraphResponse.setGraphNames(List<String> graphNames) |
ShowGraphResponse |
ShowGraphResponse.setHasInsertTableMonitor(List<Boolean> hasInsertTableMonitor) |
ShowGraphResponse |
ShowGraphResponse.setInfo(Map<String,String> info) |
ShowGraphResponse |
ShowGraphResponse.setIsPersisted(List<Boolean> isPersisted) |
ShowGraphResponse |
ShowGraphResponse.setIsSyncDb(List<Boolean> isSyncDb) |
ShowGraphResponse |
ShowGraphResponse.setNumEdges(List<Long> numEdges) |
ShowGraphResponse |
ShowGraphResponse.setNumNodes(List<Long> numNodes) |
ShowGraphResponse |
ShowGraphResponse.setOriginalRequest(List<String> originalRequest) |
ShowGraphResponse |
ShowGraphResponse.setResult(boolean result) |
Copyright © 2020. All rights reserved.