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.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 |
GroupRequest.responsesComplete() |
protected boolean |
UnicastRequest.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 Future<?> |
FD.Broadcaster.bcast_future |
protected long |
RATE_LIMITER.end_of_current_period |
protected List<Address> |
FD.members |
protected Future<?> |
FD.monitor_future |
protected long |
RATE_LIMITER.num_bytes_sent_in_period
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.
|
protected FD.BroadcastTask |
FD.Broadcaster.task |
Modifier and Type | Method and Description |
---|---|
protected void |
FD.computePingDest(Address remove)
Computes pingable_mbrs (based on the current membership and the suspected members) and ping_dest
|
protected void |
FD.startMonitor()
Requires lock to held by caller
|
protected void |
FD.stopMonitor()
Requires lock to be held by caller
|
protected void |
FD.unsuspect(Address mbr) |
Modifier and Type | Field and Description |
---|---|
protected List<Address> |
StreamingStateTransfer.members |
protected Digest |
NAKACK2.rebroadcast_digest |
Modifier and Type | Method and Description |
---|---|
protected void |
StreamingStateTransfer.removeRequester(Address requester) |
Modifier and Type | Method and Description |
---|---|
protected void |
RouterStub._doConnect() |
Modifier and Type | Field and Description |
---|---|
protected Map<Address,Long> |
CreditMap.credits |
Modifier and Type | Method and Description |
---|---|
protected void |
Table._compact()
Moves the contents of matrix down by the number of purged rows and resizes the matrix accordingly.
|
protected boolean |
RingBuffer.block(long seqno) |
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 |
Table.computeIndex(long seqno)
Computes and returns the index within a row for seqno
|
protected int |
Table.computeRow(long seqno)
Computes and returns the row index for seqno.
|
int |
Table.computeSize()
Iterate from low to hr and add up non-null values.
|
void |
Table.forEach(long from,
long to,
Table.Visitor<T> visitor)
Iterates over the matrix with range [from ..
|
protected T[] |
Table.getRow(int index)
Returns a row.
|
protected void |
Table.move(int num_rows)
Moves contents of matrix num_rows down.
|
protected int |
BlockingInputStream.remaining() |
protected void |
Table.resize(long seqno)
Moves rows down the matrix, by removing purged rows.
|
protected int |
BlockingInputStream.size() |
boolean |
Table.Remover.visit(long seqno,
T element,
int row,
int column) |
boolean |
Table.Dump.visit(long seqno,
T element,
int row,
int column) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.