public interface OSimpleRWLockManager<T>
Modifier and Type | Method and Description |
---|---|
void |
acquireReadLock(T key,
long timeout) |
void |
acquireWriteLock(T key,
long timeout) |
void |
releaseReadLock(T key) |
void |
releaseWriteLock(T key) |
Copyright © 2009–2020 OrientDB. All rights reserved.