Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
PgxGraph |
PgxSession.readGraphByName(java.lang.String name, GraphSource source, ReadGraphOption... options)
Blocking version of
PgxSession.readGraphByNameAsync(String, GraphSource) . |
PgxFuture<PgxGraph> |
PgxSession.readGraphByNameAsync(java.lang.String name, GraphSource source, ReadGraphOption... options)
Reads a graph identified by the given name into memory.
|
Modifier and Type | Class and Description |
---|---|
static class |
ReadGraphOption.OptimizedForOption |
static class |
ReadGraphOption.SynchronizableOptionReadGraphOption |