Package | Description |
---|---|
oracle.pgx.api |
This package contains the Java APIs of PGX.
|
oracle.pgx.api.admin |
This package contains the administrative interfaces of PGX.
|
Modifier and Type | Method and Description |
---|---|
GraphInfo |
ServerInstance.getGraphInfo(String graphName)
Blocking version of
#getGraphInfoAsync() . |
GraphInfo |
ServerInstance.getGraphInfo(String sessionId, String graphName)
Blocking version of
#getGraphInfoAsync() . |
Modifier and Type | Method and Description |
---|---|
PgxFuture<GraphInfo> |
ServerInstance.getGraphInfoAsync(String graphName)
Get details of a (shared) persistent graph
|
PgxFuture<GraphInfo> |
ServerInstance.getGraphInfoAsync(String sessionId, String graphName)
Get details of a session-bound, private graph
|
Collection<GraphInfo> |
ServerInstance.getGraphInfos()
Blocking version of
ServerInstance.getGraphInfosAsync() . |
PgxFuture<Collection<GraphInfo>> |
ServerInstance.getGraphInfosAsync()
Get a list of currently active graphs.
|
Modifier and Type | Method and Description |
---|---|
PgxFuture<GraphInfo> |
Control.getGraphInfo(String graphName)
Get details of a (shared) persistent graph
|
PgxFuture<GraphInfo> |
Control.getGraphInfo(String sessionId, String graphName)
Get details of a session-bound, private graph
|
PgxFuture<Collection<GraphInfo>> |
Control.getGraphInfos()
Get a list of currently active graphs.
|
Copyright © 2015. All rights reserved.