Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.api.admin |
This package contains the administrative interfaces of PGX.
|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<PgxConfig.Field,java.lang.Object> |
ServerInstance.getPgxConfig()
Blocking version of
ServerInstance.getPgxConfigAsync() . |
PgxFuture<java.util.Map<PgxConfig.Field,java.lang.Object>> |
ServerInstance.getPgxConfigAsync()
Gets the PGX config.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerInstance.startEngine(java.util.Map<PgxConfig.Field,java.lang.Object> config)
Blocking version of
ServerInstance.startEngineAsync(Map) . |
PgxFuture<java.lang.Void> |
ServerInstance.startEngineAsync(java.util.Map<PgxConfig.Field,java.lang.Object> config)
Starts the PGX engine with a custom configuration.
|
Modifier and Type | Method and Description |
---|---|
PgxFuture<java.util.Map<PgxConfig.Field,java.lang.Object>> |
Control.getPgxConfig()
Gets the pgx config.
|
Modifier and Type | Method and Description |
---|---|
PgxFuture<java.lang.Void> |
Control.start(java.util.Map<PgxConfig.Field,java.lang.Object> config) |
Modifier and Type | Method and Description |
---|---|
static PgxConfig.Field[] |
PgxConfig.getConfigFields() |
static PgxConfig.Field |
PgxConfig.Field.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PgxConfig.Field[] |
PgxConfig.Field.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<PgxConfig.Field,java.lang.Object> |
PgxConfigBuilder.getValues() |
java.util.Map<PgxConfig.Field,java.lang.Object> |
PgxConfig.getValues()
Gets the parsed values.
|
abstract java.util.Map<PgxConfig.Field,java.lang.Object> |
AbstractPgxConfig.getValues() |
java.util.Map<PgxConfig.Field,java.lang.Object> |
PgxConfig.getValuesWithoutDefaults()
Gets the values without defaults.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PgxConfig.hasDefaultValue(PgxConfig.Field field)
Checks for default value.
|
Modifier and Type | Method and Description |
---|---|
PgxConfigBuilder |
PgxConfigBuilder.putAll(java.util.Map<PgxConfig.Field,java.lang.Object> values)
Puts all values from the given map into this builder.
|
Constructor and Description |
---|
PgxConfigBuilder(java.util.Map<PgxConfig.Field,java.lang.Object> values)
Constructs a PgxConfigBuilder initialized with the values from the given map
|
Copyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.