| Class | Description |
|---|---|
| ByteArray |
A data structure holding a byte array, and provides a
ByteArray.hashCode based on the byte array content. |
| ConcurrentKeyDeserMap<K,V> |
A concurrent Map that serializes and de-serializes keys.
|
| HighscalelibNonBlockingHashMap<K,V> |
Implements a storage that uses the Highscale libs.
|
| JavaConcurrentHashMap<K,V> |
Implements a storage that uses Java's ConcurrentHashMap.
|
Copyright © 2018 trivago. All rights reserved.