Uses of Enum
io.confluent.flink.plugin.StatementWarning.Severity
Packages that use StatementWarning.Severity
-
Uses of StatementWarning.Severity in io.confluent.flink.plugin
Methods in io.confluent.flink.plugin that return StatementWarning.SeverityModifier and TypeMethodDescriptionStatementWarning.getSeverity()Returns the severity of the warning.static StatementWarning.SeverityReturns the enum constant of this type with the specified name.static StatementWarning.Severity[]StatementWarning.Severity.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.confluent.flink.plugin with parameters of type StatementWarning.SeverityModifierConstructorDescriptionStatementWarning(StatementWarning.Severity severity, OffsetDateTime createdAt, String reason, String message) Creates a new statement warning.