Uses of Interface
flux.runtimeconfiguration.ConcurrencyConstraint

Packages that use ConcurrencyConstraint
flux.runtimeconfiguration Configuration properties that can be updated at runtime, including concurrency throttles and default workflow error handlers 
 

Uses of ConcurrencyConstraint in flux.runtimeconfiguration
 

Methods in flux.runtimeconfiguration that return ConcurrencyConstraint
 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.
 

Methods in flux.runtimeconfiguration with parameters of type ConcurrencyConstraint
 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.
 



© 2014 Flux Corporation. All rights reserved.