Uses of Class
io.vertigo.core.daemon.DaemonScheduled
-
Packages that use DaemonScheduled Package Description io.vertigo.core.impl.analytics io.vertigo.core.impl.resource io.vertigo.core.plugins.analytics.log -
-
Uses of DaemonScheduled in io.vertigo.core.impl.analytics
Methods in io.vertigo.core.impl.analytics with annotations of type DaemonScheduled Modifier and Type Method Description void
AnalyticsManagerImpl. sendHealthChecks()
Daemon to retrieve healthChecks and add them to the connectorsvoid
AnalyticsManagerImpl. sendMetrics()
Daemon to retrieve metrics and add them to the connectors -
Uses of DaemonScheduled in io.vertigo.core.impl.resource
Methods in io.vertigo.core.impl.resource with annotations of type DaemonScheduled Modifier and Type Method Description void
ResourceManagerImpl. deleteOldFiles()
Daemon for deleting old files. -
Uses of DaemonScheduled in io.vertigo.core.plugins.analytics.log
Methods in io.vertigo.core.plugins.analytics.log with annotations of type DaemonScheduled Modifier and Type Method Description void
SocketLoggerAnalyticsConnectorPlugin. pollQueue()
Daemon to unstack processes to end themvoid
SocketLoggerJsonAnalyticsConnectorPlugin. pollQueue()
Daemon to unstack processes to end them
-