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 | Class and Description |
---|---|
class |
SimpleCommandResponse<T>
Simple
CommandResponse implementation |
class |
SimpleFuture<T>
Simple
Future implementation for synchronous responses. |
Modifier and Type | Method and Description |
---|---|
<R> CommandResponse<R> |
LocalCommandDispatcher.executeOnNode(Command<R,C> command,
Node node) |
<R> CommandResponse<R> |
ChannelCommandDispatcher.executeOnNode(Command<R,C> command,
Node node) |
Modifier and Type | Method and Description |
---|---|
<R> Map<Node,CommandResponse<R>> |
LocalCommandDispatcher.executeOnCluster(Command<R,C> command,
Node... excludedNodes) |
<R> Map<Node,CommandResponse<R>> |
ChannelCommandDispatcher.executeOnCluster(Command<R,C> command,
Node... excludedNodes) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.