Interface SerializationSchema.InitializationContext

    • Method Detail

      • getMetricGroup

        MetricGroup getMetricGroup()
        Returns the metric group for the parallel subtask of the source that runs this SerializationSchema.

        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