Uses of Class
io.github.bucket4j.distributed.proxy.generic.select_for_update.LockAndGetResult
Packages that use LockAndGetResult
-
Uses of LockAndGetResult in io.github.bucket4j.distributed.proxy.generic.select_for_update
Methods in io.github.bucket4j.distributed.proxy.generic.select_for_update that return LockAndGetResultModifier and TypeMethodDescriptionstatic LockAndGetResultLockAndGetResult.locked(byte[] data) static LockAndGetResultLockAndGetResult.notLocked()SelectForUpdateBasedTransaction.tryLockAndGet(Optional<Long> timeoutNanos) Locks data by the key associated with this transaction and returns data that is associated with the key.