Uses of Interface
org.aksw.commons.txn.impl.ResourceRepository
Packages that use ResourceRepository
Package
Description
-
Uses of ResourceRepository in org.aksw.commons.lock.db.impl
Fields in org.aksw.commons.lock.db.impl declared as ResourceRepositoryModifier and TypeFieldDescriptionprotected ResourceRepository<String> LockStoreImpl.lockRepoRoot folder of the lock dbprotected ResourceRepository<String> LockStoreImpl.storeRepoMapping of resources to store folders which enables creation of lock files that are link to other folders that contain the data being lockedConstructors in org.aksw.commons.lock.db.impl with parameters of type ResourceRepositoryModifierConstructorDescriptionLockStoreImpl(SymbolicLinkStrategy symbolicLinkStrategy, ResourceRepository<String> lockRepo, ResourceRepository<String> storeRepo, Function<String, Path> ownerRepoFactory) -
Uses of ResourceRepository in org.aksw.commons.txn.api
Methods in org.aksw.commons.txn.api that return ResourceRepository -
Uses of ResourceRepository in org.aksw.commons.txn.impl
Classes in org.aksw.commons.txn.impl that implement ResourceRepositoryFields in org.aksw.commons.txn.impl declared as ResourceRepositoryModifier and TypeFieldDescriptionprotected ResourceRepository<String> TxnMgrImpl.lockRepoprotected ResourceRepository<String> TxnMgrImpl.resRepoMethods in org.aksw.commons.txn.impl that return ResourceRepositoryModifier and TypeMethodDescriptionstatic ResourceRepository<String> ResourceRepoImpl.createWithUriToPath(Path rootPath) static ResourceRepository<String> ResourceRepoImpl.createWithUrlEncode(Path rootPath) Create file names by means of urlencoding and prepending a dot ('.')TxnMgrImpl.getResRepo()Constructors in org.aksw.commons.txn.impl with parameters of type ResourceRepositoryModifierConstructorDescriptionTxnMgrImpl(String txnMgrId, Path rootPath, PathMatcher pathMatcher, TemporalAmount heartbeatDuration, LockManager<Path> lockMgr, Path txnBasePath, ResourceRepository<String> resRepo, ResourceRepository<String> lockRepo, SymbolicLinkStrategy symlinkStrategy)