Uses of Class
org.jgroups.util.Tuple

Packages that use Tuple
org.jgroups.conf Provides ways to configure a protocol stack. 
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 Tuple in org.jgroups.conf
 

Methods in org.jgroups.conf that return Tuple
protected static Tuple<java.lang.Short,java.lang.String> ClassConfigurator.parseClassData(org.w3c.dom.Node protocol)
           
 

Methods in org.jgroups.conf that return types with arguments of type Tuple
protected static java.util.List<Tuple<java.lang.Short,java.lang.String>> ClassConfigurator.parse(java.io.InputStream stream)
           
protected static java.util.List<Tuple<java.lang.Short,java.lang.String>> ClassConfigurator.readMappings(java.lang.String name)
          try to read the magic number configuration file as a Resource form the classpath using getResourceAsStream if this fails this method tries to read the configuration file from mMagicNumberFile using a FileInputStream (not in classpath but somewhere else in the disk)
 

Uses of Tuple in org.jgroups.stack
 

Methods in org.jgroups.stack that return Tuple
 Tuple<java.util.List<Message>,java.lang.Long> AckReceiverWindow.removeMany(int max)
          Removes as many messages as possible (in sequence, without gaps)
 

Methods in org.jgroups.stack that return types with arguments of type Tuple
static java.util.concurrent.ConcurrentMap<java.lang.String,Tuple<TP,ProtocolStack.RefCounter>> ProtocolStack.getSingletonTransports()
           
 

Uses of Tuple in org.jgroups.util
 

Methods in org.jgroups.util that return types with arguments of type Tuple
 java.util.List<Tuple<Address,java.lang.Long>> CreditMap.getMembersWithCreditsLessThan(long min_credits)
           
 



Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.