Uses of Interface
net.sodacan.core.Coordinator
Packages that use 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.
-
Uses of Coordinator in net.sodacan.core
Methods in net.sodacan.core that return Coordinator -
Uses of Coordinator in net.sodacan.core.config
Fields in net.sodacan.core.config with type parameters of type CoordinatorMethods in net.sodacan.core.config that return CoordinatorMethod parameters in net.sodacan.core.config with type arguments of type CoordinatorModifier and TypeMethodDescriptionBaseBuilder.coordinator
(Function<Config, Coordinator> coordinatorFn) Local singleton -
Uses of Coordinator in net.sodacan.core.coordinator
Classes in net.sodacan.core.coordinator that implement CoordinatorModifier and TypeClassDescriptionclass
class
For this Single host coordinator, the static configuration is provided and used. -
Uses of Coordinator in net.sodacan.core.host
Methods in net.sodacan.core.host that return Coordinator