Modifier and Type | Class and Description |
---|---|
class |
ClusteringMessage
This is a special ClusteringCommand which is used for messaging.
|
Modifier and Type | Method and Description |
---|---|
abstract ClusteringCommand |
ClusteringMessage.getResponse()
Get the response for this message
|
Modifier and Type | Method and Description |
---|---|
List<ClusteringCommand> |
ClusteringAgent.sendMessage(ClusteringMessage msg,
boolean isRpcMessage)
Send a message to all members in this member's primary cluster
|
Modifier and Type | Method and Description |
---|---|
void |
MessageSender.sendToGroup(ClusteringCommand msg) |
void |
MessageSender.sendToSelf(ClusteringCommand msg) |
Modifier and Type | Class and Description |
---|---|
class |
ControlCommand
Represents a Control command sent from one Node to another
|
class |
GetConfigurationCommand |
class |
GetConfigurationResponseCommand |
class |
GetStateCommand |
class |
GetStateResponseCommand |
Modifier and Type | Class and Description |
---|---|
class |
JoinGroupCommand
This is the message a member will send to another member when it intends to join a group.
|
class |
MemberJoinedCommand
This is the notification message a member will send to all others in the group after it has
joined the group.
|
class |
MemberListCommand
When a new member wishes to join a group, it will send a
JoinGroupCommand message to
a known member. |
Modifier and Type | Class and Description |
---|---|
class |
GroupManagementCommand |
class |
NodeManagementCommand
This class represents the 2-phase commit protocol, where an event is processed,
the system is prepared to switch to a new configuration based on the processed event,
and finally commits the new configuration (i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
ShutdownMemberCommand
This command is sent when a node in the cluster needs to be shutdown
|
Modifier and Type | Class and Description |
---|---|
class |
StateClusteringCommand |
Modifier and Type | Class and Description |
---|---|
class |
DeleteServiceGroupStateCommand |
class |
DeleteServiceStateCommand |
class |
StateClusteringCommandCollection
A StateClusteringCommand consisting of a collection of other StateClusteringCommands
|
class |
UpdateConfigurationStateCommand |
class |
UpdateServiceGroupStateCommand |
class |
UpdateServiceStateCommand |
class |
UpdateStateCommand |
Modifier and Type | Method and Description |
---|---|
List<ClusteringCommand> |
TribesClusteringAgent.sendMessage(ClusteringMessage message,
boolean isRpcMessage) |
Modifier and Type | Method and Description |
---|---|
void |
ChannelSender.sendToGroup(ClusteringCommand msg) |
void |
ChannelSender.sendToGroup(ClusteringCommand msg,
MembershipManager membershipManager,
int additionalOptions) |
void |
ChannelSender.sendToMember(ClusteringCommand cmd,
org.apache.catalina.tribes.Member member) |
void |
ChannelSender.sendToSelf(ClusteringCommand msg) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.