| Package | Description |
|---|---|
| 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 PoolType |
PoolType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoolType[] |
PoolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
oracle.pgx.common.pojo.admin.PoolInfo |
ServerInstance.getThreadPoolInfo(PoolType type)
Deprecated.
since 2.7.0, use
ServerInstance.getServerState() |
PgxFuture<oracle.pgx.common.pojo.admin.PoolInfo> |
ServerInstance.getThreadPoolInfoAsync(PoolType type)
Deprecated.
since 2.7.0, use
ServerInstance.getServerStateAsync() |
| Modifier and Type | Method and Description |
|---|---|
PgxFuture<oracle.pgx.common.pojo.admin.PoolInfo> |
Control.getThreadPoolInfo(PoolType type)
Deprecated.
since 2.7.0
|