public interface OSimpleLockManager<T>
Modifier and Type | Method and Description |
---|---|
long |
getTimeout() |
void |
lock(T key) |
void |
lock(T key,
long timeout) |
void |
reset() |
long |
size() |
void |
unlock(T key) |
Copyright © 2009–2020 OrientDB. All rights reserved.