Class FileMergingMetricGroup
java.lang.Object
org.apache.flink.runtime.metrics.groups.ProxyMetricGroup<org.apache.flink.metrics.MetricGroup>
org.apache.flink.runtime.checkpoint.filemerging.FileMergingMetricGroup
- All Implemented Interfaces:
org.apache.flink.metrics.MetricGroup
@ThreadSafe
public class FileMergingMetricGroup
extends ProxyMetricGroup<org.apache.flink.metrics.MetricGroup>
Metrics related to the file merging snapshot manager. Thread-safety is required because it is
used by multiple task threads.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
parentMetricGroup -
Constructor Summary
ConstructorsConstructorDescriptionFileMergingMetricGroup(org.apache.flink.metrics.MetricGroup parentMetricGroup, FileMergingSnapshotManager.SpaceStat spaceStat) -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from class org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
addGroup, addGroup, addSpan, counter, counter, gauge, getAllVariables, getMetricIdentifier, getMetricIdentifier, getScopeComponents, histogram, meterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.metrics.MetricGroup
addGroup, counter, counter, gauge, histogram, meter
-
Field Details
-
LOGICAL_FILE_COUNT
- See Also:
-
LOGICAL_FILE_SIZE
- See Also:
-
PHYSICAL_FILE_COUNT
- See Also:
-
PHYSICAL_FILE_SIZE
- See Also:
-
-
Constructor Details
-
FileMergingMetricGroup
public FileMergingMetricGroup(org.apache.flink.metrics.MetricGroup parentMetricGroup, FileMergingSnapshotManager.SpaceStat spaceStat)
-
-
Method Details
-
registerMetrics
-