Skip to content

2.8 Task Application Layer MachineJob

luosheng edited this page Jun 7, 2023 · 1 revision

MachineJobScheduler implement a schedule system that can communicate to massive machines at the same time, it is implemented by Quartz and job chain.

Implementation

MachineJobSchedulerCreator create an instance of MachineJobScheduler and can use following methods to communicate to machines. Methods are invoke one by one.
Get: Acquire data from a machine. Apply: Directly generate a data template without machine. Query: Process data. Set: Write data to a machine. Deal: Reference write result.

inner 7

Interface

Machine reflection method calling will invoke When MachineJobScheduler want to trig a job. These methods should be derived by IMachineMethod.

outer 7

Home

Clone this wiki locally