| Class | Description |
|---|---|
| RandomStrategy<T> |
This strategy always picks a random instance from the list
|
| RoundRobinStrategy<T> |
This strategy rotates sequentially through the list of instances
|
| StickyStrategy<T> |
This strategy uses a master strategy to pick the initial instance.
|
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.