Uses of Interface
de.xima.fc.cluster.model.ICluster
-
Packages that use ICluster Package Description de.xima.fc.cluster.impl.jgroup de.xima.fc.cluster.interfaces de.xima.fc.cluster.model.events.topo -
-
Uses of ICluster in de.xima.fc.cluster.impl.jgroup
Classes in de.xima.fc.cluster.impl.jgroup that implement ICluster Modifier and Type Class Description class
JGroupsCluster
Implementation of aICluster
that usesEClusterImplementation.JGROUPS
.Methods in de.xima.fc.cluster.impl.jgroup that return ICluster Modifier and Type Method Description ICluster
JGroupsClusterConnection. getCluster()
-
Uses of ICluster in de.xima.fc.cluster.interfaces
Methods in de.xima.fc.cluster.interfaces that return ICluster Modifier and Type Method Description ICluster
IClusterConnection. getCluster()
-
Uses of ICluster in de.xima.fc.cluster.model.events.topo
Fields in de.xima.fc.cluster.model.events.topo declared as ICluster Modifier and Type Field Description protected ICluster
BaseTopologyEvent. cluster
Methods in de.xima.fc.cluster.model.events.topo that return ICluster Modifier and Type Method Description ICluster
BaseTopologyEvent. getCluster()
Constructors in de.xima.fc.cluster.model.events.topo with parameters of type ICluster Constructor Description BaseTopologyEvent(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.
-