Class ReadWriteLockedOffHeapHashMap<K,V>

Type Parameters:
K - the type of keys maintained by this map
V - the type of mapped values
All Implemented Interfaces:
ConcurrentMap<K,V>, ReadWriteLock, Map<K,V>, HashingMap<K,V>, MapInternals, Segment<K,V>, StorageEngine.Owner

public class ReadWriteLockedOffHeapHashMap<K,V> extends AbstractLockedOffHeapHashMap<K,V>
A concurrent-read, exclusive-write off-heap hash-map.

This map uses a regular ReentrantReadWriteLock to provide read/write exclusion/sharing properties.