Package | Description |
---|---|
org.wildfly.clustering.dispatcher |
Public clustering API which facilitates remote command execution
on the cluster.
|
org.wildfly.clustering.ejb.infinispan | |
org.wildfly.clustering.server.dispatcher | |
org.wildfly.clustering.server.provider | |
org.wildfly.clustering.server.singleton | |
org.wildfly.clustering.web.infinispan.session |
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 | Class and Description |
---|---|
class |
BeanGroupEvictionCommand<I>
Command that evicts a bean.
|
class |
CancelSchedulerCommand<I>
Command that cancels the scheduling of a session.
|
class |
ScheduleSchedulerCommand<I>
Command that schedules a session.
|
Modifier and Type | Method and Description |
---|---|
<R> Map<Node,CommandResponse<R>> |
ChannelCommandDispatcher.executeOnCluster(Command<R,C> command,
Node... excludedNodes) |
<R> Map<Node,CommandResponse<R>> |
LocalCommandDispatcher.executeOnCluster(Command<R,C> command,
Node... excludedNodes) |
<R> CommandResponse<R> |
ChannelCommandDispatcher.executeOnNode(Command<R,C> command,
Node node) |
<R> CommandResponse<R> |
LocalCommandDispatcher.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>> |
ChannelCommandDispatcher.submitOnCluster(Command<R,C> command,
Node... excludedNodes) |
<R> Map<Node,Future<R>> |
LocalCommandDispatcher.submitOnCluster(Command<R,C> command,
Node... excludedNodes) |
<R> Future<R> |
ChannelCommandDispatcher.submitOnNode(Command<R,C> command,
Node node) |
<R> Future<R> |
LocalCommandDispatcher.submitOnNode(Command<R,C> command,
Node node) |
Modifier and Type | Class and Description |
---|---|
class |
GetLocalServicesCommand<T>
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 |
StartCommand<T>
Command to start a singleton service.
|
class |
StopCommand<T>
Command to stop a singleton service.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionEvictionCommand
Command that evicts a session.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.