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
Ordering
- Alphabetic
- By Inheritance
Inherited
- GreaterThanCheckConfig
- Product
- Equals
- SnapshotCheckConfig
- CheckConfig
- JobConfigEntity
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
compareMetric: Option[NonEmptyString]
- Definition Classes
- GreaterThanCheckConfig → SnapshotCheckConfig
-
val
description: Option[NonEmptyString]
- Definition Classes
- GreaterThanCheckConfig → JobConfigEntity
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getCalculator: CheckCalculator
- Definition Classes
- GreaterThanCheckConfig → CheckConfig
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
id: ID
- Definition Classes
- GreaterThanCheckConfig → JobConfigEntity
-
val
isCritical: Boolean
- Definition Classes
- GreaterThanCheckConfig → CheckConfig
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
metadata: Seq[SparkParam]
- Definition Classes
- GreaterThanCheckConfig → JobConfigEntity
-
val
metadataString: Option[String]
- Definition Classes
- JobConfigEntity
-
val
metric: NonEmptyString
- Definition Classes
- GreaterThanCheckConfig → CheckConfig
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
threshold: Option[Double]
- Definition Classes
- GreaterThanCheckConfig → SnapshotCheckConfig
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()