Uses of Class
org.jgroups.protocols.relay.Route
-
Packages that use Route Package Description org.jgroups.protocols.relay -
-
Uses of Route in org.jgroups.protocols.relay
Fields in org.jgroups.protocols.relay with type parameters of type Route Modifier and Type Field Description protected java.util.concurrent.ConcurrentMap<java.lang.String,java.util.List<Route>>
Relayer. routes
The routing table.Methods in org.jgroups.protocols.relay that return Route Modifier and Type Method Description Route
RELAY2. getRoute(java.lang.String site_name)
Returns the route to a given siteprotected 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)
Methods in org.jgroups.protocols.relay that return types with arguments of type Route Modifier and Type Method Description protected java.util.List<Route>
Relayer. getRoutes(java.lang.String... excluded_sites)
Methods in org.jgroups.protocols.relay with parameters of type Route Modifier and Type Method Description int
Route. compareTo(Route o)
protected static boolean
Relayer. isExcluded(Route route, java.lang.String... excluded_sites)
Method parameters in org.jgroups.protocols.relay with type arguments of type Route Modifier and Type Method 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.
-