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