Uses of Interface
de.xima.fc.cluster.model.ICluster
Packages that use ICluster
Package
Description
-
Uses of ICluster in de.xima.fc.cluster.impl.jgroup
Classes in de.xima.fc.cluster.impl.jgroup that implement IClusterModifier and TypeClassDescriptionclass
Implementation of aICluster
that usesEClusterImplementation.JGROUPS
.Methods in de.xima.fc.cluster.impl.jgroup that return ICluster -
Uses of ICluster in de.xima.fc.cluster.interfaces
Methods in de.xima.fc.cluster.interfaces that return ICluster -
Uses of ICluster in de.xima.fc.cluster.model.events.topo
Fields in de.xima.fc.cluster.model.events.topo declared as IClusterMethods in de.xima.fc.cluster.model.events.topo that return IClusterConstructors in de.xima.fc.cluster.model.events.topo with parameters of type IClusterModifierConstructorDescriptionBaseTopologyEvent
(NodeModel node, ICluster cluster) NodeJoinEvent
(NodeModel node, ICluster cluster) Creates a new event with the given data for when a node joined the cluster.NodeLeftEvent
(NodeModel node, ICluster cluster) Creates a new event with the given data for when a node left the cluster.