Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.api.admin |
This package contains the administrative interfaces of PGX.
|
Modifier and Type | Method and Description |
---|---|
static ServerInstance |
GraphServer.getEmbeddedInstance()
Connects to an embedded graph server.
|
static ServerInstance |
GraphServer.getInstance(ClientConfig clientConfig, java.lang.String username, char[] password)
Connects to a remote graph server
|
static ServerInstance |
GraphServer.getInstance(ClientConfig clientConfig, java.lang.String username, char[] password, int refreshTimeBeforeTokenExpiry)
Connects to a remote graph server
|
static ServerInstance |
GraphServer.getInstance(java.lang.String baseUrl, java.lang.String kerberosTicketPath)
Connects to a remote graph server
|
static ServerInstance |
GraphServer.getInstance(java.lang.String baseUrl, java.lang.String username, char[] password)
Connects to a remote graph server
|
static ServerInstance |
GraphServer.getInstance(java.lang.String baseUrl, java.lang.String username, char[] password, int refreshTimeBeforeTokenExpiry)
Connects to a remote graph server
|
static ServerInstance |
GraphServer.getInstance(java.lang.String baseUrl, java.lang.String kerberosTicketPath, int refreshTimeBeforeTokenExpiry)
Connects to a remote graph server
|
ServerInstance |
AdbGraphClient.getPgxInstance()
Gets the PGX
ServerInstance object of an attached environment which can be used to create a new PgxSession for in-memory graph analysis. |
static ServerInstance |
GraphServer.reauthenticate(ServerInstance instance, java.lang.String username, char[] password)
Re-authenticates an existing ServerInstance object with a remote server
|
Modifier and Type | Method and Description |
---|---|
static ServerInstance |
GraphServer.reauthenticate(ServerInstance instance, java.lang.String username, char[] password)
Re-authenticates an existing ServerInstance object with a remote server
|
Modifier and Type | Method and Description |
---|---|
static ServerInstance |
Pgx.getInstance()
Get a handle to a PGX instance using
Pgx.getDefaultUrl() . |
static ServerInstance |
Pgx.getInstance(ClientConfig config)
Get a handle to a PGX instance.
|
static ServerInstance |
Pgx.getInstance(ClientConfig config, oracle.pgx.realm.client.RealmClient realmClient)
Get a handle to a PGX instance.
|
static ServerInstance |
Pgx.getInstance(java.lang.String baseUrl)
Get a handle to a PGX instance.
|
static ServerInstance |
Pgx.getInstance(java.lang.String baseUrl, oracle.pgx.realm.client.RealmClient realmClient)
Get a handle to a PGX instance, using a
RealmClient that provides authentication tokens |
static ServerInstance |
Pgx.getInstance(java.lang.String baseUrl, java.lang.String token)
Get a handle to a PGX instance, providing the token for authentication.
|
ServerInstance |
PgxGraph.getPgxInstance()
Gets the server instance.
|
ServerInstance |
PgxSession.getServerInstance()
Gets the server instance.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
StartupLogging.createVersionInfoString(java.util.function.Function<java.lang.String,java.lang.String> highlighter, java.lang.String shellVersion, ServerInstance instance) |