Interface WatermarkGeneratorSupplier.Context
-
- Enclosing interface:
- WatermarkGeneratorSupplier<T>
public static interface WatermarkGeneratorSupplier.ContextAdditional information available toWatermarkGeneratorSupplier.createWatermarkGenerator(Context). This can be access toMetricGroups, for example.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.metrics.MetricGroupgetMetricGroup()Returns the metric group for the context in which the createdWatermarkGeneratoris used.
-
-
-
Method Detail
-
getMetricGroup
org.apache.flink.metrics.MetricGroup getMetricGroup()
Returns the metric group for the context in which the createdWatermarkGeneratoris used.Instances of this class can be used to register new metrics with Flink and to create a nested hierarchy based on the group names. See
MetricGroupfor more information for the metrics system.- See Also:
MetricGroup
-
-