Uses of Enum
org.apache.flink.streaming.util.LatencyStats.Granularity
Packages that use LatencyStats.Granularity
-
Uses of LatencyStats.Granularity in org.apache.flink.streaming.util
Methods in org.apache.flink.streaming.util that return LatencyStats.GranularityModifier and TypeMethodDescriptionstatic LatencyStats.GranularityReturns the enum constant of this type with the specified name.static LatencyStats.Granularity[]LatencyStats.Granularity.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.streaming.util with parameters of type LatencyStats.GranularityModifierConstructorDescriptionLatencyStats(org.apache.flink.metrics.MetricGroup metricGroup, int historySize, int subtaskIndex, OperatorID operatorID, LatencyStats.Granularity granularity)