Uses of Class
net.javacrumbs.shedlock.core.LockConfiguration
Packages that use LockConfiguration
Package
Description
-
Uses of LockConfiguration in net.javacrumbs.shedlock.core
Fields in net.javacrumbs.shedlock.core declared as LockConfigurationModifier and TypeFieldDescriptionprotected final LockConfigurationAbstractSimpleLock.lockConfigurationMethods in net.javacrumbs.shedlock.core that return types with arguments of type LockConfigurationMethods in net.javacrumbs.shedlock.core with parameters of type LockConfigurationModifier and TypeMethodDescriptionprotected Optional<SimpleLock>AbstractSimpleLock.doExtend(LockConfiguration newConfiguration) voidDefaultLockingTaskExecutor.executeWithLock(Runnable task, LockConfiguration lockConfig) voidDefaultLockingTaskExecutor.executeWithLock(LockingTaskExecutor.Task task, LockConfiguration lockConfig) DefaultLockingTaskExecutor.executeWithLock(LockingTaskExecutor.TaskWithResult<T> task, LockConfiguration lockConfig) voidLockingTaskExecutor.executeWithLock(Runnable task, LockConfiguration lockConfig) Executes task if it's not already running.voidLockingTaskExecutor.executeWithLock(LockingTaskExecutor.Task task, LockConfiguration lockConfig) default <T> LockingTaskExecutor.TaskResult<T>LockingTaskExecutor.executeWithLock(LockingTaskExecutor.TaskWithResult<T> task, LockConfiguration lockConfig) Executes task.LockProvider.lock(LockConfiguration lockConfiguration) Constructors in net.javacrumbs.shedlock.core with parameters of type LockConfiguration -
Uses of LockConfiguration in net.javacrumbs.shedlock.support
Methods in net.javacrumbs.shedlock.support with parameters of type LockConfigurationModifier and TypeMethodDescriptionprotected booleanStorageBasedLockProvider.doLock(LockConfiguration lockConfiguration) Sets lockUntil according to LockConfiguration if current lockUntil <= nowdefault booleanStorageAccessor.extend(LockConfiguration lockConfiguration) booleanStorageAccessor.insertRecord(LockConfiguration lockConfiguration) Inserts a record, if it does not already exists.KeepAliveLockProvider.lock(LockConfiguration lockConfiguration) StorageBasedLockProvider.lock(LockConfiguration lockConfiguration) voidStorageAccessor.unlock(LockConfiguration lockConfiguration) booleanStorageAccessor.updateRecord(LockConfiguration lockConfiguration) Tries to update the lock record. -
Uses of LockConfiguration in net.javacrumbs.shedlock.util
Methods in net.javacrumbs.shedlock.util that return LockConfigurationMethods in net.javacrumbs.shedlock.util with parameters of type LockConfigurationModifier and TypeMethodDescriptionTrackingLockProviderWrapper.lock(LockConfiguration lockConfiguration)