Uses of Interface
org.aksw.commons.lock.LockManager
Packages that use LockManager
-
Uses of LockManager in org.aksw.commons.lock
Classes in org.aksw.commons.lock that implement LockManagerModifier and TypeClassDescriptionclassclassclassMap of some resource to a lock for that resource.Fields in org.aksw.commons.lock with type parameters of type LockManagerModifier and TypeFieldDescriptionprotected List<? extends LockManager<T>> LockManagerCompound.delegatesConstructor parameters in org.aksw.commons.lock with type arguments of type LockManager -
Uses of LockManager in org.aksw.commons.txn.impl
Fields in org.aksw.commons.txn.impl declared as LockManagerConstructors in org.aksw.commons.txn.impl with parameters of type LockManagerModifierConstructorDescriptionTxnMgrImpl(String txnMgrId, Path rootPath, PathMatcher pathMatcher, TemporalAmount heartbeatDuration, LockManager<Path> lockMgr, Path txnBasePath, ResourceRepository<String> resRepo, ResourceRepository<String> lockRepo, SymbolicLinkStrategy symlinkStrategy)