| ClusteredIndex |
|
| ClusteredIndex.Entry |
|
| Counter |
A simple counter where values can be added or the whole counter be reset.
|
| CounterRepo |
|
| IntPair |
A key value pair who's key is of type long.
|
| LeakyBucket |
An implementation of the leaky bucket pattern for throughput control.
|
| LongPair |
A key value pair who's key is of type long.
|
| LruNode |
|
| StaticIntMap |
A statically initialized and immutable map of int -> T.
|
| StaticLongMap |
A statically initialized and immutable map of long -> T.
|
| TimeoutMap |
A map which additionaly to normal map operations allows the user to supply a timeout.
|