Uses of Class
one.nio.lock.RWLock
Packages that use RWLock
-
Uses of RWLock in one.nio.lock
Subclasses of RWLock in one.nio.lockModifier and TypeClassDescriptionclassclassVersion of RWLock with cache line padding to prevent false sharing.Fields in one.nio.lock declared as RWLockMethods in one.nio.lock that return RWLock -
Uses of RWLock in one.nio.mem
Fields in one.nio.mem declared as RWLockModifier and TypeFieldDescriptionprotected final RWLockOffheapMap.Record.lockprotected final RWLock[]OffheapMap.locksMethods in one.nio.mem that return RWLockModifier and TypeMethodDescriptionprivate static RWLock[]OffheapMap.createLocks()OffheapMap.Record.lock()protected RWLockOffheapMap.lockFor(long hashCode) Methods in one.nio.mem with parameters of type RWLockModifier and TypeMethodDescriptionprivate OffheapMap.Record<K, V> OffheapMap.createRecord(K key, long hashCode, RWLock lock) private OffheapMap.WritableRecord<K, V> OffheapMap.createWritableRecord(K key, long hashCode, RWLock lock, boolean create) Constructors in one.nio.mem with parameters of type RWLockModifierConstructorDescriptionRecord(OffheapMap<K, V> map, RWLock lock, long entry) WritableRecord(OffheapMap<K, V> map, RWLock lock, long entry, K key, long currentPtr)