Uses of Class
com.tangosol.net.LoadBalancer.AddressPort
Packages that use LoadBalancer.AddressPort
- 
Uses of LoadBalancer.AddressPort in com.tangosol.netFields in com.tangosol.net declared as LoadBalancer.AddressPortModifier and TypeFieldDescriptionprotected LoadBalancer.AddressPort[]LoadBalancer.m_aAddrPortDestThe AddressPort combinations that the load balancer will balance to.protected LoadBalancer.AddressPortLoadBalancer.m_addrportHostThe 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.AddressPortLoadBalancer.getNextDestination()Determine the next AddressPort combination to route to.protected LoadBalancer.AddressPortLoadBalancer.getRandomDestination()Determine a random AddressPort combination to route to.protected LoadBalancer.AddressPortLoadBalancer.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.