Uses of Interface
com.aizuda.snailjob.server.job.task.support.LockExecutor
Packages that use LockExecutor
-
Uses of LockExecutor in com.aizuda.snailjob.server.job.task.support.handler
Methods in com.aizuda.snailjob.server.job.task.support.handler with parameters of type LockExecutorModifier and TypeMethodDescriptionvoidDistributedLockHandler.lockWithDisposable(LockExecutor lockExecutor, String lockName, Duration lockAtMost) 获取分布式锁voidDistributedLockHandler.lockWithDisposableAndRetry(LockExecutor lockExecutor, String lockName, Duration lockAtMost, Duration sleepTime, Integer maxRetryTimes) 获取分布式锁并支持重试