Uses of Class
cambio.simulator.entities.NamedEntity
Packages that use NamedEntity
Package
Description
Contains user request generator definitions.
Classes that directly relate to microservices, like operations, instances or instance modification events.
Network behavior revolving around request sending, monitoring and receiving.
Contains implementations of resilience patterns.
-
Uses of NamedEntity in cambio.simulator.entities.generator
Subclasses of NamedEntity in cambio.simulator.entities.generator -
Uses of NamedEntity in cambio.simulator.entities.microservice
Subclasses of NamedEntity in cambio.simulator.entities.microserviceModifier and TypeClassDescriptionclass
A Microservice is one of the core Entities of the simulation.class
AMicroserviceInstance
(in the following just called instance) represents an actual, running instance of aMicroservice
.class
AnOperation
represents an endpoint of a service. -
Uses of NamedEntity in cambio.simulator.entities.networking
Subclasses of NamedEntity in cambio.simulator.entities.networkingModifier and TypeClassDescriptionclass
Represents aRequest
between twoMicroserviceInstance
s.class
Represents a Request that can travel between twoMicroserviceInstance
s.final class
Wrapper class to ease responding toRequest
s.class
Class that provides the ability to send requests and register listeners to this requests.class
This is an instance of aSimpleDependencyDescription
.class
ARequest
that represents a request that is created by a user from outside the simulated system. -
Uses of NamedEntity in cambio.simulator.entities.patterns
Subclasses of NamedEntity in cambio.simulator.entities.patternsModifier and TypeClassDescriptionclass
An examplary implementation of aStrategicPeriodicServiceOwnedPattern
with a potentially varyingIAutoscalingPolicy
.final class
Manager class of all CircuitBreakers of one Microservice Instance.class
Represents a resilience pattern that is owned by aMicroserviceInstance
.class
A service owned pattern that is automatically triggered periodically.class
Retry implementation that employs a full jitter based exponential backoff.class
Resilience Pattern that is owned by aMicroservice
.class
StrategicInstanceOwnedPattern<S extends IStrategy>
Represents aServiceOwnedPattern
that wants to be injected with anIStrategy
object.class
StrategicPeriodicServiceOwnedPattern<S extends IStrategy>
Represents a pattern owned by aMicroservice
that employs aIStrategy
.class
StrategicServiceOwnedPattern<S extends IStrategy>
Represents a pattern owned by aMicroservice
that employs aIStrategy
.