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. 
org.jgroups.protocols.rules   
 

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<Message> NAKACK2.become_server_queue
           
protected  BoundedList<Message> NAKACK.become_server_queue
           
protected  BoundedList<java.lang.String> NAKACK2.digest_history
          Keeps a bounded list of the last N digest sets
protected  BoundedList<java.lang.String> NAKACK.digest_history
          Keeps a bounded list of the last N digest sets
protected  BoundedList<MergeId> Merger.merge_id_history
           
protected  BoundedList<Digest> NAKACK2.stability_msgs
          BoundedList, keeps the last 10 stability messages
protected  BoundedList<Digest> NAKACK.stability_msgs
          BoundedList, keeps the last 10 stability messages
 

Uses of BoundedList in org.jgroups.protocols.rules
 

Fields in org.jgroups.protocols.rules declared as BoundedList
protected  BoundedList<java.lang.String> SUPERVISOR.executions
           
 



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