Package net.sodacan.core.coordinator
Class HostEntry
java.lang.Object
net.sodacan.core.coordinator.HostEntry
Contains a combination of host number, actorgroup number, and actorGroup state. The coordinator sends this information to a host to indicate how the host should be configured.
In a single=host configuration, the host gets one entry from the coordinator: Host #1, ActorGroup #1, State=live.
Note: Host number is configured at startup per instance and is used to fetch the intended ActorGroups for that one host.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
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. -
Constructor Summary
Constructors -
Method Summary