| Budget |
A budget defines how much a task can execute
|
| BudgetBuilder |
An interface for budget builders
|
| Budgets.TimeBoundedBudgetBuilder |
A helper builder of time bounded builders.
|
| IterationBoundedBudget |
This task budget limits the execution by a given number of iterations or an unlimited number if configured to do so.
|
| IterationBoundedBudgetBuilder |
A helper builder of iteration bounded builders.
|
| IterationBudget |
A budget that limits the task execution to a given number of iterations
|
| IterationTimeBoundedBudget |
This task budget limits the execution by both a given number of iterations or a maximum amount of time for the
execution.
|
| IterationTimeBoundedBudgetBuilder |
A helper builder of iteration and time bounded builders.
|
| TimeBoundedBudget |
This task budget limits the execution by both a maximum amount of time for the execution.
|
| TimeBudget |
Defines a budget that limits the task execution to certain length of time
|