java.lang.Object
org.apache.shardingsphere.data.pipeline.scenario.rulealtered.RuleAlteredJobScheduler
- All Implemented Interfaces:
Runnable
public final class RuleAlteredJobScheduler
extends Object
implements Runnable
Rule altered job scheduler.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RuleAlteredJobScheduler
public RuleAlteredJobScheduler()
-
Method Details
-
start
public void start()
Start execute job.
-
stop
public void stop()
Stop all task.
-
run
public void run()
- Specified by:
run in interface Runnable