| Interface | Description |
|---|---|
| DoubleStatistics |
A state object for collecting statistics such as count, min, max, sum,
average and variance (or standard deviation).
|
| Class | Description |
|---|---|
| Byte4Key |
Key generator for auto-incrementing fixed length 4 byte[] array keys which
wrap-around on overflow.
|
| Byte8Key |
Key generator for auto-incrementing fixed length 8 byte[] array keys which
wrap-around on overflow.
|
| DiscardOverflowsQueue |
A bounded asymmetrically blocking queue that discards new elements if the max
capacity is reached instead of blocking client threads trying to add new
elements.
|
| DoubleStatisticsNoSync |
A state object for collecting statistics such as count, min, max, sum,
average and variance (or standard deviation).
|
| DoubleStatisticsSync |
A state object for collecting statistics such as count, min, max, sum,
average and variance (or standard deviation).
|
| Precision |
Copyright © 2021. All rights reserved.