Uses of Interface
org.eclipse.rdf4j.common.concurrent.locks.diagnostics.LockMonitoring
-
Uses of LockMonitoring in org.eclipse.rdf4j.common.concurrent.locks.diagnostics
Modifier and TypeClassDescriptionclass
LockCleaner<T extends Lock>
Automatically log and release locks that are no longer referenced and will be garbage collected.static class
LockMonitoring.Wrapper<T extends Lock>
class
LockTracking<T extends Lock>
Full tracking of locks with simple deadlock detection and logging as well as automatic release of abandoned locks (same as LockCleaner).Modifier and TypeMethodDescriptionstatic <T extends Lock>
LockMonitoring<T>LockMonitoring.wrap
(Lock.ExtendedSupplier<T> supplier)