Package | Description |
---|---|
org.wildfly.clustering.dispatcher |
Public clustering API which facilitates remote command execution
on the cluster.
|
org.wildfly.clustering.server.dispatcher | |
org.wildfly.clustering.server.provider | |
org.wildfly.clustering.server.singleton |
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
|
<R> CommandResponse<R> |
CommandDispatcher.executeOnNode(Command<R,C> command,
Node node)
Execute the specified command on the specified node.
|
<R> Map<Node,Future<R>> |
CommandDispatcher.submitOnCluster(Command<R,C> command,
Node... excludedNodes)
Submits the specified command on all nodes in the group, excluding the specified nodes.
|
<R> Future<R> |
CommandDispatcher.submitOnNode(Command<R,C> command,
Node node)
Submits the specified command on the specified node for execution.
|
Modifier and Type | Method and Description |
---|---|
<R> Map<Node,CommandResponse<R>> |
ServiceCommandDispatcher.executeOnCluster(Command<R,C> command,
Node... excludedNodes) |
<R> CommandResponse<R> |
ServiceCommandDispatcher.executeOnNode(Command<R,C> command,
Node node) |
<R> byte[] |
CommandMarshaller.marshal(Command<R,C> command)
Marshals the specified command to a byte[].
|
<R> Map<Node,Future<R>> |
ServiceCommandDispatcher.submitOnCluster(Command<R,C> command,
Node... excludedNodes) |
<R> Future<R> |
ServiceCommandDispatcher.submitOnNode(Command<R,C> command,
Node node) |
Modifier and Type | Class and Description |
---|---|
class |
ServiceRegistryCommand
Command to obtain the service providers known to a node.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SingletonCommand<R,T> |
Modifier and Type | Class and Description |
---|---|
class |
SingletonValueCommand<T> |
class |
StopSingletonCommand<T> |
Copyright © 2014 JBoss by Red Hat. All rights reserved.