c

org.checkita.dqf.config.jobconf.Checks

GreaterThanCheckConfig

final case class GreaterThanCheckConfig(id: ID, description: Option[NonEmptyString], metric: NonEmptyString, compareMetric: Option[NonEmptyString], threshold: Option[Double], isCritical: Boolean = false, metadata: Seq[SparkParam] = Seq.empty) extends SnapshotCheckConfig with Product with Serializable

'Greater than' check configuration

id

Check ID

description

Check description

metric

Reference to a metric ID over which the check is performed

compareMetric

Reference to a metric ID to compare with

threshold

Explicit threshold value to compare with

isCritical

Flag if check is critical

metadata

List of metadata parameters specific to this check

Linear Supertypes
Product, Equals, SnapshotCheckConfig, CheckConfig, JobConfigEntity, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GreaterThanCheckConfig
  2. Product
  3. Equals
  4. SnapshotCheckConfig
  5. CheckConfig
  6. JobConfigEntity
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GreaterThanCheckConfig(id: ID, description: Option[NonEmptyString], metric: NonEmptyString, compareMetric: Option[NonEmptyString], threshold: Option[Double], isCritical: Boolean = false, metadata: Seq[SparkParam] = Seq.empty)

    id

    Check ID

    description

    Check description

    metric

    Reference to a metric ID over which the check is performed

    compareMetric

    Reference to a metric ID to compare with

    threshold

    Explicit threshold value to compare with

    isCritical

    Flag if check is critical

    metadata

    List of metadata parameters specific to this check

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. val compareMetric: Option[NonEmptyString]
  7. val description: Option[NonEmptyString]
    Definition Classes
    GreaterThanCheckConfig → JobConfigEntity
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getCalculator: CheckCalculator
    Definition Classes
    GreaterThanCheckConfigCheckConfig
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. val id: ID
    Definition Classes
    GreaterThanCheckConfig → JobConfigEntity
  13. val isCritical: Boolean
    Definition Classes
    GreaterThanCheckConfigCheckConfig
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val metadata: Seq[SparkParam]
    Definition Classes
    GreaterThanCheckConfig → JobConfigEntity
  16. val metadataString: Option[String]
    Definition Classes
    JobConfigEntity
  17. val metric: NonEmptyString
    Definition Classes
    GreaterThanCheckConfigCheckConfig
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. val threshold: Option[Double]
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Product

Inherited from Equals

Inherited from SnapshotCheckConfig

Inherited from CheckConfig

Inherited from JobConfigEntity

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped