Uses of Enum Class
io.permazen.kv.simple.LockManager.LockResult
Packages that use LockManager.LockResult
-
Uses of LockManager.LockResult in io.permazen.kv.simple
Methods in io.permazen.kv.simple that return LockManager.LockResultModifier and TypeMethodDescriptionLockManager.lock
(LockOwner owner, ByteData minKey, ByteData maxKey, boolean write, long waitTimeout) Acquire a lock on behalf of the specified owner.static LockManager.LockResult
Returns the enum constant of this class with the specified name.static LockManager.LockResult[]
LockManager.LockResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.