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 NodeModelClusterManager. getLocaleNode()Methods in de.xima.fc.cluster with parameters of type NodeModel Modifier and Type Method Description static voidClusterNodeStateManager. release(NodeModel node)static voidClusterNodeStateManager. retake(NodeModel node)static voidClusterNodeStateManager. 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 NodeModelJGroupsCluster. 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 NodeModelICluster. 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 NodeModelBaseNodeEvent. nodeMethods in de.xima.fc.cluster.model.events that return NodeModel Modifier and Type Method Description NodeModelBaseNodeEvent. 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 NodeModelClusterControllMessage. getSourceNode()NodeModelClusterFSConfigUpdateMessage. getSourceNode()NodeModelClusterPluginSyncMessage. getSourceNode()NodeModelClusterSystemUpdatedMessage. getSourceNode()NodeModelClusterTokenRevokedMessage. getSourceNode()NodeModelIClusterMessage. getSourceNode()NodeModelClusterControllMessage. getTargetNode()NodeModelClusterFSConfigUpdateMessage. getTargetNode()NodeModelClusterPluginSyncMessage. getTargetNode()NodeModelClusterSystemUpdatedMessage. getTargetNode()NodeModelClusterTokenRevokedMessage. getTargetNode()NodeModelIClusterMessage. getTargetNode()Methods in de.xima.fc.cluster.model.msg with parameters of type NodeModel Modifier and Type Method Description voidClusterControllMessage. setSourceNode(NodeModel sourceNode)voidClusterFSConfigUpdateMessage. setSourceNode(NodeModel sender)voidClusterPluginSyncMessage. setSourceNode(NodeModel sender)voidClusterSystemUpdatedMessage. setSourceNode(NodeModel sourceNode)voidClusterTokenRevokedMessage. setSourceNode(NodeModel sender)voidIClusterMessage. 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 booleanClusterBean. isLocal(NodeModel node)
-