Uses of Class
net.sodacan.core.scheduler.Statistics
Packages that use Statistics
Package
Description
This package contains most of the Interfaces of Sodacan.
A small island of compute sending and receiving messages to/from other Actors.
A Host manages ActorGroups.
The Scheduler for an ActorGroup is concerned with thread coordination.
-
Uses of Statistics in net.sodacan.core
Methods in net.sodacan.core that return StatisticsModifier and TypeMethodDescriptionScheduler.getStatistics()
Host.getStatisticsFor
(ActorId actorId) Methods in net.sodacan.core that return types with arguments of type StatisticsModifier and TypeMethodDescriptionHost.getActorGroupStatistics()
Get stats for all active actorGroups -
Uses of Statistics in net.sodacan.core.actor
Fields in net.sodacan.core.actor with type parameters of type StatisticsMethods in net.sodacan.core.actor that return types with arguments of type StatisticsModifier and TypeMethodDescriptionAbstractActor.getLiveActorGroupStatistics()
Make a map of actorGroup statistics.Constructor parameters in net.sodacan.core.actor with type arguments of type Statistics -
Uses of Statistics in net.sodacan.core.host
Methods in net.sodacan.core.host that return StatisticsMethods in net.sodacan.core.host that return types with arguments of type Statistics -
Uses of Statistics in net.sodacan.core.scheduler
Methods in net.sodacan.core.scheduler that return Statistics