Interface TimestampAssignerSupplier.Context

    • Method Detail

      • getMetricGroup

        MetricGroup getMetricGroup()
        Returns the metric group for the context in which the created TimestampAssigner 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.

        See Also:
        MetricGroup