Uses of Class
org.jgroups.util.BoundedList
-
Packages that use BoundedList Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.protocols.pbcast org.jgroups.protocols.rules -
-
Uses of BoundedList in org.jgroups.protocols
Fields in org.jgroups.protocols declared as BoundedList Modifier and Type Field Description protected BoundedList<PhysicalAddress>
TCPPING. dynamic_hosts
https://jira.jboss.org/jira/browse/JGRP-989protected BoundedList<java.lang.Long>
RATE. recv_history
protected BoundedList<java.lang.Long>
RATE. send_history
protected BoundedList<Tuple<Address,java.lang.Long>>
FailureDetection. suspect_history
protected BoundedList<Tuple<java.net.InetAddress,java.lang.Long>>
FD_HOST. suspect_history
protected BoundedList<java.lang.String>
FD_SOCK. suspect_history
protected BoundedList<java.lang.String>
FD. suspect_history
-
Uses of BoundedList in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as BoundedList Modifier and Type Field Description protected BoundedList<Message>
NAKACK2. become_server_queue
protected BoundedList<java.lang.String>
NAKACK2. digest_history
Keeps a bounded list of the last N digest setsprotected BoundedList<java.lang.String>
ViewHandler. history
protected BoundedList<MergeId>
Merger. merge_id_history
protected BoundedList<Address>
GMS. prev_members
Keeps track of old members (up to num_prev_mbrs)protected BoundedList<java.lang.String>
GMS. prev_views
Stores the last 20 viewsprotected BoundedList<java.lang.String>
NAKACK2. stability_msgs
Keeps the last N stability messages -
Uses of BoundedList in org.jgroups.protocols.rules
Fields in org.jgroups.protocols.rules declared as BoundedList Modifier and Type Field Description protected BoundedList<java.lang.String>
SUPERVISOR. executions
Deprecated.
-