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 NodeModifier and TypeMethodDescription<R> Map<Node,CompletionStage<R>> 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 NodeModifier and TypeMethodDescription<R> Map<Node,CompletionStage<R>> 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.<R> CompletionStage<R>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 NodeModifier and TypeMethodDescriptionMembership.getCoordinator()Deprecated, for removal: This API element is subject to removal in a future version.Returns the coordinator node of this group membership.Group.getLocalMember()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 NodeModifier and TypeMethodDescriptionMembership.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 NodeModifier and TypeMethodDescriptionServiceProviderRegistration.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 NodeModifier and TypeMethodDescriptionvoidServiceProviderRegistration.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