Class CheckpointStats
java.lang.Object
org.apache.beam.runners.flink.translation.utils.CheckpointStats
Helpers for reporting checkpoint durations.
-
Constructor Summary
ConstructorsConstructorDescriptionCheckpointStats(Supplier<org.apache.beam.runners.core.metrics.DistributionCell> distributionCellSupplier) -
Method Summary
Modifier and TypeMethodDescriptionvoidreportCheckpointDuration(long checkpointId) voidsnapshotStart(long checkpointId)
-
Constructor Details
-
CheckpointStats
public CheckpointStats(Supplier<org.apache.beam.runners.core.metrics.DistributionCell> distributionCellSupplier)
-
-
Method Details
-
snapshotStart
public void snapshotStart(long checkpointId) -
reportCheckpointDuration
public void reportCheckpointDuration(long checkpointId)
-