Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected static Tuple<java.lang.Short,java.lang.String> |
ClassConfigurator.parseClassData(org.w3c.dom.Node protocol) |
Modifier and Type | Method and Description |
---|---|
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)
|
Modifier and Type | Method and Description |
---|---|
Tuple<java.util.List<Message>,java.lang.Long> |
AckReceiverWindow.removeMany(int max)
Removes as many messages as possible (in sequence, without gaps)
|
Modifier and Type | Method and Description |
---|---|
static java.util.concurrent.ConcurrentMap<java.lang.String,Tuple<TP,ProtocolStack.RefCounter>> |
ProtocolStack.getSingletonTransports() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Tuple<Address,java.lang.Long>> |
CreditMap.getMembersWithCreditsLessThan(long min_credits) |
Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.