Uses of Interface
org.aksw.commons.lock.db.api.ResourceLock
Packages that use ResourceLock
Package
Description
-
Uses of ResourceLock in org.aksw.commons.lock.db.api
Methods in org.aksw.commons.lock.db.api that return ResourceLockModifier and TypeMethodDescriptionLockStore.getLockByKey(Path<String> lockKey) LockStore.getLockForResource(String resource) Get the API to manage read/write locks for a given resourceMethods in org.aksw.commons.lock.db.api that return types with arguments of type ResourceLockModifier and TypeMethodDescriptionLockStore.streamResourceLocks()Get a stream of all existing resource locks The resulting stream should be weakly consistent (See invalid input: '{@link Files#list(java.nio.file.Path)). The result stream should always be used in a try-with-resources block in order to ensure release of resources.' -
Uses of ResourceLock in org.aksw.commons.lock.db.impl
Classes in org.aksw.commons.lock.db.impl that implement ResourceLockFields in org.aksw.commons.lock.db.impl declared as ResourceLockMethods in org.aksw.commons.lock.db.impl that return ResourceLockModifier and TypeMethodDescriptionLockStoreImpl.getLockByKey(Path<String> lockKey) LockStoreImpl.getLockForResource(String resource) Methods in org.aksw.commons.lock.db.impl that return types with arguments of type ResourceLockConstructors in org.aksw.commons.lock.db.impl with parameters of type ResourceLockModifierConstructorDescriptionLockFromLockStore(ResourceLock<String> resourceLock, String ownerKey, LockFromLink mgmtLock, LockFromLink readLock, LockFromLink writeLock) -
Uses of ResourceLock in org.aksw.commons.txn.impl
Fields in org.aksw.commons.txn.impl declared as ResourceLockModifier and TypeFieldDescriptionprotected ResourceLock<String> TxnResourceApiSerializable.resourceLock