Overall scheme of dispatching center [internal customized transformation based on XXL job]
Overall scheme of dispatching center
XXL job transformation
target
Our dispatching center is generally built in the spring environment. The native support scheme of XXXL job requires @ xxxjob ("xxx") annotation. However, our self-developed scheduling center supports scheduling by configuring beans and bean methods (methods can ...
Posted by uktrips007 on Wed, 17 Nov 2021 18:00:04 -0800
Interpretation of core classes of XXL job basic components II: JobTriggerPoolHelper
preface:
In the process of specifically interpreting the functional principles of the core classes of JobTriggerPoolHelper, please familiarize yourself with the basic principles of ThreadPoolExecutor, volatile, ConcurrentMap, AtomicInteger, etc. at the same time, please consider the problems of JobTriggerPoolHelper ...
Posted by Sentosa on Sat, 06 Nov 2021 19:51:37 -0700