|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoadBalancePolicy | |
---|---|
org.jboss.aspects.remoting | |
org.jboss.ha.client.loadbalance |
Uses of LoadBalancePolicy in org.jboss.aspects.remoting |
---|
Constructors in org.jboss.aspects.remoting with parameters of type LoadBalancePolicy | |
---|---|
ClusteredPojiProxy(Object oid,
org.jboss.remoting.InvokerLocator uri,
org.jboss.aop.advice.Interceptor[] interceptors,
FamilyWrapper family,
LoadBalancePolicy lb,
String partitionName,
Object originTarget)
|
Uses of LoadBalancePolicy in org.jboss.ha.client.loadbalance |
---|
Subinterfaces of LoadBalancePolicy in org.jboss.ha.client.loadbalance | |
---|---|
interface |
AopLoadBalancePolicy
Extends the parent interface
by adding support for passing in an AOP Invocation
as an aid in making the choice of targets. |
Classes in org.jboss.ha.client.loadbalance that implement LoadBalancePolicy | |
---|---|
class |
FirstAvailable
LoadBalancePolicy implementation that, once a target is chosen, always favors that same target; i.e. |
class |
FirstAvailableIdenticalAllProxies
Extends the "sticky session" behavior of FirstAvailable by caching
the favored target in the FamilyClusterInfo , thus allowing different
proxies for the same family to use the same favored target. |
class |
RandomRobin
LoadBalancePolicy implementation that always fully randomly selects its target (without basing its decision on any history). |
class |
RoundRobin
LoadBalancePolicy implementation that always favors the next available target in the list, ensuring maximum load balancing always occurs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |