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 TypeMethodDescriptionvoid
reportCheckpointDuration
(long checkpointId) void
snapshotStart
(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)
-