Package | Description |
---|---|
com.orientechnologies.common.concur.lock |
Modifier and Type | Class and Description |
---|---|
class |
OOneEntryPerKeyLockManager<T>
Original Lock Manager implementation that uses a concurrent linked hash map to store one entry
per key.
|
class |
OPartitionedLockManager<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. |
Copyright © 2009–2020 OrientDB. All rights reserved.