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.
|
Modifier and Type | Field and Description |
---|---|
protected Table<Message> |
UNICAST.ReceiverEntry.received_msgs |
protected Table<Message> |
UNICAST2.ReceiverEntry.received_msgs |
Modifier and Type | Method and Description |
---|---|
protected int |
UNICAST.removeAndDeliver(AtomicBoolean processing,
Table<Message> win) |
Constructor and Description |
---|
UNICAST.ReceiverEntry(Table<Message> received_msgs,
long recv_conn_id) |
UNICAST2.ReceiverEntry(Table<Message> received_msgs,
short recv_conn_id) |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<Address,Table<Message>> |
NAKACK2.xmit_table
Map to store sent and received messages (keyed by sender)
|
Modifier and Type | Method and Description |
---|---|
protected Table<Message> |
NAKACK2.createTable(long initial_seqno) |
Table<Message> |
NAKACK2.getWindow(Address sender)
Returns the receive window for sender; only used for testing.
|
Modifier and Type | Method and Description |
---|---|
protected static long |
NAKACK2.sizeOfAllMessages(Table<Message> buf,
boolean include_headers) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.