Class OPartitionedLockManager<T>

java.lang.Object
com.orientechnologies.common.concur.lock.OPartitionedLockManager<T>
All Implemented Interfaces:
OLockManager<T>

public class OPartitionedLockManager<T> extends Object implements OLockManager<T>
Lock manager implementation that uses multipel partitions to increase the level of concurrency without having to keep one entry per locked key, like for OOneEntryPerKeyLockManager implementation.
Since:
8/11/14
Author:
Andrey Lomakin (a.lomakin-at-orientdb.com)
  • Constructor Details

    • OPartitionedLockManager

      public OPartitionedLockManager()
    • OPartitionedLockManager

      public OPartitionedLockManager(boolean useSpinLock, boolean useScalableRWLock)
  • Method Details