Uses of Interface
cambio.simulator.events.ISelfScheduled
Packages that use ISelfScheduled
Package
Description
Contains user request generator definitions.
This package contains events that are scheduled independently from the current state of the simulated system.
Entry point and classes that contain information of the current simulation.
CPU simulation classes.
-
Uses of ISelfScheduled in cambio.simulator.entities.generator
Classes in cambio.simulator.entities.generator that implement ISelfScheduledModifier and TypeClassDescriptionfinal class
Adds properties to aLoadGeneratorDescription
for describing an interval-based load generator.class
Adds properties to aLoadGeneratorDescription
for describing a limbo load model-based load generator.class
This class represents the description of a load generator.final class
Class that can execute aLoadGeneratorDescription
. -
Uses of ISelfScheduled in cambio.simulator.events
Classes in cambio.simulator.events that implement ISelfScheduledModifier and TypeClassDescriptionclass
AChaosMonkeyEvent
is anExternalEvent
that gets scheduled at the beginning of the experiment.class
Event that triggers a latency injection.class
Represents an action during an experiment e.g.class
An event without any direct effect on the simulation.class
Represents an event that can do an initial self schedule if asked to.class
ASummonerMonkeyEvent
is anExternalEvent
that gets scheduled at the begin of the experiment. -
Uses of ISelfScheduled in cambio.simulator.models
Methods in cambio.simulator.models that return types with arguments of type ISelfScheduledModifier and TypeMethodDescriptionExperimentModel.getAllSelfSchedulesEntities()
Collects all self scheduling entities from the experiment, so they can be scheduled during the initial scheduling of the model.Method parameters in cambio.simulator.models with type arguments of type ISelfScheduledModifier and TypeMethodDescriptionstatic @NotNull ExperimentModel
ExperimentModel.fromScheduleEntities
(MiSimModel baseModel, @NotNull Collection<ISelfScheduled> selfSchedulers) Creates a new Experiment model based on the given set of ISelfScheduled objects. -
Uses of ISelfScheduled in cambio.simulator.resources.cpu
Classes in cambio.simulator.resources.cpu that implement ISelfScheduledModifier and TypeClassDescriptionfinal class
Represents a CPU utilization tracker that periodically reports the CPU utilization in the recent time based on a bin size.