Uses of Interface
org.wildfly.clustering.group.Node
-
Packages that use Node Package Description org.wildfly.clustering.dispatcher Public clustering API which facilitates remote command execution on the cluster.org.wildfly.clustering.group Public clustering API which represent cluster group and its members.org.wildfly.clustering.provider Public clustering API for registering services on a group of nodes.org.wildfly.clustering.registry Public clustering API for clustered registry that stores a unique key/value pair per node.org.wildfly.clustering.singleton org.wildfly.clustering.singleton.election -
-
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 <R> Map<Node,CompletionStage<R>>CommandDispatcher. executeOnGroup(Command<R,? super C> command, Node... excludedMembers)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 <R> Map<Node,CompletionStage<R>>CommandDispatcher. executeOnGroup(Command<R,? super C> command, Node... excludedMembers)Executes the specified command on all members of the group, optionally excluding some members.<R> CompletionStage<R>CommandDispatcher. executeOnMember(Command<R,? super C> command, Node member)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 NodeMembership. getCoordinator()Returns the coordinator node of this group membership.NodeGroup. getLocalMember()Returns the local member.Methods in org.wildfly.clustering.group that return types with arguments of type Node Modifier and Type Method Description List<Node>Membership. getMembers()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 Set<Node>ServiceProviderRegistration. getProviders()Returns the set of nodes that can provide this service.Set<Node>ServiceProviderRegistry. getProviders(T service)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 voidServiceProviderRegistration.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 Map.Entry<K,V>Registry. getEntry(Node node)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 NodeSingletonElectionPolicy. elect(List<Node> nodes)Elect a single node from the specified list of candidate nodes.NodeSingleton. getPrimaryProvider()Returns the current primary provider of the singleton.Methods in org.wildfly.clustering.singleton that return types with arguments of type Node Modifier and Type Method Description Set<Node>Singleton. getProviders()Returns the providers on which the given singleton is available.Methods in org.wildfly.clustering.singleton with parameters of type Node Modifier and Type Method Description voidSingletonElectionListener. elected(List<Node> candidateMembers, Node electedMember)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 NodeSingletonElectionPolicy. elect(List<Node> nodes)Elect a single node from the specified list of candidate nodes.voidSingletonElectionListener. elected(List<Node> candidateMembers, Node electedMember)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
Methods in org.wildfly.clustering.singleton.election that return Node Modifier and Type Method Description NodePreferredSingletonElectionPolicy. elect(List<Node> candidates)NodeRandomSingletonElectionPolicy. elect(List<Node> nodes)Elect a single node from the specified list of candidate nodes.NodeSimpleSingletonElectionPolicy. elect(List<Node> candidates)Methods in org.wildfly.clustering.singleton.election with parameters of type Node Modifier and Type Method Description booleanNamePreference. preferred(Node node)booleanPreference. preferred(Node node)booleanSocketAddressPreference. preferred(Node node)Method parameters in org.wildfly.clustering.singleton.election with type arguments of type Node Modifier and Type Method Description NodePreferredSingletonElectionPolicy. elect(List<Node> candidates)NodeRandomSingletonElectionPolicy. elect(List<Node> nodes)Elect a single node from the specified list of candidate nodes.NodeSimpleSingletonElectionPolicy. elect(List<Node> candidates)
-