Uses of Class
de.xima.fc.cluster.model.NodeModel
-
-
Uses of NodeModel in de.xima.fc.cluster
Methods in de.xima.fc.cluster that return NodeModel Modifier and Type Method Description static NodeModel
ClusterManager. getLocaleNode()
Methods in de.xima.fc.cluster with parameters of type NodeModel Modifier and Type Method Description static void
ClusterNodeStateManager. release(NodeModel node)
static void
ClusterNodeStateManager. retake(NodeModel node)
static void
ClusterNodeStateManager. takeover(NodeModel node)
-
Uses of NodeModel in de.xima.fc.cluster.impl.jgroup
Methods in de.xima.fc.cluster.impl.jgroup that return NodeModel Modifier and Type Method Description NodeModel
JGroupsCluster. getLocaleNode()
Methods in de.xima.fc.cluster.impl.jgroup that return types with arguments of type NodeModel Modifier and Type Method Description List<NodeModel>
JGroupsCluster. getNodeList()
-
Uses of NodeModel in de.xima.fc.cluster.model
Methods in de.xima.fc.cluster.model that return NodeModel Modifier and Type Method Description NodeModel
ICluster. getLocaleNode()
Methods in de.xima.fc.cluster.model that return types with arguments of type NodeModel Modifier and Type Method Description List<NodeModel>
ICluster. getNodeList()
-
Uses of NodeModel in de.xima.fc.cluster.model.events
Fields in de.xima.fc.cluster.model.events declared as NodeModel Modifier and Type Field Description protected NodeModel
BaseNodeEvent. node
Methods in de.xima.fc.cluster.model.events that return NodeModel Modifier and Type Method Description NodeModel
BaseNodeEvent. getNode()
Constructors in de.xima.fc.cluster.model.events with parameters of type NodeModel Constructor Description BaseNodeEvent(NodeModel node)
Creates a new node event. -
Uses of NodeModel in de.xima.fc.cluster.model.events.topo
Constructors in de.xima.fc.cluster.model.events.topo with parameters of type NodeModel Constructor Description BaseTopologyEvent(NodeModel node, ICluster cluster)
NodeCrashSuspectedEvent(NodeModel node)
Creates a new event with the given data for when it is suspected that the connection to a node in the cluster may have been lost.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. -
Uses of NodeModel in de.xima.fc.cluster.model.msg
Methods in de.xima.fc.cluster.model.msg that return NodeModel Modifier and Type Method Description NodeModel
ClusterControllMessage. getSourceNode()
NodeModel
ClusterPluginSyncMessage. getSourceNode()
NodeModel
IClusterMessage. getSourceNode()
NodeModel
ClusterControllMessage. getTargetNode()
NodeModel
ClusterPluginSyncMessage. getTargetNode()
NodeModel
IClusterMessage. getTargetNode()
Methods in de.xima.fc.cluster.model.msg with parameters of type NodeModel Modifier and Type Method Description void
ClusterControllMessage. setSourceNode(NodeModel sourceNode)
void
ClusterPluginSyncMessage. setSourceNode(NodeModel sender)
void
IClusterMessage. setSourceNode(NodeModel sourceNode)
Constructors in de.xima.fc.cluster.model.msg with parameters of type NodeModel Constructor Description ClusterControllMessage(NodeModel targetNode, EClusterControllMessage msg)
Creates a new cluster control message targeted at the given node. -
Uses of NodeModel in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type NodeModel Modifier and Type Method Description List<NodeModel>
ClusterBean. getClusterNodes()
Methods in de.xima.fc.gui.bean.settings with parameters of type NodeModel Modifier and Type Method Description boolean
ClusterBean. isLocal(NodeModel node)
-