Uses of Annotation Type
net.javacrumbs.shedlock.support.annotation.NonNull
Packages that use NonNull
-
Uses of NonNull in net.javacrumbs.shedlock.core
Methods in net.javacrumbs.shedlock.core with annotations of type NonNullModifier and TypeMethodDescriptionDefaultLockingTaskExecutor.executeWithLock(LockingTaskExecutor.TaskWithResult<T> task, LockConfiguration lockConfig) default <T> LockingTaskExecutor.TaskResult<T>LockingTaskExecutor.executeWithLock(LockingTaskExecutor.TaskWithResult<T> task, LockConfiguration lockConfig) Executes task.final Optional<SimpleLock>Deprecated.default Optional<SimpleLock>Extends the lock.default Optional<SimpleLock>Deprecated.LockConfigurationExtractor.getLockConfiguration(Runnable task) LockProvider.lock(LockConfiguration lockConfiguration) Method parameters in net.javacrumbs.shedlock.core with annotations of type NonNullModifier and TypeMethodDescriptionvoidDefaultLockingTaskExecutor.executeWithLock(Runnable task, LockConfiguration lockConfig) voidDefaultLockingTaskExecutor.executeWithLock(Runnable task, LockConfiguration lockConfig) voidDefaultLockingTaskExecutor.executeWithLock(LockingTaskExecutor.Task task, LockConfiguration lockConfig) voidDefaultLockingTaskExecutor.executeWithLock(LockingTaskExecutor.Task task, LockConfiguration lockConfig) DefaultLockingTaskExecutor.executeWithLock(LockingTaskExecutor.TaskWithResult<T> task, LockConfiguration lockConfig) DefaultLockingTaskExecutor.executeWithLock(LockingTaskExecutor.TaskWithResult<T> task, LockConfiguration lockConfig) voidDefaultLockManager.executeWithLock(Runnable task) voidLockingTaskExecutor.executeWithLock(Runnable task, LockConfiguration lockConfig) Executes task if it's not already running.voidLockingTaskExecutor.executeWithLock(Runnable task, LockConfiguration lockConfig) Executes task if it's not already running.voidLockingTaskExecutor.executeWithLock(LockingTaskExecutor.Task task, LockConfiguration lockConfig) voidLockingTaskExecutor.executeWithLock(LockingTaskExecutor.Task task, LockConfiguration lockConfig) default <T> LockingTaskExecutor.TaskResult<T>LockingTaskExecutor.executeWithLock(LockingTaskExecutor.TaskWithResult<T> task, LockConfiguration lockConfig) Executes task.default <T> LockingTaskExecutor.TaskResult<T>LockingTaskExecutor.executeWithLock(LockingTaskExecutor.TaskWithResult<T> task, LockConfiguration lockConfig) Executes task.voidLockManager.executeWithLock(Runnable task) final Optional<SimpleLock>Deprecated.final Optional<SimpleLock>Deprecated.default Optional<SimpleLock>Extends the lock.default Optional<SimpleLock>Extends the lock.default Optional<SimpleLock>Deprecated.default Optional<SimpleLock>Deprecated.static voidLockExtender.extendActiveLock(Duration lockAtMostFor, Duration lockAtLeastFor) Extends active lock.static voidLockExtender.extendActiveLock(Duration lockAtMostFor, Duration lockAtLeastFor) Extends active lock.LockConfigurationExtractor.getLockConfiguration(Runnable task) LockProvider.lock(LockConfiguration lockConfiguration) Constructor parameters in net.javacrumbs.shedlock.core with annotations of type NonNullModifierConstructorDescriptionDefaultLockingTaskExecutor(LockProvider lockProvider) DefaultLockManager(LockingTaskExecutor lockingTaskExecutor, LockConfigurationExtractor lockConfigurationExtractor) DefaultLockManager(LockingTaskExecutor lockingTaskExecutor, LockConfigurationExtractor lockConfigurationExtractor) DefaultLockManager(LockProvider lockProvider, LockConfigurationExtractor lockConfigurationExtractor) DefaultLockManager(LockProvider lockProvider, LockConfigurationExtractor lockConfigurationExtractor) LockableRunnable(Runnable task, LockManager lockManager) LockableRunnable(Runnable task, LockManager lockManager) LockConfiguration(String name, Duration lockAtMostFor, Duration lockAtLeastFor) Deprecated.LockConfiguration(String name, Duration lockAtMostFor, Duration lockAtLeastFor) Deprecated.LockConfiguration(String name, Duration lockAtMostFor, Duration lockAtLeastFor) Deprecated.LockConfiguration(String name, Instant lockAtMostUntil) Deprecated.LockConfiguration(String name, Instant lockAtMostUntil) Deprecated.LockConfiguration(String name, Instant lockAtMostUntil, Instant lockAtLeastUntil) Deprecated.LockConfiguration(String name, Instant lockAtMostUntil, Instant lockAtLeastUntil) Deprecated.LockConfiguration(String name, Instant lockAtMostUntil, Instant lockAtLeastUntil) Deprecated.LockConfiguration(Instant createdAt, String name, Duration lockAtMostFor, Duration lockAtLeastFor) Creates LockConfiguration.LockConfiguration(Instant createdAt, String name, Duration lockAtMostFor, Duration lockAtLeastFor) Creates LockConfiguration.LockConfiguration(Instant createdAt, String name, Duration lockAtMostFor, Duration lockAtLeastFor) Creates LockConfiguration.LockConfiguration(Instant createdAt, String name, Duration lockAtMostFor, Duration lockAtLeastFor) Creates LockConfiguration. -
Uses of NonNull in net.javacrumbs.shedlock.support
Methods in net.javacrumbs.shedlock.support with annotations of type NonNullModifier and TypeMethodDescriptionstatic StringUtils.getHostname()KeepAliveLockProvider.lock(LockConfiguration lockConfiguration) StorageBasedLockProvider.lock(LockConfiguration lockConfiguration) Method parameters in net.javacrumbs.shedlock.support with annotations of type NonNullModifier and TypeMethodDescriptiondefault 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) static StringUtils.toIsoString(Instant instant) voidStorageAccessor.unlock(LockConfiguration lockConfiguration) booleanStorageAccessor.updateRecord(LockConfiguration lockConfiguration) Tries to update the lock record.Constructor parameters in net.javacrumbs.shedlock.support with annotations of type NonNullModifierConstructorDescriptionprotectedStorageBasedLockProvider(StorageAccessor storageAccessor)
LockConfiguration(Instant, String, Duration, Duration)