|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tuple | |
|---|---|
| org.jgroups.conf | Provides ways to configure a protocol stack. |
| org.jgroups.protocols | Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. |
| org.jgroups.protocols.pbcast | Supports probabilistic broadcasts. |
| org.jgroups.protocols.rules | |
| 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.protocols |
|---|
| Fields in org.jgroups.protocols with type parameters of type Tuple | |
|---|---|
protected java.util.Map<Owner,Tuple<COUNTER.Request,Promise>> |
COUNTER.pending_requests
|
| Uses of Tuple in org.jgroups.protocols.pbcast |
|---|
| Methods in org.jgroups.protocols.pbcast that return Tuple | |
|---|---|
Tuple<View,Digest> |
GMS.getViewAndDigest()
Returns the current view and digest |
| Uses of Tuple in org.jgroups.protocols.rules |
|---|
| Fields in org.jgroups.protocols.rules with type parameters of type Tuple | |
|---|---|
protected java.util.Map<java.lang.String,Tuple<Rule,java.util.concurrent.Future<?>>> |
SUPERVISOR.rules
|
| Uses of Tuple in org.jgroups.stack |
|---|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||