Package edu.wisc.library.ocfl.core.lock
-
Interface Summary Interface Description ObjectLock Extension point that allows the OCFL repository to use any number of different lock implementations so long as they conform to this interface. -
Class Summary Class Description DbObjectLock Lock implementation that writes to a DB table to lock a resource.InMemoryObjectLock In-memory implementation of ObjectLock that uses Java's ReentrantReadWriteLock.ObjectLockBuilder Constructs newObjectLockinstances