Uses of Interface
net.javacrumbs.shedlock.core.SimpleLock
Packages that use SimpleLock
Package
Description
-
Uses of SimpleLock in net.javacrumbs.shedlock.core
Classes in net.javacrumbs.shedlock.core that implement SimpleLockMethods in net.javacrumbs.shedlock.core that return types with arguments of type SimpleLockModifier and TypeMethodDescriptionprotected Optional<SimpleLock> AbstractSimpleLock.doExtend(LockConfiguration newConfiguration) default Optional<SimpleLock> Extends the lock.LockProvider.lock(LockConfiguration lockConfiguration) Attempts to acquire a lock for the given configuration. -
Uses of SimpleLock in net.javacrumbs.shedlock.support
Methods in net.javacrumbs.shedlock.support that return types with arguments of type SimpleLockModifier and TypeMethodDescriptionKeepAliveLockProvider.lock(LockConfiguration lockConfiguration) StorageBasedLockProvider.lock(LockConfiguration lockConfiguration) -
Uses of SimpleLock in net.javacrumbs.shedlock.util
Subinterfaces of SimpleLock in net.javacrumbs.shedlock.utilMethods in net.javacrumbs.shedlock.util that return types with arguments of type SimpleLockModifier and TypeMethodDescriptionTrackingLockProviderWrapper.getActiveLocks()TrackingLockProviderWrapper.lock(LockConfiguration lockConfiguration)