Package | Description |
---|---|
org.jgroups.protocols.relay |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<String,List<Relayer.Route>> |
Relayer.routes
The routing table.
|
Modifier and Type | Method and Description |
---|---|
Relayer.Route |
RELAY2.getRoute(String site_name)
Returns the route to a given site
|
protected Relayer.Route |
Relayer.getRoute(String site)
Grabs a random route
|
Modifier and Type | Method and Description |
---|---|
protected List<Relayer.Route> |
Relayer.getRoutes(String... excluded_sites) |
Modifier and Type | Method and Description |
---|---|
int |
Relayer.Route.compareTo(Relayer.Route o) |
protected static boolean |
Relayer.isExcluded(Relayer.Route route,
String... excluded_sites) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
Relayer.Bridge.contains(List<Relayer.Route> routes,
Address addr) |
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.