Uses of Package
net.sodacan.core.coordinator
Packages that use net.sodacan.core.coordinator
Package
Description
This package contains most of the Interfaces of Sodacan.
The Sodacan coordinator keeps a network-wide "ideal" distribution of ActorGroups along
with a snapshot of the current Host/ActorGroup arrangement.
A Host manages ActorGroups.
-
Classes in net.sodacan.core.coordinator used by net.sodacan.coreClassDescriptionContains a combination of host number, actorgroup number, and actorGroup state.
-
Classes in net.sodacan.core.coordinator used by net.sodacan.core.coordinatorClassDescriptionContains a combination of host number, actorgroup number, and actorGroup state.Active state means that this actorGroup is able to process messages. Replica state means that this actorGroup is only receiving actor state messages and storing them locally in anticipation of possibly becoming active. The Host mode allows the specified ActorGroup to remain bound to the host; It can't move like an ordinary ActorrGroup.
-
Classes in net.sodacan.core.coordinator used by net.sodacan.core.hostClassDescriptionContains a combination of host number, actorgroup number, and actorGroup state.