Class LockCleaner.CleanableLock<T extends Lock>
java.lang.Object
org.eclipse.rdf4j.common.concurrent.locks.diagnostics.LockCleaner.CleanableLock<T>
- All Implemented Interfaces:
Lock
- Enclosing class:
- LockCleaner<T extends Lock>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.rdf4j.common.concurrent.locks.Lock
Lock.ExtendedSupplier<T extends Lock>, Lock.Supplier<T extends Lock>
-
Constructor Summary
ConstructorDescriptionCleanableLock
(ConcurrentCleaner cleaner, T lock, String alias, org.slf4j.Logger logger, Thread thread, Throwable throwable) -
Method Summary
-
Constructor Details
-
CleanableLock
public CleanableLock(ConcurrentCleaner cleaner, T lock, String alias, org.slf4j.Logger logger, Thread thread, Throwable throwable)
-
-
Method Details