Package | Description |
---|---|
flux.runtimeconfiguration |
Configuration properties that can be updated at runtime, including concurrency
throttles and default workflow error handlers
|
Modifier and Type | Method and Description |
---|---|
ConcurrencyThrottle |
RuntimeConfigurationNode.getConcurrencyThrottle()
Returns the concurrency constraint for this node, if any.
|
ConcurrencyThrottle |
RuntimeConfigurationNode.getConcurrencyThrottleClusterWide()
Returns the concurrency constraint for this node, if any, which applies to
flow charts running across the entire cluster.
|
ConcurrencyThrottle |
RuntimeConfigurationFactory.makeConcurrencyThrottle()
Makes a concurrency throttle, which can be set on a runtime configuration
node in order to limit the number of concurrently execute jobs.
|
Modifier and Type | Method and Description |
---|---|
void |
RuntimeConfigurationNode.setConcurrencyThrottle(ConcurrencyThrottle concurrencyThrottle)
Sets the concurrency throttle for this node.
|
void |
RuntimeConfigurationNode.setConcurrencyThrottleClusterWide(ConcurrencyThrottle concurrencyThrottle)
Sets the concurrency throttle for this node, which applies to flow charts
running across the entire cluster..
|
© 2000-2025 Flux Corporation. All rights reserved.