Packages

object MetricName extends Enum[MetricName] with Serializable

Linear Supertypes
Serializable, Serializable, Enum[MetricName], EnumCompat[MetricName], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetricName
  2. Serializable
  3. Serializable
  4. Enum
  5. EnumCompat
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def extraNamesToValuesMap: Map[String, MetricName]
    Definition Classes
    Enum
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. macro def findValues: IndexedSeq[MetricName]
    Attributes
    protected
    Definition Classes
    EnumCompat
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def indexOf(member: MetricName): Int
    Definition Classes
    Enum
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final lazy val lowerCaseNamesToValuesMap: Map[String, MetricName]
    Definition Classes
    Enum
  16. lazy val namesToValuesMap: Map[String, MetricName]
    Definition Classes
    Enum
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final lazy val upperCaseNameValuesToMap: Map[String, MetricName]
    Definition Classes
    Enum
  23. def values: IndexedSeq[MetricName]
    Definition Classes
    MetricName → EnumCompat
  24. final lazy val valuesToIndex: Map[MetricName, Int]
    Definition Classes
    Enum
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. def withName(name: String): MetricName
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  29. def withNameEither(name: String): Either[NoSuchMember[MetricName], MetricName]
    Definition Classes
    Enum
  30. def withNameInsensitive(name: String): MetricName
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  31. def withNameInsensitiveEither(name: String): Either[NoSuchMember[MetricName], MetricName]
    Definition Classes
    Enum
  32. def withNameInsensitiveOption(name: String): Option[MetricName]
    Definition Classes
    Enum
  33. def withNameLowercaseOnly(name: String): MetricName
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  34. def withNameLowercaseOnlyEither(name: String): Either[NoSuchMember[MetricName], MetricName]
    Definition Classes
    Enum
  35. def withNameLowercaseOnlyOption(name: String): Option[MetricName]
    Definition Classes
    Enum
  36. def withNameOption(name: String): Option[MetricName]
    Definition Classes
    Enum
  37. def withNameUppercaseOnly(name: String): MetricName
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  38. def withNameUppercaseOnlyEither(name: String): Either[NoSuchMember[MetricName], MetricName]
    Definition Classes
    Enum
  39. def withNameUppercaseOnlyOption(name: String): Option[MetricName]
    Definition Classes
    Enum
  40. object ApproximateDistinctValues extends MetricName with Product with Serializable
  41. object ApproximateSequenceCompleteness extends MetricName with Product with Serializable
  42. object AvgNumber extends MetricName with Product with Serializable
  43. object AvgString extends MetricName with Product with Serializable
  44. object CastedNumber extends MetricName with Product with Serializable
  45. object CoMoment extends MetricName with Product with Serializable
  46. object ColumnEq extends MetricName with Product with Serializable
  47. object Completeness extends MetricName with Product with Serializable
  48. object Composed extends MetricName with Product with Serializable
  49. object Covariance extends MetricName with Product with Serializable
  50. object CovarianceBessel extends MetricName with Product with Serializable
  51. object DayDistance extends MetricName with Product with Serializable
  52. object DistinctValues extends MetricName with Product with Serializable
  53. object DuplicateValues extends MetricName with Product with Serializable
  54. object Emptiness extends MetricName with Product with Serializable
  55. object EmptyValues extends MetricName with Product with Serializable
  56. object FirstQuantile extends MetricName with Product with Serializable
  57. object FormattedDate extends MetricName with Product with Serializable
  58. object FormattedNumber extends MetricName with Product with Serializable
  59. object GetPercentile extends MetricName with Product with Serializable
  60. object GetQuantile extends MetricName with Product with Serializable
  61. object LevenshteinDistance extends MetricName with Product with Serializable
  62. object MaxNumber extends MetricName with Product with Serializable
  63. object MaxString extends MetricName with Product with Serializable
  64. object MedianValue extends MetricName with Product with Serializable
  65. object MinNumber extends MetricName with Product with Serializable
  66. object MinString extends MetricName with Product with Serializable
  67. object NullValues extends MetricName with Product with Serializable
  68. object NumberBetween extends MetricName with Product with Serializable
  69. object NumberGreaterThan extends MetricName with Product with Serializable
  70. object NumberInDomain extends MetricName with Product with Serializable
  71. object NumberLessThan extends MetricName with Product with Serializable
  72. object NumberNotBetween extends MetricName with Product with Serializable
  73. object NumberOutDomain extends MetricName with Product with Serializable
  74. object NumberValues extends MetricName with Product with Serializable
  75. object RegexMatch extends MetricName with Product with Serializable
  76. object RegexMismatch extends MetricName with Product with Serializable
  77. object RowCount extends MetricName with Product with Serializable
  78. object SequenceCompleteness extends MetricName with Product with Serializable
  79. object StdNumber extends MetricName with Product with Serializable
  80. object StringInDomain extends MetricName with Product with Serializable
  81. object StringLength extends MetricName with Product with Serializable
  82. object StringOutDomain extends MetricName with Product with Serializable
  83. object StringValues extends MetricName with Product with Serializable
  84. object SumNumber extends MetricName with Product with Serializable
  85. object ThirdQuantile extends MetricName with Product with Serializable
  86. object TopN extends MetricName with Product with Serializable
  87. object TrendArima extends MetricName with Product with Serializable
  88. object TrendAvg extends MetricName with Product with Serializable
  89. object TrendFirstQ extends MetricName with Product with Serializable
  90. object TrendLinReg extends MetricName with Product with Serializable
  91. object TrendMax extends MetricName with Product with Serializable
  92. object TrendMedian extends MetricName with Product with Serializable
  93. object TrendMin extends MetricName with Product with Serializable
  94. object TrendQuantile extends MetricName with Product with Serializable
  95. object TrendStd extends MetricName with Product with Serializable
  96. object TrendSum extends MetricName with Product with Serializable
  97. object TrendThirdQ extends MetricName with Product with Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from Enum[MetricName]

Inherited from EnumCompat[MetricName]

Inherited from AnyRef

Inherited from Any

Ungrouped