c

org.checkita.dqf.config.jobconf.Checks

AverageBoundUpperCheckConfig

final case class AverageBoundUpperCheckConfig(id: ID, description: Option[NonEmptyString], metric: NonEmptyString, rule: TrendCheckRule, windowSize: NonEmptyString, windowOffset: Option[NonEmptyString], threshold: PercentileDouble, isCritical: Boolean = false, metadata: Seq[SparkParam] = Seq.empty) extends TrendCheckConfig with AverageBoundCheckConfig with Product with Serializable

'Average bound upper' check configuration

id

Check ID

description

Check description

metric

Reference to a metric ID over which the check is performed

rule

Window calculation rule: by datetime or by number of records.

windowSize

Size of the window for average metric value calculation (either a number of records or duration).

windowOffset

Optional window offset (either a number of records or duration)

threshold

Threshold value to calculate upper bound to compare with.

isCritical

Flag if check is critical

metadata

List of metadata parameters specific to this check

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

Instance Constructors

  1. new AverageBoundUpperCheckConfig(id: ID, description: Option[NonEmptyString], metric: NonEmptyString, rule: TrendCheckRule, windowSize: NonEmptyString, windowOffset: Option[NonEmptyString], threshold: PercentileDouble, 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

    rule

    Window calculation rule: by datetime or by number of records.

    windowSize

    Size of the window for average metric value calculation (either a number of records or duration).

    windowOffset

    Optional window offset (either a number of records or duration)

    threshold

    Threshold value to calculate upper bound 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 description: Option[NonEmptyString]
    Definition Classes
    AverageBoundUpperCheckConfig → JobConfigEntity
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getCalculator: CheckCalculator
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. val id: ID
    Definition Classes
    AverageBoundUpperCheckConfig → JobConfigEntity
  12. val isCritical: Boolean
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val metadata: Seq[SparkParam]
    Definition Classes
    AverageBoundUpperCheckConfig → JobConfigEntity
  15. val metadataString: Option[String]
    Definition Classes
    JobConfigEntity
  16. val metric: NonEmptyString
  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. val rule: TrendCheckRule
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. val threshold: PercentileDouble
  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()
  26. val windowOffset: Option[NonEmptyString]
  27. val windowSize: NonEmptyString

Inherited from Product

Inherited from Equals

Inherited from AverageBoundCheckConfig

Inherited from TrendCheckConfig

Inherited from CheckConfig

Inherited from JobConfigEntity

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped