Class EventLevel.WARN$

Object
org.apache.spark.sql.pipelines.logging.EventLevel.WARN$
All Implemented Interfaces:
Serializable, EventLevel, scala.Equals, scala.Product
Enclosing interface:
EventLevel

public static class EventLevel.WARN$ extends Object implements EventLevel, scala.Product, Serializable
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.spark.sql.pipelines.logging.EventLevel

    EventLevel.ERROR$, EventLevel.INFO$, EventLevel.WARN$
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final EventLevel.WARN$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Field Details

    • MODULE$

      public static final EventLevel.WARN$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • WARN$

      public WARN$()