Uses of Class
org.cojen.tupl.DeadlockException
Packages that use DeadlockException
-
Uses of DeadlockException in org.cojen.tupl
Methods in org.cojen.tupl that throw DeadlockExceptionModifier and TypeMethodDescriptionTransaction.tryLockExclusive(long indexId, byte[] key, long nanosTimeout) Attempts to acquire an exclusive lock for the given key, denying any additional locks.default LockResultView.tryLockExclusive(Transaction txn, byte[] key, long nanosTimeout) Explicitly acquire an exclusive lock for the given key, denying any additional locks.Transaction.tryLockShared(long indexId, byte[] key, long nanosTimeout) Attempts to acquire a shared lock for the given key, denying exclusive locks.default LockResultView.tryLockShared(Transaction txn, byte[] key, long nanosTimeout) Explicitly acquire a shared lock for the given key, denying exclusive locks.Transaction.tryLockUpgradable(long indexId, byte[] key, long nanosTimeout) Attempts to acquire an upgradable lock for the given key, denying exclusive and additional upgradable locks.default LockResultView.tryLockUpgradable(Transaction txn, byte[] key, long nanosTimeout) Explicitly acquire an upgradable lock for the given key, denying exclusive and additional upgradable locks.