Package | Description |
---|---|
org.wildfly.clustering.dispatcher |
Public clustering API which facilitates remote command execution
on the cluster.
|
Modifier and Type | Method and Description |
---|---|
<R> CommandResponse<R> |
CommandDispatcher.executeOnNode(Command<R,? super C> command,
Node node)
Execute the specified command on the specified node.
|
Modifier and Type | Method and Description |
---|---|
<R> Map<Node,CommandResponse<R>> |
CommandDispatcher.executeOnCluster(Command<R,? super C> command,
Node... excludedNodes)
Execute the specified command on all nodes in the group, excluding the specified nodes
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.