| Package | Description |
|---|---|
| com.cloudhopper.commons.util |
| Modifier and Type | Class and Description |
|---|---|
class |
RoundRobinLoadBalancedList<E>
Implementation of a load balanced list that returns items using a weighted,
round-robin algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> LoadBalancedList<E> |
LoadBalancedLists.synchronizedList(LoadBalancedList<E> list)
Creates a synchronized version of a LoadBalancedList by putting a lock
around any method that reads or writes to the internal data structure.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> LoadBalancedList<E> |
LoadBalancedLists.synchronizedList(LoadBalancedList<E> list)
Creates a synchronized version of a LoadBalancedList by putting a lock
around any method that reads or writes to the internal data structure.
|
Copyright © 2012-2015 Cloudhopper by Twitter. All Rights Reserved.