1.
GuardedBy
org.jgroups.annotations. Annotation Type GuardedBy ... Version: $Id: GuardedBy.java,v 1.3 2007/02/27 14:49:40 belaban Exp $; Author: Bela Ban ...
2.
Uses of Class org.jgroups.annotations.GuardedBy
Fields in org.jgroups.protocols with annotations of type GuardedBy. protected java.util. ... protected java.util.List<Address>, FD.pingable_mbrs ...
3.
TimeoutException
java.lang.Throwable extended by java.lang.Exception extended by org.jgroups.TimeoutException ... public class TimeoutException; extends java.lang.Exception ...
4.
JGroups - A clustered task distribution system
A simple clustered task distribution system. This is an article on placing a task into a grid (cluster) where it is picked up and processed by a worker, ...
5.
Membership
Collection<Address> new_mems, java.util.Collection<Address> suspects) ... Collection<Address> v) Clear the membership and adds all members of v This method ...
6.
GMS
Dec 5, 2008 ... Collection<Address> newMembers) Broadcasts the new view and digest, and waits for acks from all members in the list given as argument. ...
7.
MPING
public class MPING; extends PING; implements java.lang.Runnable ... Version: $Id: MPING.java,v 1.47 2009/02/05 08:18:26 belaban Exp $; Author: Bela Ban ...
8.
LOOPBACK
public void sendToSingleMember(Address dest, byte[] data, int offset, ... public void postUnmarshallingList(Message msg, Address dest, boolean multicast) ...
9.
Chapter 7. List of Protocols
loop - find initial members (discovery) - if no responses: - become singleton group and break out of the loop - else: - determine the coordinator (oldest ...
10.
BARRIER
Oct 21, 2008 ... By default, the barrier is open. When a CLOSE_BARRIER event is ... When an OPEN_BARRIER event is received, we simply open the barrier again ...