K - The key classV - The value classpublic class HighscalelibNonBlockingHashMap<K,V> extends Object implements StorageBackend<K,V>
| Constructor and Description |
|---|
HighscalelibNonBlockingHashMap() |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<K,TCacheHolder<V>> |
createMap(Builder<K,V> builder,
double evictionMapSizeFactor)
Returns a ConcurrentMap conforming to the configuration specified in the builder.
|
public ConcurrentMap<K,TCacheHolder<V>> createMap(Builder<K,V> builder, double evictionMapSizeFactor)
StorageBackendcreateMap in interface StorageBackend<K,V>builder - The configuration parameter for the MapevictionMapSizeFactor - Sizing factor to take into accountCopyright © 2018 trivago. All rights reserved.