Class Gossip

java.lang.Object
org.jgroups.protocols.pbcast.Gossip
All Implemented Interfaces:
Serializable

public class Gossip extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • removeFromNotSeenList

      public void removeFromNotSeenList(Address mbr)
      Removes obj from not_seen list
    • addToSeenList

      public void addToSeenList(Address mbr)
    • sizeOfNotSeenList

      public int sizeOfNotSeenList()
    • getNotSeenList

      public Vector getNotSeenList()
    • getSeenList

      public Vector getSeenList()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • copy

      public Gossip copy()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • shortForm

      public String shortForm()
    • main

      public static void main(String[] args) throws UnknownHostException
      Throws:
      UnknownHostException