Uses of Class
org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManager.SpaceStat
-
Packages that use FileMergingSnapshotManager.SpaceStat Package Description org.apache.flink.runtime.checkpoint.filemerging -
-
Uses of FileMergingSnapshotManager.SpaceStat in org.apache.flink.runtime.checkpoint.filemerging
Fields in org.apache.flink.runtime.checkpoint.filemerging declared as FileMergingSnapshotManager.SpaceStat Modifier and Type Field Description protected FileMergingSnapshotManager.SpaceStat
FileMergingSnapshotManagerBase. spaceStat
The current space statistic, updated on file creation/deletion.Methods in org.apache.flink.runtime.checkpoint.filemerging with parameters of type FileMergingSnapshotManager.SpaceStat Modifier and Type Method Description void
FileMergingMetricGroup. registerMetrics(FileMergingSnapshotManager.SpaceStat spaceStat)
Constructors in org.apache.flink.runtime.checkpoint.filemerging with parameters of type FileMergingSnapshotManager.SpaceStat Constructor Description FileMergingMetricGroup(org.apache.flink.metrics.MetricGroup parentMetricGroup, FileMergingSnapshotManager.SpaceStat spaceStat)
-