Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.ConcurrentMap<Address,UNICAST3.ReceiverEntry> |
UNICAST3.recv_table |
Modifier and Type | Method and Description |
---|---|
protected UNICAST3.ReceiverEntry |
UNICAST3.createReceiverEntry(Address sender,
long seqno,
short conn_id) |
protected UNICAST3.ReceiverEntry |
UNICAST3.getReceiverEntry(Address sender,
long seqno,
boolean first,
short conn_id) |
Modifier and Type | Method and Description |
---|---|
protected void |
UNICAST3.handleBatchReceived(UNICAST3.ReceiverEntry entry,
Address sender,
java.util.List<Tuple<java.lang.Long,Message>> msgs,
boolean oob) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.