Frames | No Frames |
Classes derived from org.jgroups.util.List | |
class | A bounded subclass of List, oldest elements are removed once max capacity is exceeded
|
class | LIFO stack, with better performance than java.util.Stack (based on List). |
Methods with parameter type org.jgroups.util.List | |
void |
Methods with return type org.jgroups.util.List | |
List | |
List |
Fields of type org.jgroups.util.List | |
List |
Methods with parameter type org.jgroups.util.List | |
List | Return a list of all messages for which there is a seqno in
missing_msgs . |
Methods with return type org.jgroups.util.List | |
List | RouterStub.get(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 | 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. |