Uses of Interface
io.vertigo.core.daemon.DaemonStat
-
Packages that use DaemonStat Package Description io.vertigo.core.daemon io.vertigo.core.impl.daemon -
-
Uses of DaemonStat in io.vertigo.core.daemon
Methods in io.vertigo.core.daemon that return types with arguments of type DaemonStat Modifier and Type Method Description List<DaemonStat>
DaemonManager. getStats()
Provides a snapshot/copy of execution's stats. -
Uses of DaemonStat in io.vertigo.core.impl.daemon
Methods in io.vertigo.core.impl.daemon that return types with arguments of type DaemonStat Modifier and Type Method Description List<DaemonStat>
DaemonManagerImpl. getStats()
Provides a snapshot/copy of execution's stats.
-