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 classAdds properties to aLoadGeneratorDescriptionfor describing an interval-based load generator.classAdds properties to aLoadGeneratorDescriptionfor describing a limbo load model-based load generator.classThis class represents the description of a load generator.final classClass that can execute aLoadGeneratorDescription. -
Uses of ISelfScheduled in cambio.simulator.events
Classes in cambio.simulator.events that implement ISelfScheduledModifier and TypeClassDescriptionclassAChaosMonkeyEventis anExternalEventthat gets scheduled at the beginning of the experiment.classEvent that triggers a latency injection.classRepresents an action during an experiment e.g.classAn event without any direct effect on the simulation.classRepresents an event that can do an initial self schedule if asked to.classASummonerMonkeyEventis anExternalEventthat 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 ExperimentModelExperimentModel.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 classRepresents a CPU utilization tracker that periodically reports the CPU utilization in the recent time based on a bin size.