Uses of Interface
edu.wisc.library.ocfl.core.lock.ObjectLock
-
Packages that use ObjectLock Package Description edu.wisc.library.ocfl.core edu.wisc.library.ocfl.core.lock -
-
Uses of ObjectLock in edu.wisc.library.ocfl.core
Fields in edu.wisc.library.ocfl.core declared as ObjectLock Modifier and Type Field Description protected ObjectLockDefaultOcflRepository. objectLockMethods in edu.wisc.library.ocfl.core with parameters of type ObjectLock Modifier and Type Method Description OcflRepositoryBuilderOcflRepositoryBuilder. objectLock(ObjectLock objectLock)Used to lock objects when writing.Constructors in edu.wisc.library.ocfl.core with parameters of type ObjectLock Constructor Description DefaultMutableOcflRepository(OcflStorage storage, Path workDir, ObjectLock objectLock, InventoryMapper inventoryMapper, LogicalPathMapper logicalPathMapper, ContentPathConstraintProcessor contentPathConstraintProcessor, OcflConfig config)DefaultOcflRepository(OcflStorage storage, Path workDir, ObjectLock objectLock, InventoryMapper inventoryMapper, LogicalPathMapper logicalPathMapper, ContentPathConstraintProcessor contentPathConstraintProcessor, OcflConfig config) -
Uses of ObjectLock in edu.wisc.library.ocfl.core.lock
Classes in edu.wisc.library.ocfl.core.lock that implement ObjectLock Modifier and Type Class Description classH2ObjectLockclassInMemoryObjectLockIn-memory implementation of ObjectLock that uses Java's ReentrantReadWriteLock.classPostgresObjectLockMethods in edu.wisc.library.ocfl.core.lock that return ObjectLock Modifier and Type Method Description ObjectLockObjectLockBuilder. build()Constructs a newObjectLock.
-