| Interface | Description |
|---|---|
| DelayAdjuster |
Algorithmically adjusts a scheduling time delay depending on certain parameters.
|
| TaskScheduler |
A component delegating to registered
TimerDrivenModules on a scheduled basis. |
| TimingStrategy |
A strategy for timing scheduled tasks.
|
| Class | Description |
|---|---|
| AdaptiveTimingStrategy |
Implementation of
TimingStrategy that pays attention to the current level of activity in the database, i.e. |
| ConstantDeltaDelayAdjuster |
Simple implementation of
DelayAdjuster that makes adjustments of a constant size depending on the activity
delta and threshold values. |
| FixedDelayTimingStrategy |
TimingStrategy that causes tasks to be scheduled in regular intervals. |
| RotatingTaskScheduler |
TaskScheduler that delegates to the registered TimerDrivenModules in round-robin fashion, in the order
in which the modules were registered. |
Copyright © 2013-2016–2018 Graph Aware Limited. All rights reserved.