Class LockStoreImpl

java.lang.Object
org.aksw.commons.lock.db.impl.LockStoreImpl
All Implemented Interfaces:
LockStore<String[],String>

public class LockStoreImpl extends Object implements LockStore<String[],String>
File System based implementation of a LockStore. For each resource subject to locking a folder is created in the lock repository. Each read/write lock is represented as a file which then links to a path that represents the owner. Typically the owner-path is the folder where transaction resources are managed.
Author:
Claus Stadler