PgxGraph |
PgxSession.readGraphByName(java.lang.String schemaName,
java.lang.String graphName,
GraphSource source) |
|
PgxGraph |
PgxSession.readGraphByName(java.lang.String schemaName,
java.lang.String graphName,
GraphSource source,
ReadGraphOption... options) |
|
PgxGraph |
PgxSession.readGraphByName(java.lang.String name,
GraphSource source) |
|
PgxGraph |
PgxSession.readGraphByName(java.lang.String graphName,
GraphSource source,
ReadGraphOption... options) |
|
PgxFuture<PgxGraph> |
PgxSession.readGraphByNameAsync(java.lang.String schemaName,
java.lang.String graphName,
GraphSource source) |
Reads a graph identified by the given name into memory.
|
PgxFuture<PgxGraph> |
PgxSession.readGraphByNameAsync(java.lang.String schemaName,
java.lang.String graphName,
GraphSource source,
ReadGraphOption... options) |
Reads a graph identified by the given schema name and graph name into memory.
|
PgxFuture<PgxGraph> |
PgxSession.readGraphByNameAsync(java.lang.String graphName,
GraphSource source) |
Reads a graph identified by the given name into memory.
|
PgxFuture<PgxGraph> |
PgxSession.readGraphByNameAsync(java.lang.String graphName,
GraphSource source,
ReadGraphOption... options) |
Reads a graph identified by the given name into memory.
|