Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.api.executionenvironment |
This packages contains classes for session execution environments.
|
Modifier and Type | Method and Description |
---|---|
static PgxSession |
Pgx.createSession(java.lang.String source)
Creates a session on the default instance.
|
PgxSession |
ServerInstance.createSession(java.lang.String source)
Blocking version of
ServerInstance.createSessionAsync(String) . |
PgxSession |
ServerInstance.createSession(java.lang.String source, java.lang.Long idleTimeout, java.lang.Long taskTimeout, java.util.concurrent.TimeUnit unit)
Blocking version of
ServerInstance.createSessionAsync(String) . |
static PgxSession |
Pgx.createSession(java.lang.String baseUrl, java.lang.String source)
Creates a session.
|
PgxSession |
Analyst.getSession()
Gets the session.
|
PgxSession |
GraphBuilderImpl.getSession()
Gets the session.
|
PgxSession |
PgxGraph.getSession()
Gets the session.
|
PgxSession |
ServerInstance.getSession(java.lang.String id)
Blocking version of
ServerInstance.getSessionAsync(String) . |
Modifier and Type | Method and Description |
---|---|
PgxFuture<PgxSession> |
ServerInstance.createSessionAsync(java.lang.String source)
Create a new session.
|
PgxFuture<PgxSession> |
ServerInstance.createSessionAsync(java.lang.String source, java.lang.Long idleTimeout, java.lang.Long taskTimeout, java.util.concurrent.TimeUnit unit)
Creates a new session.
|
PgxFuture<PgxSession> |
ServerInstance.getSessionAsync(java.lang.String id)
Gets a session by ID.
|
Constructor and Description |
---|
NamedArgumentAnalyst(PgxSession session) |
Modifier and Type | Method and Description |
---|---|
PgxSession |
ExecutionEnvironment.getSession() |
Constructor and Description |
---|
ExecutionEnvironment(PgxSession session, oracle.pgx.api.internal.CoreSessionApi coreSessionApi) |
Copyright © 2017 Oracle Corp. All Rights Reserved.