Package cambio.simulator.events
Interface ISelfScheduled
- All Known Implementing Classes:
BinnedCPUUtilizationTracker,ChaosMonkeyEvent,DelayInjection,ExperimentAction,HookEvent,IntervalLoadGeneratorDescription,LimboLoadGeneratorDescription,LoadGeneratorDescription,LoadGeneratorDescriptionExecutor,SelfScheduledExperimentAction,SummonerMonkeyEvent
public interface ISelfScheduled
Events of an experiment that extend this interface are asked to self schedule on the start of the simulation.
-
Method Summary
Modifier and TypeMethodDescriptionvoidSchedule yourself for the simulation.
-
Method Details
-
doInitialSelfSchedule
void doInitialSelfSchedule()Schedule yourself for the simulation.
-