Uses of Interface
org.wildfly.clustering.group.Node

Packages that use Node
Package
Description
Public clustering API which facilitates remote command execution on the cluster.
Public clustering API which represent cluster group and its members.
Public clustering API for registering services on a group of nodes.
Public clustering API for clustered registry that stores a unique key/value pair per node.
 
 
  • Uses of Node in org.wildfly.clustering.dispatcher

    Methods in org.wildfly.clustering.dispatcher that return types with arguments of type Node
    Modifier and Type
    Method
    Description
    CommandDispatcher.executeOnGroup(Command<R,? super C> command, Node... excludedMembers)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Executes the specified command on all members of the group, optionally excluding some members.
    Methods in org.wildfly.clustering.dispatcher with parameters of type Node
    Modifier and Type
    Method
    Description
    CommandDispatcher.executeOnGroup(Command<R,? super C> command, Node... excludedMembers)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Executes the specified command on all members of the group, optionally excluding some members.
    CommandDispatcher.executeOnMember(Command<R,? super C> command, Node member)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Executes the specified command on the specified group member.
  • Uses of Node in org.wildfly.clustering.group

    Methods in org.wildfly.clustering.group that return Node
    Modifier and Type
    Method
    Description
    Membership.getCoordinator()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the coordinator node of this group membership.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the local member.
    Methods in org.wildfly.clustering.group that return types with arguments of type Node
    Modifier and Type
    Method
    Description
    Membership.getMembers()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the nodes that comprise this group membership.
  • Uses of Node in org.wildfly.clustering.provider

    Methods in org.wildfly.clustering.provider that return types with arguments of type Node
    Modifier and Type
    Method
    Description
    ServiceProviderRegistration.getProviders()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the set of nodes that can provide this service.
    ServiceProviderRegistry.getProviders(T service)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the set of nodes that can provide the specified service.
    Method parameters in org.wildfly.clustering.provider with type arguments of type Node
    Modifier and Type
    Method
    Description
    void
    ServiceProviderRegistration.Listener.providersChanged(Set<Node> nodes)
    Indicates that the set of nodes providing a given service has changed.
  • Uses of Node in org.wildfly.clustering.registry

    Methods in org.wildfly.clustering.registry with parameters of type Node
    Modifier and Type
    Method
    Description
    Registry.getEntry(Node node)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the registry entry for the specified node.
  • Uses of Node in org.wildfly.clustering.singleton

    Methods in org.wildfly.clustering.singleton that return Node
    Modifier and Type
    Method
    Description
    SingletonElectionPolicy.elect(List<Node> candidates)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Elect a single member from the specified list of candidate members.
    default Node
    Singleton.getPrimaryProvider()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Methods in org.wildfly.clustering.singleton that return types with arguments of type Node
    Modifier and Type
    Method
    Description
    default Set<Node>
    Singleton.getProviders()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Methods in org.wildfly.clustering.singleton with parameters of type Node
    Modifier and Type
    Method
    Description
    void
    SingletonElectionListener.elected(List<Node> candidateMembers, Node electedMember)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Triggered when a singleton election completes, electing the specified member from the specified list of candidates.
    Method parameters in org.wildfly.clustering.singleton with type arguments of type Node
    Modifier and Type
    Method
    Description
    SingletonElectionPolicy.elect(List<Node> candidates)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Elect a single member from the specified list of candidate members.
    void
    SingletonElectionListener.elected(List<Node> candidateMembers, Node electedMember)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Triggered when a singleton election completes, electing the specified member from the specified list of candidates.
  • Uses of Node in org.wildfly.clustering.singleton.election

    Modifier and Type
    Method
    Description
    PreferredSingletonElectionPolicy.elect(List<Node> candidates)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    RandomSingletonElectionPolicy.elect(List<Node> nodes)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Elect a single member from the specified list of candidate members.
    SimpleSingletonElectionPolicy.elect(List<Node> candidates)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Methods in org.wildfly.clustering.singleton.election with parameters of type Node
    Modifier and Type
    Method
    Description
    boolean
    NamePreference.preferred(Node node)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Preference.preferred(Node node)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    SocketAddressPreference.preferred(Node node)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Method parameters in org.wildfly.clustering.singleton.election with type arguments of type Node
    Modifier and Type
    Method
    Description
    PreferredSingletonElectionPolicy.elect(List<Node> candidates)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    RandomSingletonElectionPolicy.elect(List<Node> nodes)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Elect a single member from the specified list of candidate members.
    SimpleSingletonElectionPolicy.elect(List<Node> candidates)
    Deprecated, for removal: This API element is subject to removal in a future version.