| Interface | Description |
|---|---|
| ClusteredIndex<K,T extends ClusteredIndex.Entry<K>> | |
| ClusteredIndex.Entry<K> | |
| IntPair<T> |
A key value pair who's key is of type long.
|
| LoadAvg | |
| LongPair<T> |
A key value pair who's key is of type long.
|
| LruNode |
| Class | Description |
|---|---|
| ArrayIterator<E> |
An
Iterator over an array. |
| ClusteredHashIndex<K,T extends ClusteredIndex.Entry<K>> | |
| Counter |
A simple counter where values can be added or the whole counter be reset.
|
| CounterRepo | |
| FinishedFuture<T> | |
| Intervals |
TODO
|
| LeakyBucket |
An implementation of the leaky bucket pattern for throughput control.
|
| LoadAvgNoop | |
| LoadAvgSimple | |
| LruList<E extends LruNode> | |
| StaticIntMap<T> |
A statically initialized and immutable map of
int -> T. |
| StaticLongMap<T> |
A statically initialized and immutable map of
long -> T. |
Copyright © 2012. All Rights Reserved.