|
|||||||||
| Home >> All >> org >> jgroups >> protocols >> [ pbcast overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jgroups.protocols.pbcast
Class GMS.Request

java.lang.Objectorg.jgroups.protocols.pbcast.GMS.Request
- Enclosing class:
- GMS
- public static class GMS.Request
- extends java.lang.Object
| Field Summary | |
(package private) java.util.Vector |
coordinators
|
(package private) static int |
JOIN
|
(package private) static int |
LEAVE
|
(package private) org.jgroups.Address |
mbr
|
(package private) static int |
MERGE
|
(package private) static int |
SUSPECT
|
(package private) boolean |
suspected
|
(package private) int |
type
|
| Constructor Summary | |
(package private) |
GMS.Request(int type,
org.jgroups.Address mbr,
boolean suspected,
java.util.Vector coordinators)
|
| Method Summary | |
java.lang.String |
toString()
Convert this Object to a human-readable String. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
JOIN
static final int JOIN
- See Also:
- Constant Field Values
LEAVE
static final int LEAVE
- See Also:
- Constant Field Values
SUSPECT
static final int SUSPECT
- See Also:
- Constant Field Values
MERGE
static final int MERGE
- See Also:
- Constant Field Values
type
int type
mbr
org.jgroups.Address mbr
suspected
boolean suspected
coordinators
java.util.Vector coordinators
| Constructor Detail |
GMS.Request
GMS.Request(int type,
org.jgroups.Address mbr,
boolean suspected,
java.util.Vector coordinators)
| Method Detail |
toString
public java.lang.String toString()
- Description copied from class:
java.lang.Object - Convert this Object to a human-readable String.
There are no limits placed on how long this String
should be or what it should contain. We suggest you
make it as intuitive as possible to be able to place
it into System.out.println() 55
and such.
It is typical, but not required, to ensure that this method never completes abruptly with a java.lang.RuntimeException.
This method will be called when performing string concatenation with this object. If the result is
null, string concatenation will instead use"null".The default implementation returns
getClass().getName() + "@" + Integer.toHexString(hashCode()).
|
|||||||||
| Home >> All >> org >> jgroups >> protocols >> [ pbcast overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jgroups.protocols.pbcast.GMS.Request