Uses of Class
ch.psi.wica.model.app.StatisticsCollectionService
Packages that use StatisticsCollectionService
Package
Description
Classes providing high level support for the application.
Classes providing support for HTTP endpoints.
Classes providing support for the high level services associated with a wica stream.
-
Uses of StatisticsCollectionService in ch.psi.wica
Constructors in ch.psi.wica with parameters of type StatisticsCollectionServiceModifierConstructorDescriptionWicaApplication
(boolean testLoggingOnStartup, ConfigurationStatistics configurationStatistics, StatisticsCollectionService statisticsCollectionService) -
Uses of StatisticsCollectionService in ch.psi.wica.controllers
Constructors in ch.psi.wica.controllers with parameters of type StatisticsCollectionServiceModifierConstructorDescriptionWicaAdminPageController
(StatisticsCollectionService statisticsCollectionService, EpicsChannelMonitorPublisher epicsChannelMonitorPublisher, EpicsChannelPollerPublisher epicsChannelPollerPublisher, EpicsChannelManager.EpicsMonitoredChannelManagerService epicsMonitoredChannelManager, EpicsChannelManager.EpicsPolledChannelManagerService epicsPolledChannelManager) Constructs a new instance.WicaStreamCreateController
(WicaStreamLifecycleService wicaStreamLifecycleService, StatisticsCollectionService statisticsCollectionService) Constructs a new controller for handling stream POST requests.WicaStreamDeleteController
(WicaStreamLifecycleService wicaStreamLifecycleService, StatisticsCollectionService statisticsCollectionService) Constructs a new controller for handling stream DELETE requests.WicaStreamGetController
(WicaStreamLifecycleService wicaStreamLifecycleService, StatisticsCollectionService statisticsCollectionService) Constructs a new controller for handling stream GET requests.WicaStreamPutController
(WicaStreamLifecycleService wicaStreamLifecycleService, StatisticsCollectionService statisticsCollectionService) Constructs a new controller for handling stream RELOAD requests. -
Uses of StatisticsCollectionService in ch.psi.wica.controlsystem.epics.channel
Constructors in ch.psi.wica.controlsystem.epics.channel with parameters of type StatisticsCollectionServiceModifierConstructorDescriptionEpicsChannelManager
(String scope, EpicsChannelAccessContextSupplier epicsChannelAccessContextSupplier, EpicsChannelConnectionChangeSubscriber epicsChannelConnectionChangeSubscriber, EpicsChannelEventPublisher epicsChannelEventPublisher, StatisticsCollectionService statisticsCollectionService) Constructs a new instance.EpicsMonitoredChannelManagerService
(EpicsChannelAccessContextSupplier epicsChannelAccessContextSupplier, EpicsChannelConnectionChangeSubscriber epicsChannelConnectionChangeSubscriber, EpicsChannelEventPublisher epicsChannelEventPublisher, StatisticsCollectionService statisticsCollectionService) Constructs a new instance.EpicsPolledChannelManagerService
(EpicsChannelAccessContextSupplier epicsChannelAccessContextSupplier, EpicsChannelConnectionChangeSubscriber epicsChannelConnectionChangeSubscriber, EpicsChannelEventPublisher epicsChannelEventPublisher, StatisticsCollectionService statisticsCollectionService) Constructs a new instance. -
Uses of StatisticsCollectionService in ch.psi.wica.controlsystem.epics.metadata
Constructors in ch.psi.wica.controlsystem.epics.metadata with parameters of type StatisticsCollectionServiceModifierConstructorDescription(package private)
EpicsChannelMetadataPublisher
(EpicsChannelMetadataGetter epicsChannelMetadataGetter, WicaChannelEventPublisher wicaChannelEventPublisher, StatisticsCollectionService statisticsCollectionService) -
Uses of StatisticsCollectionService in ch.psi.wica.controlsystem.epics.monitor
Constructors in ch.psi.wica.controlsystem.epics.monitor with parameters of type StatisticsCollectionServiceModifierConstructorDescription(package private)
EpicsChannelMonitorPublisher
(EpicsChannelMonitorSubscriber epicsChannelMonitorSubscriber, WicaChannelEventPublisher wicaChannelEventPublisher, StatisticsCollectionService statisticsCollectionService) Creates a new instance. -
Uses of StatisticsCollectionService in ch.psi.wica.controlsystem.epics.poller
Constructors in ch.psi.wica.controlsystem.epics.poller with parameters of type StatisticsCollectionServiceModifierConstructorDescriptionEpicsChannelPollerPublisher
(EpicsChannelValueGetter epicsChannelValueGetter, WicaChannelEventPublisher wicaChannelEventPublisher, StatisticsCollectionService statisticsCollectionService) Creates a new instance. -
Uses of StatisticsCollectionService in ch.psi.wica.services.stream
Constructors in ch.psi.wica.services.stream with parameters of type StatisticsCollectionServiceModifierConstructorDescriptionWicaStreamLifecycleService
(WicaStreamConfigurationDecoder wicaStreamConfigurationDecoder, WicaStreamMetadataRequesterService wicaStreamMetadataRequesterService, WicaStreamMonitoredValueRequesterService wicaStreamMonitoredValueRequesterService, WicaStreamPolledValueRequesterService wicaStreamPolledValueRequesterService, WicaStreamMetadataCollectorService wicaStreamMetadataCollectorService, WicaStreamMonitoredValueCollectorService wicaStreamMonitoredValueCollectorService, WicaStreamPolledValueCollectorService wicaStreamPolledValueCollectorService, WicaChannelMetadataMapSerializerService wicaChannelMetadataMapSerializerService, WicaChannelValueMapSerializerService wicaChannelValueMapSerializerService, StatisticsCollectionService statisticsCollectionService)