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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
© 2000-2025 Flux Corporation. All rights reserved.