| Package | Description |
|---|---|
| com.orientechnologies.common.concur.lock | |
| com.orientechnologies.orient.core.index |
| Modifier and Type | Class and Description |
|---|---|
class |
OIndexOneEntryPerKeyLockManager<T>
Basically the same thing as
OOneEntryPerKeyLockManager, but uses ConcurrentHashMap internally which has better
memory footprint. |
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. |
| Modifier and Type | Field and Description |
|---|---|
protected OLockManager<Object> |
OIndexAbstract.keyLockManager |
Copyright © 2009–2025 OrientDB. All rights reserved.