Uses of Class
io.github.bucket4j.distributed.proxy.generic.select_for_update.LockAndGetResult
-
Packages that use LockAndGetResult Package Description io.github.bucket4j.distributed.proxy.generic.select_for_update -
-
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 LockAndGetResult Modifier and Type Method Description static LockAndGetResultLockAndGetResult. locked(byte[] data)static LockAndGetResultLockAndGetResult. notLocked()LockAndGetResultSelectForUpdateBasedTransaction. tryLockAndGet()Locks data by the key associated with this transaction and returns data that is associated with the key.
-