public class CheckpointCoordinatorDeActivator extends Object implements JobStatusListener
Constructor and Description |
---|
CheckpointCoordinatorDeActivator(CheckpointCoordinator coordinator,
boolean allTasksOutputNonBlocking) |
Modifier and Type | Method and Description |
---|---|
void |
jobStatusChanges(JobID jobId,
JobStatus newJobStatus,
long timestamp)
This method is called whenever the status of the job changes.
|
public CheckpointCoordinatorDeActivator(CheckpointCoordinator coordinator, boolean allTasksOutputNonBlocking)
public void jobStatusChanges(JobID jobId, JobStatus newJobStatus, long timestamp)
JobStatusListener
jobStatusChanges
in interface JobStatusListener
jobId
- The ID of the job.newJobStatus
- The status the job switched to.timestamp
- The timestamp when the status transition occurred.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.