Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
EnterpriseSchedulerConfig |
EnterpriseSchedulerConfigBuilder.build()
Builds the EnterpriseSchedulerConfig with a
parentPath of null . |
EnterpriseSchedulerConfig |
EnterpriseSchedulerConfigBuilder.build(java.lang.String parentPath)
Builds the EnterpriseSchedulerConfig.
|
static EnterpriseSchedulerConfig |
EnterpriseSchedulerConfigBuilder.buildEnterpriseSchedulerConfig(java.util.function.Consumer<EnterpriseSchedulerConfigBuilder> builderSetup)
Builds a
EnterpriseSchedulerConfig in-place |
EnterpriseSchedulerConfig |
PgxConfig.getEnterpriseSchedulerConfig()
configuration parameters for the enterprise scheduler
|
static EnterpriseSchedulerConfig |
EnterpriseSchedulerConfig.parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.
|
static EnterpriseSchedulerConfig |
EnterpriseSchedulerConfig.parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.
|
static EnterpriseSchedulerConfig |
EnterpriseSchedulerConfig.parse(java.util.Properties props, boolean strict)
Parses a properties file.
|
Modifier and Type | Method and Description |
---|---|
EnterpriseSchedulerConfigBuilder |
EnterpriseSchedulerConfigBuilder.putAll(EnterpriseSchedulerConfig config)
Puts all values from the given config into this builder
|
PgxConfigBuilder |
PgxConfigBuilder.setEnterpriseSchedulerConfig(EnterpriseSchedulerConfig enterpriseSchedulerConfig)
configuration parameters for the enterprise scheduler
|
Constructor and Description |
---|
EnterpriseSchedulerConfigBuilder(EnterpriseSchedulerConfig config)
Constructs a EnterpriseSchedulerConfigBuilder initialized with the values from the given config
|
Copyright © 2017 Oracle Corp. All Rights Reserved.