Uses of Class
io.ocfl.core.lock.ObjectLockBuilder
Packages that use ObjectLockBuilder
-
Uses of ObjectLockBuilder in io.ocfl.core
Method parameters in io.ocfl.core with type arguments of type ObjectLockBuilderModifier and TypeMethodDescriptionOcflRepositoryBuilder.objectLock
(Consumer<ObjectLockBuilder> configureLock) Configures the object lock that's used. -
Uses of ObjectLockBuilder in io.ocfl.core.lock
Methods in io.ocfl.core.lock that return ObjectLockBuilderModifier and TypeMethodDescriptionObjectLockBuilder.dataSource
(DataSource dataSource) Sets the DataSource to use for DB based locking.ObjectLockBuilder.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.Sets the name of the table to use for object locking.Used to override the amount of time the client will wait to obtain an object lock.