org.jgroups.protocols.pbcast
public class Gossip extends Object implements Serializable
| Constructor Summary | |
|---|---|
| Gossip(Address obj, long id) | |
| Gossip(Address obj, long id, Digest d, Vector not_seen) | |
| Method Summary | |
|---|---|
| void | addToSeenList(Address mbr) |
| Gossip | copy() |
| boolean | equals(Object o) |
| Vector | getNotSeenList() |
| Vector | getSeenList() |
| int | hashCode() |
| static void | main(String[] args) |
| void | removeFromNotSeenList(Address mbr)
Removes obj from not_seen list |
| String | shortForm() |
| int | sizeOfNotSeenList() |
| String | toString() |