|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use List | |
|---|---|
| org.jgroups.protocols | Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. |
| org.jgroups.stack | Support for managing protocol stacks. |
| org.jgroups.util | Provides useful functionality which cannot be assigned to any particular other package. |
| Uses of List in org.jgroups.protocols |
|---|
| Fields in org.jgroups.protocols declared as List | |
|---|---|
List |
Digest.msgs
|
| Uses of List in org.jgroups.stack |
|---|
| Methods in org.jgroups.stack that return List | |
|---|---|
List |
RouterStub.get(java.lang.String groupname)
Retrieves the membership (list of Addresses) for a given group. |
List |
NakReceiverWindow.getMessagesHigherThan(long seqno)
Return messages that are higher than seqno (excluding
seqno). |
List |
NakReceiverWindow.getMessagesInList(List missing_msgs)
Return a list of all messages for which there is a seqno in missing_msgs. |
List |
NakReceiverWindow.getMessagesInRange(long lower,
long upper)
Return all messages m for which the following holds: m > lower && m <= upper (excluding lower, including upper). |
List |
NakReceiverWindow.getMissingMessages(long low,
long high)
Find all messages between 'low' and 'high' (including 'low' and 'high') that have a null msg. |
| Methods in org.jgroups.stack with parameters of type List | |
|---|---|
List |
NakReceiverWindow.getMessagesInList(List missing_msgs)
Return a list of all messages for which there is a seqno in missing_msgs. |
| Uses of List in org.jgroups.util |
|---|
| Subclasses of List in org.jgroups.util | |
|---|---|
class |
BoundedList
A bounded subclass of List, oldest elements are removed once max capacity is exceeded |
class |
Stack
LIFO stack, with better performance than java.util.Stack (based on List). |
| Methods in org.jgroups.util that return List | |
|---|---|
List |
List.copy()
|
List |
Stack.copy()
|
| Methods in org.jgroups.util with parameters of type List | |
|---|---|
void |
Queue.addAll(List l)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||