Uses of Class
oracle.pgx.config.EnterpriseSchedulerConfig
-
Packages that use EnterpriseSchedulerConfig Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of EnterpriseSchedulerConfig in oracle.pgx.config
Methods in oracle.pgx.config that return EnterpriseSchedulerConfig Modifier and Type Method Description EnterpriseSchedulerConfig
EnterpriseSchedulerConfigBuilder. build()
Builds the EnterpriseSchedulerConfig with aparentPath
ofnull
.EnterpriseSchedulerConfig
EnterpriseSchedulerConfigBuilder. build(java.lang.String parentPath)
Builds the EnterpriseSchedulerConfig.static EnterpriseSchedulerConfig
EnterpriseSchedulerConfigBuilder. buildEnterpriseSchedulerConfig(java.util.function.Consumer<EnterpriseSchedulerConfigBuilder> builderSetup)
Builds aEnterpriseSchedulerConfig
in-placeEnterpriseSchedulerConfig
PgxConfig. getEnterpriseSchedulerConfig()
configuration parameters for the enterprise schedulerstatic 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.Methods in oracle.pgx.config with parameters of type EnterpriseSchedulerConfig Modifier and Type Method Description EnterpriseSchedulerConfigBuilder
EnterpriseSchedulerConfigBuilder. putAll(EnterpriseSchedulerConfig config)
Puts all values from the given config into this builderPgxConfigBuilder
PgxConfigBuilder. setEnterpriseSchedulerConfig(EnterpriseSchedulerConfig enterpriseSchedulerConfig)
configuration parameters for the enterprise schedulerConstructors in oracle.pgx.config with parameters of type EnterpriseSchedulerConfig Constructor Description EnterpriseSchedulerConfigBuilder(EnterpriseSchedulerConfig config)
Constructs a EnterpriseSchedulerConfigBuilder initialized with the values from the given config
-