Uses of Class
org.jgroups.util.BoundedList
Packages that use BoundedList
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of BoundedList in org.jgroups.protocols
Fields in org.jgroups.protocols declared as BoundedListModifier and TypeFieldDescriptionprotected BoundedList<PhysicalAddress> TCPPING.dynamic_hostshttps://issues.redhat.com/browse/JGRP-989protected BoundedList<Long> RATE.recv_historyprotected BoundedList<Long> RATE.send_historyprotected final BoundedList<Tuple<Address, Long>> FailureDetection.suspect_historyprotected final BoundedList<Tuple<InetAddress, Long>> FD_HOST.suspect_historyprotected final BoundedList<String> FD_SOCK.suspect_historyprotected final BoundedList<String> FD_SOCK2.suspect_history -
Uses of BoundedList in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as BoundedListModifier and TypeFieldDescriptionprotected final BoundedList<String> NAKACK2.digest_historyKeeps a bounded list of the last N digest setsprotected final BoundedList<String> ViewHandler.historyprotected final BoundedList<MergeId> Merger.merge_id_historyprotected BoundedList<Address> GMS.prev_membersKeeps track of old members (up to num_prev_mbrs)protected BoundedList<String> GMS.prev_viewsprotected final BoundedList<String> NAKACK2.stability_msgsKeeps the last N stability messages