Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.stack |
Support for managing protocol stacks.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
UnicastRequest.responsesComplete() |
protected boolean |
MultiRequest.responsesComplete() |
protected boolean |
GroupRequest.responsesComplete() |
protected boolean |
Request.responsesComplete(long timeout)
This method runs with lock locked (called by
execute() ). |
protected boolean |
Request.waitForResults(long timeout) |
Modifier and Type | Field and Description |
---|---|
protected long |
RATE_LIMITER.end_of_current_period |
protected List<Address> |
FD.members |
protected long |
RATE_LIMITER.num_bytes_sent
Keeps track of the number of bytes sent in the current time period
|
protected Address |
FD.ping_dest |
protected List<Address> |
FD.pingable_mbrs
Members from which we select ping_dest.
|
Modifier and Type | Method and Description |
---|---|
long |
StaticInterval.next() |
Modifier and Type | Field and Description |
---|---|
protected Map<Address,Long> |
CreditMap.credits |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.