Elastic Job Source code structure analysis of 01 && Features Overview

java code 400 class, total number of rows less than 30,000, belong to a very small project

elastic-job-lite-console: provide control commands, the core class JobOperationRestfulApi. Provide a total number of jobs get the details, trigger job, work stoppage, access to information fragmentation, fragmentation is prohibited, turn slices; query job status, job pruning and other back office functions

elastic-job-lite-core: core package that provides job configuration, registration, statistics, job execution, job events, exception handling, work context, thread pool and other functions

elastic-job-lite-lifecycle: providing operation of the job api, the configuration includes a job, job status statistics, statistics server status, operation fragment, fragment status Statistics

elastic-job-lite-spring: spring provides integration support, based on spring starter's job; the job namespace resolution

 

Published 386 original articles · won praise 2 · Views 9834

Guess you like

Origin blog.csdn.net/kuaipao19950507/article/details/105324863