public class DisabledCheckpointStatsTracker extends Object implements CheckpointStatsTracker
| Constructor and Description |
|---|
DisabledCheckpointStatsTracker() |
| Modifier and Type | Method and Description |
|---|---|
scala.Option<JobCheckpointStats> |
getJobStats()
Returns a snapshot of the checkpoint statistics for a job.
|
scala.Option<OperatorCheckpointStats> |
getOperatorStats(JobVertexID operatorId)
Returns a snapshot of the checkpoint statistics for an operator.
|
void |
onCompletedCheckpoint(CompletedCheckpoint checkpoint)
Callback on a completed checkpoint.
|
public void onCompletedCheckpoint(CompletedCheckpoint checkpoint)
CheckpointStatsTrackeronCompletedCheckpoint in interface CheckpointStatsTrackercheckpoint - The completed checkpoint.public scala.Option<JobCheckpointStats> getJobStats()
CheckpointStatsTrackergetJobStats in interface CheckpointStatsTrackerpublic scala.Option<OperatorCheckpointStats> getOperatorStats(JobVertexID operatorId)
CheckpointStatsTrackergetOperatorStats in interface CheckpointStatsTrackeroperatorId - The operator ID to gather the stats for.Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.