B C D E F G H I J M N P Q R S T U V 
All Classes All Packages

B

batchTriggerAcquisitionFireAheadTimeWindow - Variable in class io.quarkus.quartz.runtime.QuartzRuntimeConfig
The amount of time in milliseconds that a trigger is allowed to be acquired and fired ahead of its scheduled fire time.
batchTriggerAcquisitionMaxCount - Variable in class io.quarkus.quartz.runtime.QuartzRuntimeConfig
The maximum number of triggers that a scheduler node is allowed to acquire (for firing) at once.

C

clazz - Variable in class io.quarkus.quartz.runtime.QuartzExtensionPointConfig
Class name for the configuration.
clazz - Variable in enum io.quarkus.quartz.runtime.StoreType
 
clusterCheckinInterval - Variable in class io.quarkus.quartz.runtime.QuartzBuildTimeConfig
The frequency (in milliseconds) at which the scheduler instance checks-in with other instances of the cluster.
clustered - Variable in class io.quarkus.quartz.runtime.QuartzBuildTimeConfig
Enable cluster mode or not.
context - Variable in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzScheduledExecution
 
CRON_TRIGGER_DO_NOTHING - io.quarkus.quartz.runtime.QuartzMisfirePolicy
 
cronTriggerConfig - Variable in class io.quarkus.quartz.runtime.QuartzRuntimeConfig
Cron trigger default configuration

D

dashedName() - Method in enum io.quarkus.quartz.runtime.QuartzMisfirePolicy
 
dataSourceName - Variable in class io.quarkus.quartz.runtime.QuartzBuildTimeConfig
The name of the datasource to use.
DBDelegateUtils - Class in io.quarkus.quartz.runtime.jdbc
 
DBDelegateUtils() - Constructor for class io.quarkus.quartz.runtime.jdbc.DBDelegateUtils
 
defaultConfig() - Static method in class io.quarkus.quartz.runtime.QuartzRuntimeConfig.QuartzMisfirePolicyConfig
 
defaultConfig() - Static method in class io.quarkus.quartz.runtime.QuartzRuntimeConfig.TriggerConfig
 
destroy() - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl
 
destroy(Object) - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl
Need to gracefully shut down the scheduler making sure that all triggers have been released before datasource shutdown.

E

execute(JobExecutionContext) - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.InvokerJob
 

F

FIRE_NOW - io.quarkus.quartz.runtime.QuartzMisfirePolicy
 
FORCED - io.quarkus.quartz.runtime.QuartzStartMode
Deprecated.
Scheduler will be started even if no scheduled business methods are found.

G

getBuildTimeConfig() - Method in class io.quarkus.quartz.runtime.QuartzSupport
 
getConnection() - Method in class io.quarkus.quartz.runtime.QuarkusQuartzConnectionPoolProvider
 
getDataSource() - Method in class io.quarkus.quartz.runtime.QuarkusQuartzConnectionPoolProvider
 
getDriverDialect() - Method in class io.quarkus.quartz.runtime.QuartzSupport
 
getFireTime() - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzScheduledExecution
 
getId() - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzTrigger
 
getMethodDescription() - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzTrigger
 
getNextFireTime() - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzTrigger
 
getObjectFromBlob(ResultSet, String) - Method in class io.quarkus.quartz.runtime.jdbc.QuarkusDBv8Delegate
getObjectFromBlob(ResultSet, String) - Method in class io.quarkus.quartz.runtime.jdbc.QuarkusHSQLDBDelegate
getObjectFromBlob(ResultSet, String) - Method in class io.quarkus.quartz.runtime.jdbc.QuarkusMSSQLDelegate
getObjectFromBlob(ResultSet, String) - Method in class io.quarkus.quartz.runtime.jdbc.QuarkusPostgreSQLDelegate
getObjectFromBlob(ResultSet, String) - Method in class io.quarkus.quartz.runtime.jdbc.QuarkusStdJDBCDelegate
getObjectFromInput(InputStream) - Static method in class io.quarkus.quartz.runtime.jdbc.DBDelegateUtils
A method to deserialize a marshalled object in an input stream.
getPreviousFireTime() - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzTrigger
 
getRemoteScheduler() - Method in class io.quarkus.quartz.runtime.graal.Target_org_quartz_impl_RemoteScheduler
 
getRuntimeConfig() - Method in class io.quarkus.quartz.runtime.QuartzSupport
 
getScheduledFireTime() - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzScheduledExecution
 
getScheduledJob(String) - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl
 
getScheduledJobs() - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl
 
getScheduler() - Method in interface io.quarkus.quartz.QuartzScheduler
 
getScheduler() - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl
 
getTrigger() - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzScheduledExecution
 
gracePeriod - Variable in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzTrigger
 

H

HALTED - io.quarkus.quartz.runtime.QuartzStartMode
Deprecated.
Just like forced mode but the scheduler will not start triggering jobs until an explicit start is called from the main scheduler.

I

IGNORE_MISFIRE_POLICY - io.quarkus.quartz.runtime.QuartzMisfirePolicy
 
initialize() - Method in class io.quarkus.quartz.runtime.QuarkusQuartzConnectionPoolProvider
 
initStartMode(SchedulerRuntimeConfig, QuartzRuntimeConfig) - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl
 
instanceId - Variable in class io.quarkus.quartz.runtime.QuartzRuntimeConfig
The identifier of Quartz instance that must be unique for all schedulers working as if they are the same logical Scheduler within a cluster.
instanceIdGenerators - Variable in class io.quarkus.quartz.runtime.QuartzBuildTimeConfig
Instance ID generators.
instanceName - Variable in class io.quarkus.quartz.runtime.QuartzRuntimeConfig
The name of the Quartz instance.
invoker - Variable in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzTrigger
 
InvokerJob(QuartzSchedulerImpl.QuartzTrigger, Vertx) - Constructor for class io.quarkus.quartz.runtime.QuartzSchedulerImpl.InvokerJob
 
InvokerJobFactory(Map<String, QuartzSchedulerImpl.QuartzTrigger>, Instance<Job>, Vertx) - Constructor for class io.quarkus.quartz.runtime.QuartzSchedulerImpl.InvokerJobFactory
 
io.quarkus.quartz - package io.quarkus.quartz
 
io.quarkus.quartz.runtime - package io.quarkus.quartz.runtime
 
io.quarkus.quartz.runtime.graal - package io.quarkus.quartz.runtime.graal
 
io.quarkus.quartz.runtime.jdbc - package io.quarkus.quartz.runtime.jdbc
 
isDbStore() - Method in enum io.quarkus.quartz.runtime.StoreType
 
isNonManagedTxJobStore() - Method in enum io.quarkus.quartz.runtime.StoreType
 
isOverdue() - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzTrigger
 
isPaused(String) - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl
 
isProgrammatic - Variable in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzTrigger
 
isRunning() - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl
 

J

JDBC_CMT - io.quarkus.quartz.runtime.StoreType
 
JDBC_TX - io.quarkus.quartz.runtime.StoreType
 
jobListeners - Variable in class io.quarkus.quartz.runtime.QuartzBuildTimeConfig
Job listeners.
jobs - Variable in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.InvokerJobFactory
 

M

methodDescription - Variable in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzTrigger
 
misfirePolicy - Variable in class io.quarkus.quartz.runtime.QuartzRuntimeConfig.QuartzMisfirePolicyConfig
The quartz misfire policy for this job.
misfirePolicyConfig - Variable in class io.quarkus.quartz.runtime.QuartzRuntimeConfig.TriggerConfig
Misfire policy configuration Defaults to smart-policy
misfirePolicyPerJobs - Variable in class io.quarkus.quartz.runtime.QuartzRuntimeConfig
Misfire policy per job configuration.
misfireThreshold - Variable in class io.quarkus.quartz.runtime.QuartzRuntimeConfig
Defines how late the schedulers should be to be considered misfired.

N

newJob(String) - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl
 
newJob(TriggerFiredBundle, Scheduler) - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.InvokerJobFactory
 
NORMAL - io.quarkus.quartz.runtime.QuartzStartMode
Deprecated.
Scheduler is not started unless a Scheduled business method is found.

P

pause() - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl
 
pause(String) - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl
 
plugins - Variable in class io.quarkus.quartz.runtime.QuartzBuildTimeConfig
Plugins.
produceQuartzScheduler() - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl
 
properties - Variable in class io.quarkus.quartz.runtime.QuartzExtensionPointConfig
The properties passed to the class.

Q

QuarkusDBv8Delegate - Class in io.quarkus.quartz.runtime.jdbc
 
QuarkusDBv8Delegate() - Constructor for class io.quarkus.quartz.runtime.jdbc.QuarkusDBv8Delegate
 
QuarkusHSQLDBDelegate - Class in io.quarkus.quartz.runtime.jdbc
 
QuarkusHSQLDBDelegate() - Constructor for class io.quarkus.quartz.runtime.jdbc.QuarkusHSQLDBDelegate
 
QuarkusMSSQLDelegate - Class in io.quarkus.quartz.runtime.jdbc
 
QuarkusMSSQLDelegate() - Constructor for class io.quarkus.quartz.runtime.jdbc.QuarkusMSSQLDelegate
 
QuarkusObjectInputStream - Class in io.quarkus.quartz.runtime.jdbc
QuarkusObjectInputStream(InputStream) - Constructor for class io.quarkus.quartz.runtime.jdbc.QuarkusObjectInputStream
 
QuarkusPostgreSQLDelegate - Class in io.quarkus.quartz.runtime.jdbc
 
QuarkusPostgreSQLDelegate() - Constructor for class io.quarkus.quartz.runtime.jdbc.QuarkusPostgreSQLDelegate
 
QuarkusQuartzConnectionPoolProvider - Class in io.quarkus.quartz.runtime
 
QuarkusQuartzConnectionPoolProvider() - Constructor for class io.quarkus.quartz.runtime.QuarkusQuartzConnectionPoolProvider
 
QuarkusStdJDBCDelegate - Class in io.quarkus.quartz.runtime.jdbc
 
QuarkusStdJDBCDelegate() - Constructor for class io.quarkus.quartz.runtime.jdbc.QuarkusStdJDBCDelegate
 
QuartzBuildTimeConfig - Class in io.quarkus.quartz.runtime
 
QuartzBuildTimeConfig() - Constructor for class io.quarkus.quartz.runtime.QuartzBuildTimeConfig
 
QuartzExtensionPointConfig - Class in io.quarkus.quartz.runtime
 
QuartzExtensionPointConfig() - Constructor for class io.quarkus.quartz.runtime.QuartzExtensionPointConfig
 
QuartzJobDefinition(String) - Constructor for class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzJobDefinition
 
QuartzMisfirePolicy - Enum in io.quarkus.quartz.runtime
 
QuartzMisfirePolicyConfig() - Constructor for class io.quarkus.quartz.runtime.QuartzRuntimeConfig.QuartzMisfirePolicyConfig
 
QuartzRecorder - Class in io.quarkus.quartz.runtime
 
QuartzRecorder() - Constructor for class io.quarkus.quartz.runtime.QuartzRecorder
 
QuartzRuntimeConfig - Class in io.quarkus.quartz.runtime
 
QuartzRuntimeConfig() - Constructor for class io.quarkus.quartz.runtime.QuartzRuntimeConfig
 
QuartzRuntimeConfig.QuartzMisfirePolicyConfig - Class in io.quarkus.quartz.runtime
 
QuartzRuntimeConfig.TriggerConfig - Class in io.quarkus.quartz.runtime
 
QuartzScheduledExecution(QuartzSchedulerImpl.QuartzTrigger, JobExecutionContext) - Constructor for class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzScheduledExecution
 
QuartzScheduler - Interface in io.quarkus.quartz
Quartz-specific implementation of Scheduler.
QuartzSchedulerImpl - Class in io.quarkus.quartz.runtime
Although this class is not part of the public API it must not be renamed in order to preserve backward compatibility.
QuartzSchedulerImpl(SchedulerContext, QuartzSupport, SchedulerRuntimeConfig, Event<SkippedExecution>, Event<SuccessfulExecution>, Event<FailedExecution>, Event<SchedulerPaused>, Event<SchedulerResumed>, Event<ScheduledJobPaused>, Event<ScheduledJobResumed>, Instance<Job>, Instance<UserTransaction>, Vertx) - Constructor for class io.quarkus.quartz.runtime.QuartzSchedulerImpl
 
QuartzSchedulerImpl.InvokerJob - Class in io.quarkus.quartz.runtime
Although this class is not part of the public API it must not be renamed in order to preserve backward compatibility.
QuartzSchedulerImpl.InvokerJobFactory - Class in io.quarkus.quartz.runtime
 
QuartzSchedulerImpl.QuartzJobDefinition - Class in io.quarkus.quartz.runtime
 
QuartzSchedulerImpl.QuartzScheduledExecution - Class in io.quarkus.quartz.runtime
 
QuartzSchedulerImpl.QuartzTrigger - Class in io.quarkus.quartz.runtime
 
QuartzStartMode - Enum in io.quarkus.quartz.runtime
Deprecated, for removal: This API element is subject to removal in a future version.
QuartzSubstitutions - Class in io.quarkus.quartz.runtime.graal
 
QuartzSubstitutions() - Constructor for class io.quarkus.quartz.runtime.graal.QuartzSubstitutions
 
QuartzSupport - Class in io.quarkus.quartz.runtime
 
QuartzSupport(QuartzRuntimeConfig, QuartzBuildTimeConfig, Optional<String>) - Constructor for class io.quarkus.quartz.runtime.QuartzSupport
 
quartzSupportSupplier(QuartzRuntimeConfig, QuartzBuildTimeConfig, Optional<String>) - Method in class io.quarkus.quartz.runtime.QuartzRecorder
 
QuartzTrigger(TriggerKey, Function<TriggerKey, Trigger>, ScheduledInvoker, Duration, boolean, boolean, String) - Constructor for class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzTrigger
 

R

RAM - io.quarkus.quartz.runtime.StoreType
 
resolveClass(ObjectStreamClass) - Method in class io.quarkus.quartz.runtime.jdbc.QuarkusObjectInputStream
We override the ObjectInputStream.resolveClass(ObjectStreamClass) method to workaround a class loading issue in Test & Dev mode.
resume() - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl
 
resume(String) - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl
 
runBlockingMethodOnQuartzThread - Variable in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzTrigger
 
runBlockingScheduledMethodOnQuartzThread - Variable in class io.quarkus.quartz.runtime.QuartzRuntimeConfig
When set to true, blocking scheduled methods are invoked on a thread managed by Quartz instead of a thread from the regular Quarkus thread pool (default).

S

schedule() - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzJobDefinition
 
scheduledTasks - Variable in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.InvokerJobFactory
 
selectWithLockSql - Variable in class io.quarkus.quartz.runtime.QuartzBuildTimeConfig
The SQL string that selects a row in the "LOCKS" table and places a lock on the row.
serializeJobData - Variable in class io.quarkus.quartz.runtime.QuartzBuildTimeConfig
Instructs JDBCJobStore to serialize JobDataMaps in the BLOB column.
setDataSourceName(String) - Static method in class io.quarkus.quartz.runtime.QuarkusQuartzConnectionPoolProvider
 
shutdown() - Method in class io.quarkus.quartz.runtime.QuarkusQuartzConnectionPoolProvider
 
shutdownWaitTime - Variable in class io.quarkus.quartz.runtime.QuartzRuntimeConfig
The maximum amount of time Quarkus will wait for currently running jobs to finish.
SIMPLE_TRIGGER_RESCHEDULE_NEXT_WITH_EXISTING_COUNT - io.quarkus.quartz.runtime.QuartzMisfirePolicy
 
SIMPLE_TRIGGER_RESCHEDULE_NEXT_WITH_REMAINING_COUNT - io.quarkus.quartz.runtime.QuartzMisfirePolicy
 
SIMPLE_TRIGGER_RESCHEDULE_NOW_WITH_EXISTING_REPEAT_COUNT - io.quarkus.quartz.runtime.QuartzMisfirePolicy
 
SIMPLE_TRIGGER_RESCHEDULE_NOW_WITH_REMAINING_REPEAT_COUNT - io.quarkus.quartz.runtime.QuartzMisfirePolicy
 
simpleName - Variable in enum io.quarkus.quartz.runtime.StoreType
 
simpleTriggerConfig - Variable in class io.quarkus.quartz.runtime.QuartzRuntimeConfig
Simple trigger default configuration
SMART_POLICY - io.quarkus.quartz.runtime.QuartzMisfirePolicy
 
start(StartupEvent) - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl
 
startMode - Variable in class io.quarkus.quartz.runtime.QuartzRuntimeConfig
Deprecated.
Use quarkus.scheduler.start-mode instead.
storeType - Variable in class io.quarkus.quartz.runtime.QuartzBuildTimeConfig
The type of store to use.
StoreType - Enum in io.quarkus.quartz.runtime
 

T

tablePrefix - Variable in class io.quarkus.quartz.runtime.QuartzBuildTimeConfig
The prefix for quartz job store tables.
Target_org_quartz_core_QuartzScheduler - Class in io.quarkus.quartz.runtime.graal
 
Target_org_quartz_core_QuartzScheduler() - Constructor for class io.quarkus.quartz.runtime.graal.Target_org_quartz_core_QuartzScheduler
 
Target_org_quartz_impl_RemoteScheduler - Class in io.quarkus.quartz.runtime.graal
 
Target_org_quartz_impl_RemoteScheduler() - Constructor for class io.quarkus.quartz.runtime.graal.Target_org_quartz_impl_RemoteScheduler
 
threadCount - Variable in class io.quarkus.quartz.runtime.QuartzRuntimeConfig
The size of scheduler thread pool.
threadPriority - Variable in class io.quarkus.quartz.runtime.QuartzRuntimeConfig
Thread priority of worker threads in the pool.
trigger - Variable in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.InvokerJob
 
trigger - Variable in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzScheduledExecution
 
TriggerConfig() - Constructor for class io.quarkus.quartz.runtime.QuartzRuntimeConfig.TriggerConfig
 
triggerFunction - Variable in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzTrigger
 
triggerKey - Variable in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.QuartzTrigger
 
triggerListeners - Variable in class io.quarkus.quartz.runtime.QuartzBuildTimeConfig
Trigger listeners.

U

unscheduleJob(String) - Method in class io.quarkus.quartz.runtime.QuartzSchedulerImpl
 

V

validCronValues() - Static method in enum io.quarkus.quartz.runtime.QuartzMisfirePolicy
 
validSimpleValues() - Static method in enum io.quarkus.quartz.runtime.QuartzMisfirePolicy
 
valueOf(String) - Static method in enum io.quarkus.quartz.runtime.QuartzMisfirePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.quarkus.quartz.runtime.QuartzStartMode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.quarkus.quartz.runtime.StoreType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.quarkus.quartz.runtime.QuartzMisfirePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.quarkus.quartz.runtime.QuartzStartMode
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.quarkus.quartz.runtime.StoreType
Returns an array containing the constants of this enum type, in the order they are declared.
vertx - Variable in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.InvokerJob
 
vertx - Variable in class io.quarkus.quartz.runtime.QuartzSchedulerImpl.InvokerJobFactory
 
B C D E F G H I J M N P Q R S T U V 
All Classes All Packages