Uses of Class
org.jgroups.util.BoundedList

Packages that use BoundedList
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
org.jgroups.protocols.pbcast Supports probabilistic broadcasts. 
 

Uses of BoundedList in org.jgroups.protocols
 

Fields in org.jgroups.protocols declared as BoundedList
protected  BoundedList<PhysicalAddress> TCPPING.dynamic_hosts
          https://jira.jboss.org/jira/browse/JGRP-989
protected  BoundedList<Address> FD.suspect_history
           
 

Uses of BoundedList in org.jgroups.protocols.pbcast
 

Fields in org.jgroups.protocols.pbcast declared as BoundedList
protected  BoundedList<java.lang.String> NAKACK.digest_history
          Keeps a bounded list of the last N digest sets
protected  BoundedList<Digest> NAKACK.stability_msgs
          BoundedList, keeps the last 10 stability messages
 



Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.