Uses of Class
org.jgroups.util.AckCollector
-
Packages that use AckCollector 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.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of AckCollector in org.jgroups.protocols
Fields in org.jgroups.protocols declared as AckCollector Modifier and Type Field Description protected AckCollector
RSVP.Entry. ack_collector
-
Uses of AckCollector in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as AckCollector Modifier and Type Field Description protected AckCollector
GMS. ack_collector
To collect VIEW_ACKs from all membersprotected AckCollector
GMS. merge_ack_collector
-
Uses of AckCollector in org.jgroups.util
Methods in org.jgroups.util that return AckCollector Modifier and Type Method Description AckCollector
AckCollector. reset(java.util.Collection<Address> expected_acks, java.util.Collection<Address> exclude)
AckCollector
AckCollector. reset(java.util.Collection<Address> expected_acks, Address... exclude)
-