Uses of Class
org.jgroups.util.Tuple
-
Packages that use Tuple Package Description org.jgroups.stack Support for managing protocol stacks. -
-
Uses of Tuple in org.jgroups.stack
Methods in org.jgroups.stack that return types with arguments of type Tuple Modifier and Type Method Description static java.util.concurrent.ConcurrentMap<java.lang.String,Tuple<TP,java.lang.Short>>
ProtocolStack. getSingletonTransports()
Method parameters in org.jgroups.stack with type arguments of type Tuple Modifier and Type Method Description static void
Configurator. startProtocolStack(java.util.List<Protocol> protocols, java.lang.String cluster_name, java.util.Map<java.lang.String,Tuple<TP,java.lang.Short>> singletons)
static void
Configurator. stopProtocolStack(java.util.List<Protocol> protocols, java.lang.String cluster_name, java.util.Map<java.lang.String,Tuple<TP,java.lang.Short>> singletons)
-