public static class StatusTransitService.StatusTransitRunnable extends Object implements Runnable
It is to update job's status according to its child actions' status. If all child actions' pending flag equals 0 (job done), we reset the job's pending flag to 0. If all child actions are succeeded, we set the job's status to SUCCEEDED.
Constructor and Description |
---|
StatusTransitRunnable() |
public StatusTransitRunnable()
Copyright © 2018 Apache Software Foundation. All rights reserved.