org.jgroups.protocols.pbcast
Class Gossip
java.lang.Object
org.jgroups.protocols.pbcast.Gossip
- All Implemented Interfaces:
- java.io.Serializable
- public class Gossip
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Gossip
public Gossip(Address obj,
long id)
Gossip
public Gossip(Address obj,
long id,
Digest d,
java.util.Vector not_seen)
removeFromNotSeenList
public void removeFromNotSeenList(Address mbr)
- Removes obj from not_seen list
addToSeenList
public void addToSeenList(Address mbr)
sizeOfNotSeenList
public int sizeOfNotSeenList()
getNotSeenList
public java.util.Vector getNotSeenList()
getSeenList
public java.util.Vector getSeenList()
equals
public boolean equals(Gossip o)
hashCode
public int hashCode()
copy
public Gossip copy()
toString
public java.lang.String toString()
shortForm
public java.lang.String shortForm()
main
public static void main(java.lang.String[] args)
Copyright © 2001,2002 www.jgroups.com . All Rights Reserved.