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

C

canUseProperties() - Method in class io.quarkus.quartz.runtime.graal.Target_org_quartz_impl_jdbc_jobstore_StdJDBCDelegate
Activate the usage of Properties to avoid Object serialization which is not supported by GraalVM - see https://github.com/oracle/graal/issues/460
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.QuartzScheduler.QuartzTrigger
 

D

dataSourceName - Variable in class io.quarkus.quartz.runtime.QuartzBuildTimeConfig
The name of the datasource to use.
destroy() - Method in class io.quarkus.quartz.runtime.QuartzScheduler
 
destroy(Object) - Method in class io.quarkus.quartz.runtime.QuartzScheduler
Need to gracefully shutdown the scheduler making sure that all triggers have been released before datasource shutdown.

E

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

F

FORCED - io.quarkus.quartz.runtime.QuartzStartMode
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.QuartzScheduler.QuartzScheduledExecution
 
getId() - Method in class io.quarkus.quartz.runtime.QuartzScheduler.QuartzTrigger
 
getNextFireTime() - Method in class io.quarkus.quartz.runtime.QuartzScheduler.QuartzTrigger
 
getObjectFromBlob(ResultSet, String) - Method in class io.quarkus.quartz.runtime.graal.Target_org_quartz_impl_jdbc_jobstore_StdJDBCDelegate
 
getPreviousFireTime() - Method in class io.quarkus.quartz.runtime.QuartzScheduler.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.QuartzScheduler.QuartzScheduledExecution
 
getTrigger() - Method in class io.quarkus.quartz.runtime.QuartzScheduler.QuartzScheduledExecution
 

H

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

I

initialize() - Method in class io.quarkus.quartz.runtime.QuarkusQuartzConnectionPoolProvider
 
instanceName - Variable in class io.quarkus.quartz.runtime.QuartzRuntimeConfig
The name of the Quartz instance.
InvokerJob(Map<String, ScheduledInvoker>) - Constructor for class io.quarkus.quartz.runtime.QuartzScheduler.InvokerJob
 
InvokerJobFactory(Map<String, ScheduledInvoker>, Instance<Job>) - Constructor for class io.quarkus.quartz.runtime.QuartzScheduler.InvokerJobFactory
 
invokers - Variable in class io.quarkus.quartz.runtime.QuartzScheduler.InvokerJob
 
invokers - Variable in class io.quarkus.quartz.runtime.QuartzScheduler.InvokerJobFactory
 
io.quarkus.quartz.runtime - package io.quarkus.quartz.runtime
 
io.quarkus.quartz.runtime.graal - package io.quarkus.quartz.runtime.graal
 
isDbStore() - Method in enum io.quarkus.quartz.runtime.StoreType
 
isNonManagedTxJobStore() - Method in enum io.quarkus.quartz.runtime.StoreType
 
isRunning() - Method in class io.quarkus.quartz.runtime.QuartzScheduler
 

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.QuartzScheduler.InvokerJobFactory
 

N

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

P

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

Q

QuarkusQuartzConnectionPoolProvider - Class in io.quarkus.quartz.runtime
 
QuarkusQuartzConnectionPoolProvider() - Constructor for class io.quarkus.quartz.runtime.QuarkusQuartzConnectionPoolProvider
 
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
 
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
 
QuartzScheduledExecution(QuartzScheduler.QuartzTrigger) - Constructor for class io.quarkus.quartz.runtime.QuartzScheduler.QuartzScheduledExecution
 
QuartzScheduler - Class in io.quarkus.quartz.runtime
 
QuartzScheduler(SchedulerContext, QuartzSupport, SchedulerRuntimeConfig, Event<SkippedExecution>, Instance<Job>, Instance<UserTransaction>) - Constructor for class io.quarkus.quartz.runtime.QuartzScheduler
 
QuartzScheduler.InvokerJob - Class in io.quarkus.quartz.runtime
 
QuartzScheduler.InvokerJobFactory - Class in io.quarkus.quartz.runtime
 
QuartzScheduler.QuartzScheduledExecution - Class in io.quarkus.quartz.runtime
 
QuartzScheduler.QuartzTrigger - Class in io.quarkus.quartz.runtime
 
QuartzStartMode - Enum in io.quarkus.quartz.runtime
Defines starting modes of Quartz scheduler
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(JobExecutionContext) - Constructor for class io.quarkus.quartz.runtime.QuartzScheduler.QuartzTrigger
 

R

RAM - io.quarkus.quartz.runtime.StoreType
 
resume() - Method in class io.quarkus.quartz.runtime.QuartzScheduler
 
resume(String) - Method in class io.quarkus.quartz.runtime.QuartzScheduler
 

S

serializeObject(Object) - Method in class io.quarkus.quartz.runtime.graal.Target_org_quartz_impl_jdbc_jobstore_StdJDBCDelegate
 
setDataSourceName(String) - Static method in class io.quarkus.quartz.runtime.QuarkusQuartzConnectionPoolProvider
 
shutdown() - Method in class io.quarkus.quartz.runtime.QuarkusQuartzConnectionPoolProvider
 
simpleName - Variable in enum io.quarkus.quartz.runtime.StoreType
 
start(StartupEvent) - Method in class io.quarkus.quartz.runtime.QuartzScheduler
 
startMode - Variable in class io.quarkus.quartz.runtime.QuartzRuntimeConfig
Scheduler can be started in different modes: normal, forced or halted.
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_jdbc_jobstore_StdJDBCDelegate - Class in io.quarkus.quartz.runtime.graal
 
Target_org_quartz_impl_jdbc_jobstore_StdJDBCDelegate() - Constructor for class io.quarkus.quartz.runtime.graal.Target_org_quartz_impl_jdbc_jobstore_StdJDBCDelegate
 
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.QuartzScheduler.QuartzScheduledExecution
 
triggerListeners - Variable in class io.quarkus.quartz.runtime.QuartzBuildTimeConfig
Trigger listeners.

V

valueOf(String) - Static method in enum io.quarkus.quartz.runtime.QuartzStartMode
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.QuartzStartMode
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.
C D E F G H I J N P Q R S T V 
All Classes All Packages