public interface RuntimeConfigurationFactory
Modifier and Type | Method and Description |
---|---|
ConcurrencyConstraint |
makeConcurrencyConstraint()
Makes a concurrency constraint, which can be set on a concurrency
throttle in order to limit the number of concurrently execute jobs.
|
ConcurrencyThrottle |
makeConcurrencyThrottle()
Makes a concurrency throttle, which can be set on a runtime configuration
node in order to limit the number of concurrently execute jobs.
|
RuntimeConfigurationNode |
makeDefaultRuntimeConfiguration()
Makes a default runtime configuration that is identical to
flux.Configuration.DEFAULT_RUNTIME_CONFIGURATION_NODE except that it is
mutable.
|
RuntimeConfigurationNode |
makeRuntimeConfiguration()
Makes an empty runtime configuration that can be updated to create a
custom runtime configuration.
|
ConcurrencyConstraint makeConcurrencyConstraint()
ConcurrencyThrottle makeConcurrencyThrottle()
RuntimeConfigurationNode makeDefaultRuntimeConfiguration()
Configuration.DEFAULT_RUNTIME_CONFIGURATION
RuntimeConfigurationNode makeRuntimeConfiguration()
© 2000-2025 Flux Corporation. All rights reserved.