Package | Description |
---|---|
org.wildfly.clustering.dispatcher | |
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 © 2013 JBoss by Red Hat. All rights reserved.