Package | Description |
---|---|
oracle.pg.rdbms | |
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 |
---|---|
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)
Deprecated.
since 23.1.0, moved refreshTimeBeforeTokenExpiry value to the pgx.conf (refresh_time_before_token_expiry_seconds)
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ClientConfig |
ClientConfigBuilder.build()
Creates a
ClientConfig object with the specified values |
static ClientConfig |
AbstractClientConfig.getInstance(java.util.Map<ClientConfig.Field,java.lang.Object> values) |
static ClientConfig |
ClientConfig.parse(java.io.InputStream is,
boolean strict,
java.lang.String parentPath)
Parses an input stream.
|
static ClientConfig |
ClientConfig.parse(java.util.Map<java.lang.String,java.lang.Object> raw,
boolean strict,
java.lang.String parentPath)
Parses a raw key/value mapping.
|
static ClientConfig |
ClientConfig.parse(java.util.Properties props,
boolean strict)
Parses a properties file.
|