Uses of Class
com.tangosol.net.LoadBalancer.AddressPort
Packages that use LoadBalancer.AddressPort
-
Uses of LoadBalancer.AddressPort in com.tangosol.net
Fields in com.tangosol.net declared as LoadBalancer.AddressPortModifier and TypeFieldDescriptionprotected LoadBalancer.AddressPort[]
LoadBalancer.m_aAddrPortDest
The AddressPort combinations that the load balancer will balance to.protected LoadBalancer.AddressPort
LoadBalancer.m_addrportHost
The AddressPort combination that the load balancer will listen on.Methods in com.tangosol.net that return LoadBalancer.AddressPortModifier and TypeMethodDescriptionLoadBalancer.getDestination
(int i) Determine one of the AddressPort combinations that the load balancer balances requests to.LoadBalancer.getHost()
Determine the AddressPort that the load balancer listens on.protected LoadBalancer.AddressPort
LoadBalancer.getNextDestination()
Determine the next AddressPort combination to route to.protected LoadBalancer.AddressPort
LoadBalancer.getRandomDestination()
Determine a random AddressPort combination to route to.protected LoadBalancer.AddressPort
LoadBalancer.getRoundRobinDestination()
Using a round-robin algorithm, determine the next AddressPort combination to route to.Constructors in com.tangosol.net with parameters of type LoadBalancer.AddressPortModifierConstructorDescriptionLoadBalancer
(LoadBalancer.AddressPort addrportHost, LoadBalancer.AddressPort[] aAddrPortDest, Properties propOptions) Instantiate a LoadBalancer object that will listen on a host address/port and redirect requests to destination addresses/ports.