public interface OLockManager<T>
Modifier and Type | Method and Description |
---|---|
Lock |
acquireExclusiveLock(T key) |
Lock[] |
acquireExclusiveLocksInBatch(Collection<T> values) |
Lock[] |
acquireExclusiveLocksInBatch(T... values) |
Lock |
acquireSharedLock(T key) |
Lock[] |
acquireSharedLocksInBatch(T[] keys) |
void |
releaseExclusiveLock(T key) |
void |
releaseSharedLock(T key) |
void releaseSharedLock(T key)
void releaseExclusiveLock(T key)
Lock[] acquireExclusiveLocksInBatch(Collection<T> values)
Copyright © 2009–2020 OrientDB. All rights reserved.