Uses of Class
org.jgroups.protocols.relay.Relayer
-
Packages that use Relayer Package Description org.jgroups.protocols.relay -
-
Uses of Relayer in org.jgroups.protocols.relay
Subclasses of Relayer in org.jgroups.protocols.relay Modifier and Type Class Description class
Relayer2
Maintains bridges and routing table.class
Relayer3
Maintains bridges and routing table.Fields in org.jgroups.protocols.relay declared as Relayer Modifier and Type Field Description protected Relayer
RELAY. relayer
Methods in org.jgroups.protocols.relay that return types with arguments of type Relayer Modifier and Type Method Description java.util.concurrent.CompletableFuture<Relayer>
Relayer3. start(RelayConfig.SiteConfig site_cfg, java.lang.String bridge_name, java.lang.String my_site_id)
Creates all bridges from site_config and connects them (joining the bridge clusters)protected java.util.concurrent.CompletableFuture<Relayer>
RELAY3. startRelayer(Relayer3 rel, java.lang.String bridge_name)
Methods in org.jgroups.protocols.relay with parameters of type Relayer Modifier and Type Method Description protected java.lang.String
RELAY2. _printTopology(Relayer rel)
protected <T> java.lang.Object
RELAY3. handleRelayerStarted(Relayer r, long start, T ignored, java.lang.Throwable t)
-