Uses of Interface
net.sodacan.core.ActorGroup
Packages that use ActorGroup
Package
Description
This package contains most of the Interfaces of Sodacan.
A small island of compute sending and receiving messages to/from other Actors.
An ActorGroup contains a dynamic number of actors.
A Host manages ActorGroups.
The Scheduler for an ActorGroup is concerned with thread coordination.
-
Uses of ActorGroup in net.sodacan.core
Methods in net.sodacan.core that return ActorGroupModifier and TypeMethodDescriptionConfig.createActorGroup
(int actorGroupNumber) Create a actorGroup.Actor.getActorGroup()
Host.getActorGroup
(HostEntry hostEntry) Scheduler.getActorGroup()
Methods in net.sodacan.core that return types with arguments of type ActorGroupMethods in net.sodacan.core with parameters of type ActorGroupModifier and TypeMethodDescriptionConfig.createScheduler
(ActorGroup actorGroup) Create a new scheduler.void
Actor.setActorGroup
(ActorGroup actorGroup) -
Uses of ActorGroup in net.sodacan.core.actor
Methods in net.sodacan.core.actor that return ActorGroupMethods in net.sodacan.core.actor with parameters of type ActorGroup -
Uses of ActorGroup in net.sodacan.core.actorgroup
Classes in net.sodacan.core.actorgroup that implement ActorGroup -
Uses of ActorGroup in net.sodacan.core.config
Fields in net.sodacan.core.config with type parameters of type ActorGroupMethods in net.sodacan.core.config that return ActorGroupModifier and TypeMethodDescriptionDefaultConfig.createActorGroup
(int actorGroupNumber) Create a actorGroup.Methods in net.sodacan.core.config with parameters of type ActorGroupModifier and TypeMethodDescriptionDefaultConfig.createScheduler
(ActorGroup actorGroup) Create a new scheduler.Method parameters in net.sodacan.core.config with type arguments of type ActorGroupModifier and TypeMethodDescriptionBaseBuilder.actorGroup
(BiFunction<Config, Integer, ActorGroup> actorGroupFn) Local factoryBaseBuilder.scheduler
(BiFunction<Config, ActorGroup, Scheduler> schedulerFn) Local factory -
Uses of ActorGroup in net.sodacan.core.host
Fields in net.sodacan.core.host with type parameters of type ActorGroupModifier and TypeFieldDescriptionprotected Map
<HostEntry, ActorGroup> AbstractHost.activeActorGroups
Methods in net.sodacan.core.host that return ActorGroupMethods in net.sodacan.core.host that return types with arguments of type ActorGroup -
Uses of ActorGroup in net.sodacan.core.scheduler
Fields in net.sodacan.core.scheduler declared as ActorGroupMethods in net.sodacan.core.scheduler that return ActorGroupConstructors in net.sodacan.core.scheduler with parameters of type ActorGroupModifierConstructorDescriptionDefaultScheduler
(Config config, ActorGroup actorGroup) Construct a default scheduler, one per ActorGroupStatistics
(ActorGroup actorGroup)