Uses of Interface
ch.psi.wica.model.app.StatisticsCollectable
Packages that use StatisticsCollectable
Package
Description
Classes providing high level support for the application.
Classes providing support for the programmatic configuration of this Spring Boot application.
Classes providing support for HTTP endpoints.
Domain classes providing abstractions that are shared throughtout the application.
Classes providing support for the high level services associated with a wica stream.
-
Uses of StatisticsCollectable in ch.psi.wica
Classes in ch.psi.wica that implement StatisticsCollectableModifier and TypeClassDescriptionclass
Provides the statistics directly associated with the server. -
Uses of StatisticsCollectable in ch.psi.wica.config
Classes in ch.psi.wica.config that implement StatisticsCollectableModifier and TypeClassDescriptionclass
Provides statistics related to the configuration of this Wica Server. -
Uses of StatisticsCollectable in ch.psi.wica.controllers
Classes in ch.psi.wica.controllers that implement StatisticsCollectableModifier and TypeClassDescriptionclass
Provides statistics related to the Wica Controllers. -
Uses of StatisticsCollectable in ch.psi.wica.controlsystem.epics.channel
Classes in ch.psi.wica.controlsystem.epics.channel that implement StatisticsCollectableModifier and TypeClassDescriptionclass
Provides the statistics associated with an EPICS channel. -
Uses of StatisticsCollectable in ch.psi.wica.controlsystem.epics.metadata
Classes in ch.psi.wica.controlsystem.epics.metadata that implement StatisticsCollectableModifier and TypeClassDescriptionclass
Provides the statistics associated with EPICS channel's metadata. -
Uses of StatisticsCollectable in ch.psi.wica.controlsystem.epics.monitor
Classes in ch.psi.wica.controlsystem.epics.monitor that implement StatisticsCollectableModifier and TypeClassDescriptionclass
Provides statistics related to the EPICS channel monitoring. -
Uses of StatisticsCollectable in ch.psi.wica.controlsystem.epics.poller
Classes in ch.psi.wica.controlsystem.epics.poller that implement StatisticsCollectableModifier and TypeClassDescriptionclass
Provides statistics related to the EPICS channel pollers. -
Uses of StatisticsCollectable in ch.psi.wica.model.app
Methods in ch.psi.wica.model.app with parameters of type StatisticsCollectableModifier and TypeMethodDescriptionvoid
StatisticsCollectionService.addCollectable
(StatisticsCollectable statisticsCollectable) -
Uses of StatisticsCollectable in ch.psi.wica.services.stream
Classes in ch.psi.wica.services.stream that implement StatisticsCollectable