Uses of Class
oracle.pgx.config.BasicSchedulerConfig
-
Packages that use BasicSchedulerConfig Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of BasicSchedulerConfig in oracle.pgx.config
Methods in oracle.pgx.config that return BasicSchedulerConfig Modifier and Type Method Description BasicSchedulerConfigBasicSchedulerConfigBuilder. build()Builds the BasicSchedulerConfig with aparentPathofnull.BasicSchedulerConfigBasicSchedulerConfigBuilder. build(java.lang.String parentPath)Builds the BasicSchedulerConfig.static BasicSchedulerConfigBasicSchedulerConfigBuilder. buildBasicSchedulerConfig(java.util.function.Consumer<BasicSchedulerConfigBuilder> builderSetup)Builds aBasicSchedulerConfigin-placeBasicSchedulerConfigPgxConfig. getBasicSchedulerConfig()configuration parameters for the fork join pool backendstatic BasicSchedulerConfigBasicSchedulerConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)Parses an input stream.static BasicSchedulerConfigBasicSchedulerConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)Parses a raw key/value mapping.static BasicSchedulerConfigBasicSchedulerConfig. parse(java.util.Properties props, boolean strict)Parses a properties file.Methods in oracle.pgx.config with parameters of type BasicSchedulerConfig Modifier and Type Method Description BasicSchedulerConfigBuilderBasicSchedulerConfigBuilder. putAll(BasicSchedulerConfig config)Puts all values from the given config into this builderPgxConfigBuilderPgxConfigBuilder. setBasicSchedulerConfig(BasicSchedulerConfig basicSchedulerConfig)configuration parameters for the fork join pool backendConstructors in oracle.pgx.config with parameters of type BasicSchedulerConfig Constructor Description BasicSchedulerConfigBuilder(BasicSchedulerConfig config)Constructs a BasicSchedulerConfigBuilder initialized with the values from the given config
-