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.protocols.pbcast |
Supports probabilistic broadcasts.
|
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 |
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 | Field and Description |
---|---|
protected List<Address> |
StreamingStateTransfer.members |
Modifier and Type | Method and Description |
---|---|
protected void |
StreamingStateTransfer.removeRequester(Address requester) |
Modifier and Type | Field and Description |
---|---|
protected Map<Address,Long> |
CreditMap.credits |
Modifier and Type | Method and Description |
---|---|
protected void |
BlockingInputStream.compact()
Moves the bytes between [read_pos and write_pos] read_pos bytes to the left, such that the new read_pos is 0
and the write_pos is write_pos - read_pos.
|
protected int |
BlockingInputStream.remaining() |
protected int |
BlockingInputStream.size() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.