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 |
Supports probabilistic broadcasts.
|
org.jgroups.tests.perf | |
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Field and Description |
---|---|
protected AckCollector |
RSVP.Entry.ack_collector |
Modifier and Type | Field and Description |
---|---|
protected AckCollector |
GMS.ack_collector
To collect VIEW_ACKs from all members
|
protected AckCollector |
GMS.merge_ack_collector |
Modifier and Type | Field and Description |
---|---|
protected AckCollector |
MPerf.ack_collector |
Modifier and Type | Method and Description |
---|---|
AckCollector |
AckCollector.reset(Collection<Address> expected_acks,
Address... exclude) |
AckCollector |
AckCollector.reset(Collection<Address> expected_acks,
Collection<Address> exclude) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.