Package | Description |
---|---|
org.jgroups.protocols.relay |
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.ConcurrentMap<java.lang.String,java.util.List<Route>> |
Relayer.routes
The routing table.
|
Modifier and Type | Method and Description |
---|---|
Route |
RELAY2.getRoute(java.lang.String site_name)
Returns the route to a given site
|
protected Route |
Relayer.getRoute(java.lang.String site) |
protected Route |
Relayer.getRoute(java.lang.String site,
Address sender) |
Route |
SiteMasterPicker.pickRoute(java.lang.String site,
java.util.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 java.util.List<Route> |
Relayer.getRoutes(java.lang.String... excluded_sites) |
Modifier and Type | Method and Description |
---|---|
int |
Route.compareTo(Route o) |
protected static boolean |
Relayer.isExcluded(Route route,
java.lang.String... excluded_sites) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
Relayer.Bridge.contains(java.util.List<Route> routes,
Address addr) |
Route |
SiteMasterPicker.pickRoute(java.lang.String site,
java.util.List<Route> routes,
Address original_sender)
Picks a route to a given remote site from a list of routes.
|
Copyright © 1998-2020 Red Hat. All Rights Reserved.