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)
Blocking version of
ServerInstance.getThreadPoolInfoAsync(PoolType) . |
PgxFuture<oracle.pgx.common.pojo.admin.PoolInfo> |
ServerInstance.getThreadPoolInfoAsync(PoolType type)
Gets the thread pool info.
|
void |
ServerInstance.resizePool(PoolType poolType, int parallelism)
Blocking version of
ServerInstance.resizePoolAsync(PoolType, int) . |
PgxFuture<java.lang.Void> |
ServerInstance.resizePoolAsync(PoolType poolType, int parallelism)
Resize a pool to use a different degree of parallelism
|
Modifier and Type | Method and Description |
---|---|
PgxFuture<oracle.pgx.common.pojo.admin.PoolInfo> |
Control.getThreadPoolInfo(PoolType type)
Gets the thread pool info.
|
PgxFuture<java.lang.Void> |
Control.resizePool(PoolType poolType, int parallelism)
resize a pool to use a different degree of parallelism
|
Copyright © 2017 Oracle Corp. All Rights Reserved.