|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Table | |
|---|---|
| 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. |
| Uses of Table in org.jgroups.protocols |
|---|
| Fields in org.jgroups.protocols declared as Table | |
|---|---|
protected Table<Message> |
UNICAST.ReceiverEntry.received_msgs
|
protected Table<Message> |
UNICAST2.ReceiverEntry.received_msgs
|
| Methods in org.jgroups.protocols with parameters of type Table | |
|---|---|
protected int |
UNICAST.removeAndDeliver(java.util.concurrent.atomic.AtomicBoolean processing,
Table<Message> win)
|
| Constructors in org.jgroups.protocols with parameters of type Table | |
|---|---|
UNICAST.ReceiverEntry(Table<Message> received_msgs,
long recv_conn_id)
|
|
UNICAST2.ReceiverEntry(Table<Message> received_msgs,
short recv_conn_id)
|
|
| Uses of Table in org.jgroups.protocols.pbcast |
|---|
| Fields in org.jgroups.protocols.pbcast with type parameters of type Table | |
|---|---|
protected java.util.concurrent.ConcurrentMap<Address,Table<Message>> |
NAKACK2.xmit_table
Map to store sent and received messages (keyed by sender) |
| Methods in org.jgroups.protocols.pbcast that return Table | |
|---|---|
protected Table<Message> |
NAKACK2.createTable(long initial_seqno)
|
Table<Message> |
NAKACK2.getWindow(Address sender)
Returns the receive window for sender; only used for testing. |
| Methods in org.jgroups.protocols.pbcast with parameters of type Table | |
|---|---|
protected static long |
NAKACK2.sizeOfAllMessages(Table<Message> buf,
boolean include_headers)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||