Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
EnterpriseSchedulerFlagsConfig |
PgxConfig.getEnterpriseSchedulerFlags()
[relevant for enterprise_scheduler] enterprise scheduler specific settings.
|
EnterpriseSchedulerFlagsConfig |
RuntimeConfig.getEnterpriseSchedulerFlags()
[relevant for enterprise_scheduler] enterprise scheduler specific settings.
|
static EnterpriseSchedulerFlagsConfig |
EnterpriseSchedulerFlagsConfig.parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.
|
static EnterpriseSchedulerFlagsConfig |
EnterpriseSchedulerFlagsConfig.parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.
|
static EnterpriseSchedulerFlagsConfig |
EnterpriseSchedulerFlagsConfig.parse(java.util.Properties props, boolean strict)
Parses a properties file.
|
Copyright © 2016 Oracle Corp. All Rights Reserved.