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 -
Uses of Node in org.wildfly.clustering.singleton
Methods in org.wildfly.clustering.singleton that return NodeModifier and TypeMethodDescriptionDeprecated, 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 NodeSingleton.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 NodeModifier and TypeMethodDescriptionSingleton.getProviders()Deprecated, for removal: This API element is subject to removal in a future version.UseSingleton.getSingletonState()instead.Methods in org.wildfly.clustering.singleton with parameters of type NodeModifier and TypeMethodDescriptionvoidDeprecated, 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 NodeModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Elect a single member from the specified list of candidate members.voidDeprecated, 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
Methods in org.wildfly.clustering.singleton.election that return NodeModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.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.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 NodeModifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, 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 NodeModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.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.Deprecated, for removal: This API element is subject to removal in a future version.
Singleton.getSingletonState()instead.