Uses of Class org.jgroups.util.List

Uses in package org.jgroups.protocols

Fields of type org.jgroups.util.List

List

Uses in package org.jgroups.util

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

Uses in package org.jgroups.stack

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
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.

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.