| Package | Description |
|---|---|
| org.wildfly.clustering.dispatcher |
Public clustering API which facilitates remote command execution
on the cluster.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.