A C D E F G I N O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ApplicationNotRunning() - Constructor for class io.quarkus.scheduler.Scheduled.ApplicationNotRunning
C
- concurrentExecution() - Method in annotation type io.quarkus.scheduler.Scheduled
-
Specify the strategy to handle concurrent execution of a scheduled method.
- cron() - Method in annotation type io.quarkus.scheduler.Scheduled
-
Defines a cron-like expression.
D
- delay() - Method in annotation type io.quarkus.scheduler.Scheduled
-
Delays the time the trigger should start at.
- delayed() - Method in annotation type io.quarkus.scheduler.Scheduled
-
Defines a period after which the trigger should start.
- delayUnit() - Method in annotation type io.quarkus.scheduler.Scheduled
E
- every() - Method in annotation type io.quarkus.scheduler.Scheduled
-
Defines a period between invocations.
F
- FailedExecution - Class in io.quarkus.scheduler
-
This event is fired synchronously and asynchronously when an execution of a scheduled method throw an exception.
- FailedExecution(ScheduledExecution) - Constructor for class io.quarkus.scheduler.FailedExecution
- FailedExecution(ScheduledExecution, Throwable) - Constructor for class io.quarkus.scheduler.FailedExecution
- fireTime - Variable in class io.quarkus.scheduler.SkippedExecution
G
- getDetail() - Method in class io.quarkus.scheduler.SkippedExecution
- getException() - Method in class io.quarkus.scheduler.FailedExecution
- getExecution() - Method in class io.quarkus.scheduler.FailedExecution
- getExecution() - Method in class io.quarkus.scheduler.SkippedExecution
- getExecution() - Method in class io.quarkus.scheduler.SuccessfulExecution
- getFireTime() - Method in interface io.quarkus.scheduler.ScheduledExecution
- getId() - Method in interface io.quarkus.scheduler.Trigger
- getNextFireTime() - Method in interface io.quarkus.scheduler.Trigger
- getPreviousFireTime() - Method in interface io.quarkus.scheduler.Trigger
- getScheduledFireTime() - Method in interface io.quarkus.scheduler.ScheduledExecution
- getScheduledJob(String) - Method in interface io.quarkus.scheduler.Scheduler
- getScheduledJobs() - Method in interface io.quarkus.scheduler.Scheduler
- getTrigger() - Method in interface io.quarkus.scheduler.ScheduledExecution
I
- identity() - Method in annotation type io.quarkus.scheduler.Scheduled
-
Optionally defines a unique identifier for this job.
- io.quarkus.scheduler - package io.quarkus.scheduler
- isOverdue() - Method in interface io.quarkus.scheduler.Trigger
-
The grace period is configurable with
Scheduled.overdueGracePeriod(). - isPaused(String) - Method in interface io.quarkus.scheduler.Scheduler
-
Identity must not be null and
falseis returned for non-existent identity. - isRunning() - Method in interface io.quarkus.scheduler.Scheduler
N
- Never() - Constructor for class io.quarkus.scheduler.Scheduled.Never
O
- overdueGracePeriod() - Method in annotation type io.quarkus.scheduler.Scheduled
-
Defines a period after which the job is considered overdue.
P
- pause() - Method in interface io.quarkus.scheduler.Scheduler
-
Pause the scheduler.
- pause(String) - Method in interface io.quarkus.scheduler.Scheduler
-
Pause a specific job.
- PROCEED - io.quarkus.scheduler.Scheduled.ConcurrentExecution
-
The scheduled method can be executed concurrently, i.e.
R
- resume() - Method in interface io.quarkus.scheduler.Scheduler
-
Resume the scheduler.
- resume(String) - Method in interface io.quarkus.scheduler.Scheduler
-
Resume a specific job.
S
- Scheduled - Annotation Type in io.quarkus.scheduler
-
Identifies a method of a bean class that is automatically scheduled and invoked by the container.
- Scheduled.ApplicationNotRunning - Class in io.quarkus.scheduler
-
Execution is skipped if the application is not running (either not started or already shutdown).
- Scheduled.ConcurrentExecution - Enum in io.quarkus.scheduler
-
Represents a strategy to handle concurrent execution of a scheduled method.
- Scheduled.Never - Class in io.quarkus.scheduler
-
Execution is never skipped.
- Scheduled.Schedules - Annotation Type in io.quarkus.scheduler
- Scheduled.SkipPredicate - Interface in io.quarkus.scheduler
- ScheduledExecution - Interface in io.quarkus.scheduler
-
Scheduled execution metadata.
- Scheduler - Interface in io.quarkus.scheduler
-
The container provides a built-in bean with bean type
Schedulerand qualifierDefault. - shutdown(ShutdownEvent) - Method in class io.quarkus.scheduler.Scheduled.ApplicationNotRunning
- SKIP - io.quarkus.scheduler.Scheduled.ConcurrentExecution
-
The scheduled method is never executed concurrently, i.e.
- skipExecutionIf() - Method in annotation type io.quarkus.scheduler.Scheduled
-
Specify the bean class that can be used to skip any execution of a scheduled method.
- SkippedExecution - Class in io.quarkus.scheduler
-
This event is fired synchronously and asynchronously when an execution of a scheduled method is skipped.
- SkippedExecution(ScheduledExecution) - Constructor for class io.quarkus.scheduler.SkippedExecution
- SkippedExecution(ScheduledExecution, String) - Constructor for class io.quarkus.scheduler.SkippedExecution
- started(StartupEvent) - Method in class io.quarkus.scheduler.Scheduled.ApplicationNotRunning
- SuccessfulExecution - Class in io.quarkus.scheduler
-
This event is fired synchronously and asynchronously when an execution of a scheduled method is successful.
- SuccessfulExecution(ScheduledExecution) - Constructor for class io.quarkus.scheduler.SuccessfulExecution
T
- test(ScheduledExecution) - Method in class io.quarkus.scheduler.Scheduled.ApplicationNotRunning
- test(ScheduledExecution) - Method in class io.quarkus.scheduler.Scheduled.Never
- test(ScheduledExecution) - Method in interface io.quarkus.scheduler.Scheduled.SkipPredicate
- toString() - Method in class io.quarkus.scheduler.FailedExecution
- toString() - Method in class io.quarkus.scheduler.SkippedExecution
- toString() - Method in class io.quarkus.scheduler.SuccessfulExecution
- Trigger - Interface in io.quarkus.scheduler
-
Trigger is bound to a scheduled task.
- triggerId - Variable in class io.quarkus.scheduler.SkippedExecution
V
- value() - Method in annotation type io.quarkus.scheduler.Scheduled.Schedules
- valueOf(String) - Static method in enum io.quarkus.scheduler.Scheduled.ConcurrentExecution
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.quarkus.scheduler.Scheduled.ConcurrentExecution
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages