Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Q
- QuartzAutoConfiguration - Class in org.springframework.boot.autoconfigure.quartz
-
Auto-configuration
for Quartz Scheduler. - QuartzAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration
- QuartzAutoConfiguration.JdbcStoreTypeConfiguration - Class in org.springframework.boot.autoconfigure.quartz
- QuartzDataSource - Annotation Interface in org.springframework.boot.autoconfigure.quartz
-
Qualifier annotation for a DataSource to be injected into Quartz auto-configuration.
- quartzDataSourceScriptDatabaseInitializer(DataSource, ObjectProvider<DataSource>, QuartzProperties) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
- QuartzDataSourceScriptDatabaseInitializer - Class in org.springframework.boot.autoconfigure.quartz
-
DataSourceScriptDatabaseInitializer
for the Quartz Scheduler database. - QuartzDataSourceScriptDatabaseInitializer(DataSource, QuartzProperties) - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceScriptDatabaseInitializer
-
Create a new
QuartzDataSourceScriptDatabaseInitializer
instance. - QuartzDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceScriptDatabaseInitializer
-
Create a new
QuartzDataSourceScriptDatabaseInitializer
instance. - quartzEndpoint(Scheduler) - Method in class org.springframework.boot.actuate.autoconfigure.quartz.QuartzEndpointAutoConfiguration
- QuartzEndpoint - Class in org.springframework.boot.actuate.quartz
-
Endpoint
to expose Quartz Scheduler jobs and triggers. - QuartzEndpoint(Scheduler) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint
-
Create an instance for the specified
Scheduler
using a defaultSanitizer
. - QuartzEndpoint(Scheduler, Sanitizer) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint
-
Create an instance for the specified
Scheduler
andSanitizer
. - QuartzEndpoint.CalendarIntervalTriggerDescription - Class in org.springframework.boot.actuate.quartz
-
A description of a
CalendarIntervalTrigger
. - QuartzEndpoint.CronTriggerDescription - Class in org.springframework.boot.actuate.quartz
-
A description of a
CronTrigger
. - QuartzEndpoint.CustomTriggerDescription - Class in org.springframework.boot.actuate.quartz
-
A description of a custom
Trigger
. - QuartzEndpoint.DailyTimeIntervalTriggerDescription - Class in org.springframework.boot.actuate.quartz
-
A description of a
DailyTimeIntervalTrigger
. - QuartzEndpoint.GroupNames - Class in org.springframework.boot.actuate.quartz
-
A set of group names, primarily intended for serialization to JSON.
- QuartzEndpoint.QuartzGroups - Class in org.springframework.boot.actuate.quartz
-
A summary for each group identified by name, primarily intended for serialization to JSON.
- QuartzEndpoint.QuartzJobDetails - Class in org.springframework.boot.actuate.quartz
-
Details of a
Quartz Job
, primarily intended for serialization to JSON. - QuartzEndpoint.QuartzJobGroupSummary - Class in org.springframework.boot.actuate.quartz
-
A summary report of the
jobs
in a given group. - QuartzEndpoint.QuartzJobSummary - Class in org.springframework.boot.actuate.quartz
-
Details of a
Quartz Job
, primarily intended for serialization to JSON. - QuartzEndpoint.QuartzReport - Class in org.springframework.boot.actuate.quartz
-
A report of available job and trigger group names, primarily intended for serialization to JSON.
- QuartzEndpoint.QuartzTriggerGroupSummary - Class in org.springframework.boot.actuate.quartz
-
A summary report of the
triggers
in a given group. - QuartzEndpoint.QuartzTriggerGroupSummary.Triggers - Class in org.springframework.boot.actuate.quartz
- QuartzEndpoint.SimpleTriggerDescription - Class in org.springframework.boot.actuate.quartz
-
A description of a
SimpleTrigger
. - QuartzEndpoint.TriggerDescription - Class in org.springframework.boot.actuate.quartz
-
Base class for descriptions of a
Trigger
. - QuartzEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.quartz
- QuartzEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.quartz.QuartzEndpointAutoConfiguration
- quartzEndpointWebExtension(QuartzEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.quartz.QuartzEndpointAutoConfiguration
- QuartzEndpointWebExtension - Class in org.springframework.boot.actuate.quartz
-
@EndpointWebExtension
for theQuartzEndpoint
. - QuartzEndpointWebExtension(QuartzEndpoint) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpointWebExtension
- QuartzGroups(Map<String, Object>) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzGroups
- quartzJob(String, String) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint
-
Return the
details of the job
identified with the given group name and job name. - quartzJobGroups() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint
-
Return the available job names, identified by group name.
- quartzJobGroupSummary(String) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint
-
Return a summary of the jobs group with the specified name or
null
if no such group exists. - quartzJobOrTrigger(String, String, String) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpointWebExtension
- quartzJobOrTriggerGroup(String, String) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpointWebExtension
- quartzJobOrTriggerGroups(String) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpointWebExtension
- QuartzProperties - Class in org.springframework.boot.autoconfigure.quartz
-
Configuration properties for the Quartz Scheduler integration.
- QuartzProperties() - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- QuartzProperties.Jdbc - Class in org.springframework.boot.autoconfigure.quartz
- quartzReport() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint
-
Return the available job and trigger group names.
- quartzScheduler(QuartzProperties, ObjectProvider<SchedulerFactoryBeanCustomizer>, ObjectProvider<JobDetail>, Map<String, Calendar>, ObjectProvider<Trigger>, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration
- QuartzTransactionManager - Annotation Interface in org.springframework.boot.autoconfigure.quartz
-
Qualifier annotation for a TransactionManager to be injected into Quartz auto-configuration.
- quartzTrigger(String, String) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint
-
Return the details of the trigger identified by the given group name and trigger name.
- quartzTriggerGroups() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint
-
Return the available trigger names, identified by group name.
- quartzTriggerGroupSummary(String) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint
-
Return a summary of the triggers group with the specified name or
null
if no such group exists. - queueCapacity(int) - Method in class org.springframework.boot.task.TaskExecutorBuilder
-
Set the capacity of the queue.
- QUOTE - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
-
Render with the item surrounded by quotes.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form