ShowGraphResponse |
ShowGraphResponse.setDirected(List<Boolean> directed) |
Whether or not the edges of the graph have directions (bi-directional
edges can still exist in directed graphs).
|
ShowGraphResponse |
ShowGraphResponse.setGraphNames(List<String> graphNames) |
Name(s) of the graph(s).
|
ShowGraphResponse |
ShowGraphResponse.setGraphOwnerResourceGroups(List<String> graphOwnerResourceGroups) |
Owner of the resource groups(s) of the graph(s).
|
ShowGraphResponse |
ShowGraphResponse.setGraphOwnerUserNames(List<String> graphOwnerUserNames) |
Owner of the graph(s) and associated solution table(s).
|
ShowGraphResponse |
ShowGraphResponse.setGraphServerIds(List<Integer> graphServerIds) |
Id(s) of the graph(s).
|
ShowGraphResponse |
ShowGraphResponse.setHasInsertTableMonitor(List<Boolean> hasInsertTableMonitor) |
Shows whether or not the graph has an insert table monitor attached to
it.
|
ShowGraphResponse |
ShowGraphResponse.setInfo(Map<String,String> info) |
Additional information.
|
ShowGraphResponse |
ShowGraphResponse.setIsPartitioned(List<Boolean> isPartitioned) |
Indicates if the graph data is distributed across all available servers.
|
ShowGraphResponse |
ShowGraphResponse.setIsPersisted(List<Boolean> isPersisted) |
Shows whether or not the graph is persisted (saved and loaded on
launch).
|
ShowGraphResponse |
ShowGraphResponse.setIsSyncDb(List<Boolean> isSyncDb) |
Shows whether or not the graph is linked to the original tables that
created it, and will potentially be re-created instead loaded from
persist on launch.
|
ShowGraphResponse |
ShowGraphResponse.setLoad(List<Integer> load) |
A percentage approximating the current computational load on the server.
|
ShowGraphResponse |
ShowGraphResponse.setMemory(List<Long> memory) |
Available memory.
|
ShowGraphResponse |
ShowGraphResponse.setNumBytes(List<Long> numBytes) |
Memory this graph uses in bytes.
|
ShowGraphResponse |
ShowGraphResponse.setNumEdges(List<Long> numEdges) |
Total number of edges in the graph.
|
ShowGraphResponse |
ShowGraphResponse.setNumNodes(List<Long> numNodes) |
Total number of nodes in the graph.
|
ShowGraphResponse |
ShowGraphResponse.setOriginalRequest(List<String> originalRequest) |
The original client request used to create the graph (before any
expression evaluation or separator processing).
|
ShowGraphResponse |
ShowGraphResponse.setResourceCapacity(List<Long> resourceCapacity) |
Memory this graph uses in bytes.
|
ShowGraphResponse |
ShowGraphResponse.setResult(boolean result) |
Indicates a success.
|