| Interface | Description |
|---|---|
| LoadBalancingPolicy<C,E> |
A load balancer that selects type E elements based on some criteria C.
|
| Class | Description |
|---|---|
| RoundRobinLoadBalancingPolicy<C,E> |
This load balancing policy selects one out of a set of possible elements to use.
|
| StickyLoadBalancingPolicy<C,E> |
This load balancing policy selects one out of a set of possible elements to use.
|
| Exception | Description |
|---|---|
| NoHostAvailableException |
Copyright © 2018. All rights reserved.