Uses of Class
org.jgroups.protocols.SHARED_LOOPBACK
-
Packages that use SHARED_LOOPBACK Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of SHARED_LOOPBACK in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type SHARED_LOOPBACK Modifier and Type Field Description protected static java.util.function.Function<AsciiString,java.util.Map<Address,SHARED_LOOPBACK>>
SHARED_LOOPBACK. FUNC
protected static java.util.Map<AsciiString,java.util.Map<Address,SHARED_LOOPBACK>>
SHARED_LOOPBACK. routing_table
Map of cluster names and address-protocol mappings.Methods in org.jgroups.protocols that return SHARED_LOOPBACK Modifier and Type Method Description SHARED_LOOPBACK
SHARED_LOOPBACK. coord(boolean b)
Methods in org.jgroups.protocols with parameters of type SHARED_LOOPBACK Modifier and Type Method Description protected static void
SHARED_LOOPBACK. register(AsciiString cluster, Address local_addr, SHARED_LOOPBACK shared_loopback)
-