Uses of Class
edu.wisc.library.ocfl.core.lock.ObjectLockBuilder
-
Packages that use ObjectLockBuilder Package Description edu.wisc.library.ocfl.core edu.wisc.library.ocfl.core.lock -
-
Uses of ObjectLockBuilder in edu.wisc.library.ocfl.core
Method parameters in edu.wisc.library.ocfl.core with type arguments of type ObjectLockBuilder Modifier and Type Method Description OcflRepositoryBuilderOcflRepositoryBuilder. objectLock(Consumer<ObjectLockBuilder> configureLock)Configures the object lock that's used. -
Uses of ObjectLockBuilder in edu.wisc.library.ocfl.core.lock
Methods in edu.wisc.library.ocfl.core.lock that return ObjectLockBuilder Modifier and Type Method Description ObjectLockBuilderObjectLockBuilder. dataSource(DataSource dataSource)Sets the DataSource to use for DB based locking.ObjectLockBuilderObjectLockBuilder. maxLockDuration(Duration maxLockDuration)Sets the maximum amount of time a lock may be held for before it's able to be acquired by another process.ObjectLockBuilderObjectLockBuilder. tableName(String tableName)Sets the name of the table to use for object locking.ObjectLockBuilderObjectLockBuilder. waitTime(long waitTime, TimeUnit timeUnit)Used to override the amount of time the client will wait to obtain an object lock.
-