Uses of Class
org.jgroups.util.AckCollector
Packages that use AckCollector
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
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 -
Uses of AckCollector in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as AckCollectorModifier and TypeFieldDescriptionprotected final AckCollectorGMS.ack_collectorTo collect VIEW_ACKs from all membersprotected final AckCollector -
Uses of AckCollector in org.jgroups.tests
Fields in org.jgroups.tests declared as AckCollector -
Uses of AckCollector in org.jgroups.util
Methods in org.jgroups.util that return AckCollectorModifier and TypeMethodDescriptionAckCollector.reset(Collection<Address> expected_acks, Collection<Address> exclude) AckCollector.reset(Collection<Address> expected_acks, Address... exclude)