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 ConcurrentMap<Address,UNICAST.ReceiverEntry> |
UNICAST.recv_table |
Modifier and Type | Method and Description |
---|---|
protected UNICAST.ReceiverEntry |
UNICAST.getOrCreateReceiverEntry(Address sender,
long seqno,
short conn_id) |
protected UNICAST.ReceiverEntry |
UNICAST.getReceiverEntry(Address sender,
long seqno,
boolean first,
short conn_id) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.