|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConcurrencyThrottle | |
|---|---|
| flux.runtimeconfiguration | Configuration properties that can be updated at runtime, including concurrency throttles and default workflow error handlers |
| Uses of ConcurrencyThrottle in flux.runtimeconfiguration |
|---|
| Methods in flux.runtimeconfiguration that return ConcurrencyThrottle | |
|---|---|
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. |
| Methods in flux.runtimeconfiguration with parameters of type ConcurrencyThrottle | |
|---|---|
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.. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||