Uses of Interface
com.orientechnologies.common.concur.lock.OLockManager
Packages that use OLockManager
-
Uses of OLockManager in com.orientechnologies.common.concur.lock
Classes in com.orientechnologies.common.concur.lock that implement OLockManagerModifier and TypeClassDescriptionclassOriginal Lock Manager implementation that uses a concurrent linked hash map to store one entry per key.classLock manager implementation that uses multipel partitions to increase the level of concurrency without having to keep one entry per locked key, like forOOneEntryPerKeyLockManagerimplementation.