Package cambio.simulator.entities.microservice
package cambio.simulator.entities.microservice
Classes that directly relate to microservices, like operations, instances or instance modification events.
-
ClassDescriptionFor now this is an unused event that represents the killing of an instance.Represents the end of the shutdown process of an instance.Triggers the instance to stats its shutdown process.Triggers the startup procedure for a
MicroserviceInstance
.Represents the possible states of aMicroserviceInstance
.A Microservice is one of the core Entities of the simulation.AMicroserviceInstance
(in the following just called instance) represents an actual, running instance of aMicroservice
.For now this is an unused event to represent the scaling of a microservice.RuntimeException that is thrown if there are currently no requests service instances available.AnOperation
represents an endpoint of a service.