Uses of Class
flux.runtimeconfiguration.ConcurrencyConstraintOperator

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

Uses of ConcurrencyConstraintOperator in flux.runtimeconfiguration
 

Methods in flux.runtimeconfiguration that return ConcurrencyConstraintOperator
static ConcurrencyConstraintOperator ConcurrencyConstraintOperator.fromString(java.lang.String operator)
          Converts "<" or "<=" to its corresponding ConcurrencyConstraintOperator enumeration constant.
 ConcurrencyConstraintOperator ConcurrencyConstraint.getOperator()
          Returns the operator used to compare the number of currently executing jobs in this concurrency constraint's namespace to the maximum number of jobs that are allowed to execute in this concurrency constraint's namespace.
static ConcurrencyConstraintOperator ConcurrencyConstraintOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConcurrencyConstraintOperator[] ConcurrencyConstraintOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in flux.runtimeconfiguration with parameters of type ConcurrencyConstraintOperator
 void ConcurrencyConstraint.setOperator(ConcurrencyConstraintOperator operator)
          Sets the operator used to compare the number of currently executing jobs in this concurrency constraint's namespace to the maximum number of jobs that are allowed to execute in this concurrency constraint's namespace.
 



© 2014 Flux Corporation. All rights reserved.