Uses of Interface
astra.execution.SchedulerStrategy
| Package | Description |
|---|---|
| astra.core | |
| astra.execution |
-
Uses of SchedulerStrategy in astra.core
Methods in astra.core with parameters of type SchedulerStrategy Modifier and Type Method Description static voidScheduler. setStrategy(SchedulerStrategy s) -
Uses of SchedulerStrategy in astra.execution
Classes in astra.execution that implement SchedulerStrategy Modifier and Type Class Description classAdaptiveSchedulerStrategyclassBasicSchedulerStrategyclassDummySchedulerStrategyThis strategy was developed for the unit testing framework which uses its own control layer instead of the scheduler.classFairSchedulerStrategyStrategy: Agent added gets set to "WAITING" state Agents executed get set to "ACTIVE" state Agents suspended get set to a "SUSPENDED" stateclassTestSchedulerStrategyStrategy: Agent added gets set to "WAITING" state Agents executed get set to "ACTIVE" state Agents suspended get set to a "SUSPENDED" state