索引
常量字段值|所有程序包|所有类和接口|序列化表格
Q
- QuartzAutoConfiguration - org.springframework.boot.autoconfigure.quartz中的类
-
Auto-configurationfor Quartz Scheduler. - QuartzAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration
- QuartzAutoConfiguration.JdbcStoreTypeConfiguration - org.springframework.boot.autoconfigure.quartz中的类
- QuartzDataSource - org.springframework.boot.autoconfigure.quartz中的批注接口
-
Qualifier annotation for a DataSource to be injected into Quartz auto-configuration.
- quartzDataSourceScriptDatabaseInitializer(DataSource, ObjectProvider<DataSource>, QuartzProperties) - 类中的方法 org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
- QuartzDataSourceScriptDatabaseInitializer - org.springframework.boot.autoconfigure.quartz中的类
-
DataSourceScriptDatabaseInitializerfor the Quartz Scheduler database. - QuartzDataSourceScriptDatabaseInitializer(DataSource, QuartzProperties) - 类的构造器 org.springframework.boot.autoconfigure.quartz.QuartzDataSourceScriptDatabaseInitializer
-
Create a new
QuartzDataSourceScriptDatabaseInitializerinstance. - QuartzDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - 类的构造器 org.springframework.boot.autoconfigure.quartz.QuartzDataSourceScriptDatabaseInitializer
-
Create a new
QuartzDataSourceScriptDatabaseInitializerinstance. - quartzEndpoint(Scheduler, ObjectProvider<SanitizingFunction>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.quartz.QuartzEndpointAutoConfiguration
- QuartzEndpoint - org.springframework.boot.actuate.quartz中的类
-
Endpointto expose Quartz Scheduler jobs and triggers. - QuartzEndpoint(Scheduler, Iterable<SanitizingFunction>) - 类的构造器 org.springframework.boot.actuate.quartz.QuartzEndpoint
- QuartzEndpoint.CalendarIntervalTriggerDescriptor - org.springframework.boot.actuate.quartz中的类
-
Description of a
CalendarIntervalTrigger. - QuartzEndpoint.CronTriggerDescriptor - org.springframework.boot.actuate.quartz中的类
-
Description of a
CronTrigger. - QuartzEndpoint.CustomTriggerDescriptor - org.springframework.boot.actuate.quartz中的类
-
Description of a custom
Trigger. - QuartzEndpoint.DailyTimeIntervalTriggerDescriptor - org.springframework.boot.actuate.quartz中的类
-
Description of a
DailyTimeIntervalTrigger. - QuartzEndpoint.GroupNamesDescriptor - org.springframework.boot.actuate.quartz中的类
-
Description of group names.
- QuartzEndpoint.QuartzDescriptor - org.springframework.boot.actuate.quartz中的类
-
Description of available job and trigger group names.
- QuartzEndpoint.QuartzGroupsDescriptor - org.springframework.boot.actuate.quartz中的类
-
Description of each group identified by name.
- QuartzEndpoint.QuartzJobDetailsDescriptor - org.springframework.boot.actuate.quartz中的类
-
Description of a
Quartz Job. - QuartzEndpoint.QuartzJobGroupSummaryDescriptor - org.springframework.boot.actuate.quartz中的类
-
Description of the
jobsin a given group. - QuartzEndpoint.QuartzJobSummaryDescriptor - org.springframework.boot.actuate.quartz中的类
-
Description of a
Quartz Job. - QuartzEndpoint.QuartzJobTriggerDescriptor - org.springframework.boot.actuate.quartz中的类
-
Description of a triggered on-demand
Quartz Job. - QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor - org.springframework.boot.actuate.quartz中的类
-
Description of the
triggersin a given group. - QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor.Triggers - org.springframework.boot.actuate.quartz中的类
- QuartzEndpoint.SimpleTriggerDescriptor - org.springframework.boot.actuate.quartz中的类
-
Description of a
SimpleTrigger. - QuartzEndpoint.TriggerDescriptor - org.springframework.boot.actuate.quartz中的类
-
Base class for descriptions of a
Trigger. - QuartzEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.quartz中的类
- QuartzEndpointAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.quartz.QuartzEndpointAutoConfiguration
- QuartzEndpointProperties - org.springframework.boot.actuate.autoconfigure.quartz中的类
-
Configuration properties for
QuartzEndpoint. - QuartzEndpointProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.quartz.QuartzEndpointProperties
- quartzEndpointWebExtension(QuartzEndpoint, QuartzEndpointProperties) - 类中的方法 org.springframework.boot.actuate.autoconfigure.quartz.QuartzEndpointAutoConfiguration
- QuartzEndpointWebExtension - org.springframework.boot.actuate.quartz中的类
-
@EndpointWebExtensionfor theQuartzEndpoint. - QuartzEndpointWebExtension(QuartzEndpoint, Show, Set<String>) - 类的构造器 org.springframework.boot.actuate.quartz.QuartzEndpointWebExtension
- QuartzGroupsDescriptor(Map<String, Object>) - 类的构造器 org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzGroupsDescriptor
- quartzJob(String, String, boolean) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint
-
Return the
details of the jobidentified with the given group name and job name. - quartzJobGroups() - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint
-
Return the available job names, identified by group name.
- quartzJobGroupSummary(String) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint
-
Return a summary of the jobs group with the specified name or
nullif no such group exists. - quartzJobOrTrigger(SecurityContext, String, String, String) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpointWebExtension
- quartzJobOrTriggerGroup(String, String) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpointWebExtension
- quartzJobOrTriggerGroups(String) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpointWebExtension
- QuartzProperties - org.springframework.boot.autoconfigure.quartz中的类
-
Configuration properties for the Quartz Scheduler integration.
- QuartzProperties() - 类的构造器 org.springframework.boot.autoconfigure.quartz.QuartzProperties
- QuartzProperties.Jdbc - org.springframework.boot.autoconfigure.quartz中的类
- quartzReport() - 类中的方法 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) - 类中的方法 org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration
- QuartzTransactionManager - org.springframework.boot.autoconfigure.quartz中的批注接口
-
Qualifier annotation for a TransactionManager to be injected into Quartz auto-configuration.
- quartzTriggerGroups() - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint
-
Return the available trigger names, identified by group name.
- quartzTriggerGroupSummary(String) - 类中的方法 org.springframework.boot.actuate.quartz.QuartzEndpoint
-
Return a summary of the triggers group with the specified name or
nullif no such group exists. - queryByExampleRegistrar(ObjectProvider<QueryByExampleExecutor<?>>) - 类中的方法 org.springframework.boot.autoconfigure.graphql.data.GraphQlQueryByExampleAutoConfiguration
- querydslRegistrar(ObjectProvider<QuerydslPredicateExecutor<?>>) - 类中的方法 org.springframework.boot.autoconfigure.graphql.data.GraphQlQuerydslAutoConfiguration
- queueCapacity(int) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Set the capacity of the queue.
- QUOTE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
-
Render with the item surrounded by quotes.
常量字段值|所有程序包|所有类和接口|序列化表格