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.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Method and Description |
---|---|
protected void |
UNICAST3.handleXmitRequest(Address sender,
SeqnoList missing) |
protected void |
UNICAST2.handleXmitRequest(Address sender,
SeqnoList missing)
Deprecated.
|
protected void |
UNICAST3.retransmit(SeqnoList missing,
Address sender)
Sends a retransmit request to the given sender
|
void |
UNICAST2.retransmit(SeqnoList missing,
Address sender)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NAKACK2.handleXmitReq(Address xmit_requester,
SeqnoList missing_msgs,
Address original_sender)
Retransmits messsages first_seqno to last_seqno from original_sender from xmit_table to xmit_requester,
called when XMIT_REQ is received.
|
protected void |
NAKACK2.retransmit(SeqnoList missing_msgs,
Address sender,
boolean multicast_xmit_request) |
Modifier and Type | Field and Description |
---|---|
protected SeqnoList |
Table.Missing.missing_elements |
Modifier and Type | Method and Description |
---|---|
SeqnoList |
SeqnoList.add(long... seqnos) |
SeqnoList |
SeqnoList.add(long seqno)
Adds a single seqno
|
SeqnoList |
SeqnoList.add(long from,
long to)
Adds a seqno range
|
SeqnoList |
RingBufferSeqnoLockless.getMissing() |
SeqnoList |
Table.getMissing()
Returns a list of missing (= null) elements
|
SeqnoList |
RingBufferSeqno.getMissing() |
SeqnoList |
Table.getMissing(int max_msgs)
Returns a list of missing messages
|
protected SeqnoList |
Table.Missing.getMissingElements() |
Copyright © 1998-2020 Red Hat. All Rights Reserved.