Uses of Class
de.xima.fc.cluster.model.NodeModel
Packages that use NodeModel
Package
Description
-
Uses of NodeModel in de.xima.fc.cluster
Methods in de.xima.fc.cluster that return NodeModelMethods in de.xima.fc.cluster with parameters of type NodeModel -
Uses of NodeModel in de.xima.fc.cluster.events
Methods in de.xima.fc.cluster.events that return NodeModelModifier and TypeMethodDescriptionClusterNodeJoinedEvent.getJoinedNode()ClusterNodeLeftEvent.getLeftNode()Constructors in de.xima.fc.cluster.events with parameters of type NodeModelModifierConstructorDescriptionClusterNodeJoinedEvent(NodeModel joinedNode) ClusterNodeLeftEvent(NodeModel leftNode) -
Uses of NodeModel in de.xima.fc.cluster.impl.jgroup
Subclasses with type arguments of type NodeModel in de.xima.fc.cluster.impl.jgroupModifier and TypeClassDescriptionclassImplementation of aIClusterthat usesEClusterImplementation.JGROUPS.Methods in de.xima.fc.cluster.impl.jgroup that return NodeModelMethods in de.xima.fc.cluster.impl.jgroup that return types with arguments of type NodeModel -
Uses of NodeModel in de.xima.fc.cluster.model
Methods in de.xima.fc.cluster.model that return NodeModelMethods in de.xima.fc.cluster.model that return types with arguments of type NodeModel -
Uses of NodeModel in de.xima.fc.cluster.model.events
Fields in de.xima.fc.cluster.model.events declared as NodeModelMethods in de.xima.fc.cluster.model.events that return NodeModelConstructors in de.xima.fc.cluster.model.events with parameters of type NodeModel -
Uses of NodeModel in de.xima.fc.cluster.model.events.topo
Constructors in de.xima.fc.cluster.model.events.topo with parameters of type NodeModelModifierConstructorDescriptionBaseTopologyEvent(NodeModel node, ICluster cluster) 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 NodeModelModifier and TypeMethodDescriptionClusterControllMessage.getSourceNode()ClusterDriverSyncMessage.getSourceNode()ClusterFSConfigUpdateMessage.getSourceNode()ClusterPluginSyncMessage.getSourceNode()ClusterSystemUpdatedMessage.getSourceNode()ClusterTokenRevokedMessage.getSourceNode()IClusterMessage.getSourceNode()ClusterControllMessage.getTargetNode()ClusterDriverSyncMessage.getTargetNode()ClusterFSConfigUpdateMessage.getTargetNode()ClusterPluginSyncMessage.getTargetNode()ClusterSystemUpdatedMessage.getTargetNode()ClusterTokenRevokedMessage.getTargetNode()IClusterMessage.getTargetNode()Methods in de.xima.fc.cluster.model.msg with parameters of type NodeModelModifier and TypeMethodDescriptionvoidClusterControllMessage.setSourceNode(NodeModel sourceNode) voidClusterDriverSyncMessage.setSourceNode(NodeModel sourceNode) voidClusterFSConfigUpdateMessage.setSourceNode(NodeModel sender) voidClusterPluginSyncMessage.setSourceNode(NodeModel sender) voidClusterSystemUpdatedMessage.setSourceNode(NodeModel sourceNode) voidClusterTokenRevokedMessage.setSourceNode(NodeModel sender) voidIClusterMessage.setSourceNode(NodeModel sourceNode) voidClusterDriverSyncMessage.setTargetNode(NodeModel targetNode) Constructors in de.xima.fc.cluster.model.msg with parameters of type NodeModelModifierConstructorDescriptionClusterControllMessage(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 NodeModelMethods in de.xima.fc.gui.bean.settings with parameters of type NodeModel