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 EnterpriseSchedulerConfigEnterpriseSchedulerConfigBuilder. build()Builds the EnterpriseSchedulerConfig with aparentPathofnull.EnterpriseSchedulerConfigEnterpriseSchedulerConfigBuilder. build(java.lang.String parentPath)Builds the EnterpriseSchedulerConfig.static EnterpriseSchedulerConfigEnterpriseSchedulerConfigBuilder. buildEnterpriseSchedulerConfig(java.util.function.Consumer<EnterpriseSchedulerConfigBuilder> builderSetup)Builds aEnterpriseSchedulerConfigin-placeEnterpriseSchedulerConfigPgxConfig. getEnterpriseSchedulerConfig()configuration parameters for the enterprise schedulerstatic EnterpriseSchedulerConfigEnterpriseSchedulerConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)Parses an input stream.static EnterpriseSchedulerConfigEnterpriseSchedulerConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)Parses a raw key/value mapping.static EnterpriseSchedulerConfigEnterpriseSchedulerConfig. 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 EnterpriseSchedulerConfigBuilderEnterpriseSchedulerConfigBuilder. putAll(EnterpriseSchedulerConfig config)Puts all values from the given config into this builderPgxConfigBuilderPgxConfigBuilder. 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
-