Uses of Class
org.jgroups.util.Triple
-
Packages that use Triple Package Description org.jgroups.conf Provides ways to configure a protocol stack. -
-
Uses of Triple in org.jgroups.conf
Methods in org.jgroups.conf that return types with arguments of type Triple Modifier and Type Method Description protected static java.util.List<Triple<java.lang.Short,java.lang.String,java.lang.Boolean>>
ClassConfigurator. parse(java.io.InputStream in)
protected static java.util.List<Triple<java.lang.Short,java.lang.String,java.lang.Boolean>>
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)
-