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<Short,String> |
ClassConfigurator.parseClassData(Node protocol) |
Modifier and Type | Method and Description |
---|---|
protected static List<Tuple<Short,String>> |
ClassConfigurator.parse(InputStream stream) |
protected static List<Tuple<Short,String>> |
ClassConfigurator.readMappings(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<List<Message>,Long> |
AckReceiverWindow.removeMany(int max)
Removes as many messages as possible (in sequence, without gaps)
|
Modifier and Type | Method and Description |
---|---|
static ConcurrentMap<String,Tuple<TP,ProtocolStack.RefCounter>> |
ProtocolStack.getSingletonTransports() |
Modifier and Type | Method and Description |
---|---|
List<Tuple<Address,Long>> |
CreditMap.getMembersWithCreditsLessThan(long min_credits) |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.