Uses of Class
com.nmontytskyi.monitoring.model.ServiceInfo
Packages that use ServiceInfo
-
Uses of ServiceInfo in com.nmontytskyi.monitoring.collector
Methods in com.nmontytskyi.monitoring.collector with parameters of type ServiceInfoModifier and TypeMethodDescriptionMetricsCollector.collect(ServiceInfo service) Collects the current metrics from the specified service. -
Uses of ServiceInfo in com.nmontytskyi.monitoring.server.mapper
Methods in com.nmontytskyi.monitoring.server.mapper that return ServiceInfoModifier and TypeMethodDescriptionstatic ServiceInfoServiceInfoMapper.toModel(RegisteredServiceEntity entity) Converts aRegisteredServiceEntity(loaded from the database) into aServiceInfocore domain object.Methods in com.nmontytskyi.monitoring.server.mapper with parameters of type ServiceInfoModifier and TypeMethodDescriptionstatic RegisteredServiceEntityServiceInfoMapper.toEntity(ServiceInfo model) Converts aServiceInfocore domain object into a newRegisteredServiceEntityready to be persisted.