Package | Description |
---|---|
oracle.pgx.api |
This package contains the Java APIs of PGX.
|
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) |
static ServerInstance |
Pgx.getInstance(String baseUrl)
Get a handle to a PGX instance.
|
static ServerInstance |
Pgx.getInstance(String baseUrl, int prefetchSize, int uploadBatchSize, int remoteFutureTimeout)
Get a handle to a PGX instance.
|
ServerInstance |
PgxGraph.getPgxInstance() |
ServerInstance |
PgxSession.getServerInstance() |
Copyright © 2015. All rights reserved.