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 |
---|---|
ConcurrencyConstraint |
ConcurrencyThrottle.add(int limit)
Adds a new concurrency constraint to this concurrency throttle.
|
ConcurrencyConstraint |
ConcurrencyThrottle.add(java.lang.String concurrencyConstraint)
Sets the concurrency throttle for this node.
|
ConcurrencyConstraint |
RuntimeConfigurationFactory.makeConcurrencyConstraint()
Makes a concurrency constraint, which can be set on a concurrency
throttle in order to limit the number of concurrently execute jobs.
|
Modifier and Type | Method and Description |
---|---|
void |
ConcurrencyThrottle.add(ConcurrencyConstraint concurrencyConstraint)
Adds a new concurrency constraint to this concurrency throttle.
|
boolean |
ConcurrencyThrottle.contains(ConcurrencyConstraint concurrencyConstraint)
Indicates whether the specified concurrency constraint exists in this
concurrency throttle.
|
boolean |
ConcurrencyThrottle.remove(ConcurrencyConstraint concurrencyConstraint)
Deletes the specified concurrency constraint from this concurrency
throttle.
|
© 2000-2025 Flux Corporation. All rights reserved.