| Package | Description |
|---|---|
| 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 |
|---|---|
InteractionMode |
ServerInstance.getClientServerInteractionMode()
Gets the client/server interaction mode (
BLOCKING, ASYNC_POLLING) |
| Modifier and Type | Method and Description |
|---|---|
InteractionMode |
ClientConfig.getClientServerInteractionMode()
if
async_polling the PGX client would poll the status of the future until it's completed. |
static InteractionMode |
InteractionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InteractionMode[] |
InteractionMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClientConfigBuilder |
ClientConfigBuilder.setClientServerInteractionMode(InteractionMode interactionMode)
Sets the client/server interaction mode (
BLOCKING, ASYNC_POLLING) |