public static interface WatermarkGeneratorSupplier.Context
WatermarkGeneratorSupplier.createWatermarkGenerator(Context)
. This can be
access to MetricGroups
, for example.Modifier and Type | Method and Description |
---|---|
RelativeClock |
getInputActivityClock()
Returns a
RelativeClock that hides periods when input was not active and WatermarkGenerator could not have been executed due to execution being blocked by the
runtime. |
MetricGroup |
getMetricGroup()
Returns the metric group for the context in which the created
WatermarkGenerator
is used. |
MetricGroup getMetricGroup()
WatermarkGenerator
is 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 MetricGroup
for more information
for the metrics system.
MetricGroup
RelativeClock getInputActivityClock()
RelativeClock
that hides periods when input was not active and WatermarkGenerator
could not have been executed due to execution being blocked by the
runtime. For example a backpressure or watermark alignment blocking the progress.RelativeClock
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.