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