Package com.orientechnologies.common.concur.lock
package com.orientechnologies.common.concur.lock
-
ClassDescriptionAbstract Lock class.Adaptive class to handle shared resources.Interface for locks.OLockManager<T>Lock Manager interface.Exception is thrown in case DB is locked for modifications but modification request ist trying to be acquired.Original Lock Manager implementation that uses a concurrent linked hash map to store one entry per key.Lock manager implementation that uses multipel partitions to increase the level of concurrency without having to keep one entry per locked key, like for
OOneEntryPerKeyLockManagerimplementation.Scalable Read-Write Lock