Quartz Configuration Reference
Choose a topic:
- Main Configuration (configuration of primary scheduler settings, transactions)
- Configuration of ThreadPool (tune resources for job execution)
- Configuration of Listeners (your application can receive notification of scheduled events)
- Configuration of Plug-Ins (add functionality to your scheduler)
- Configuration of RMI Server and Client (use a Quartz instance from a remote process)
- Configuration of RAMJobStore (store jobs and triggers in memory)
- Configuration of JDBC-JobStoreTX (store jobs and triggers in a database via JDBC)
- Configuration of JDBC-JobStoreCMT (JDBC with JTA container-managed transactions)
- Configuration of DataSources (for use by the JDBC-JobStores)
- Configuration of Database Clustering (achieve fail-over and load-balancing with JDBC-JobStore)
- Configuration of TerracottaJobStore (Clustering without a database!)
quartz-doc-index
http://www.quartz-scheduler.org/documentation/quartz-2.3.0/
Configuration Reference
http://www.quartz-scheduler.org/documentation/quartz-2.3.0/configuration/
Quartz集群原理及配置应用 - 振宇要低调 - 博客园
https://www.cnblogs.com/zhenyuyaodidiao/p/4755649.html
quartz在集群环境下的最终解决方案 - lifetragedy的专栏 - CSDN博客
https://blog.csdn.net/lifetragedy/article/details/6212831
Quartz的使用之CronTrigger触发规则和实例多个独立的调度器 - zuiaibenpao的博客 - CSDN博客
https://blog.csdn.net/zuiaibenpao/article/details/52086006
Quartz 2 定时任务(二):多线程并发执行与数据共享 - 程序员干货 - SegmentFault 思否
https://segmentfault.com/a/1190000009128328