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.Methods 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 TypeMethodDescriptionOffheapMap.Record.lock()protected RWLockOffheapMap.lockFor(long hashCode) 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)