Uses of Class
com.snowflake.kafka.connector.internal.metrics.MetricsUtil.EventType
-
Packages that use MetricsUtil.EventType Package Description com.snowflake.kafka.connector.internal.metrics -
-
Uses of MetricsUtil.EventType in com.snowflake.kafka.connector.internal.metrics
Methods in com.snowflake.kafka.connector.internal.metrics that return MetricsUtil.EventType Modifier and Type Method Description static MetricsUtil.EventTypeMetricsUtil.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricsUtil.EventType[]MetricsUtil.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-