索引

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
常量字段值|所有程序包|所有类和接口|序列化表格

Q

QuartzAutoConfiguration - org.springframework.boot.autoconfigure.quartz中的类
Auto-configuration for 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中的类
DataSourceScriptDatabaseInitializer for the Quartz Scheduler database.
QuartzDataSourceScriptDatabaseInitializer(DataSource, QuartzProperties) - 类的构造器 org.springframework.boot.autoconfigure.quartz.QuartzDataSourceScriptDatabaseInitializer
QuartzDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - 类的构造器 org.springframework.boot.autoconfigure.quartz.QuartzDataSourceScriptDatabaseInitializer
quartzEndpoint(Scheduler, ObjectProvider<SanitizingFunction>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.quartz.QuartzEndpointAutoConfiguration
 
QuartzEndpoint - org.springframework.boot.actuate.quartz中的类
Endpoint to 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 jobs in a given group.
QuartzEndpoint.QuartzJobSummaryDescriptor - org.springframework.boot.actuate.quartz中的类
Description of a Quartz Job.
QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor - org.springframework.boot.actuate.quartz中的类
Description of the triggers in 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中的类
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 job identified 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 null if 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 null if 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.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
常量字段值|所有程序包|所有类和接口|序列化表格