Class WriteLockedOffHeapHashMap<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 WriteLockedOffHeapHashMap<K,V> extends AbstractLockedOffHeapHashMap<K,V>
An exclusive-read/write off-heap hash-map.

This map uses a regular ReentrantLock to provide exclusive read and write operations.