object Enums
- Alphabetic
- By Inheritance
- Enums
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- sealed trait CheckFailureTolerance extends EnumEntry
-
sealed
trait
CompareRule extends EnumEntry
Compare rules for metric parameters
- case class CustomTime(windowByExpr: Column) extends StreamWindowing with Product with Serializable
-
sealed
trait
DQStorageType extends EnumEntry
Allowed systems for use as data quality history storage
-
sealed abstract
class
FileEncoding extends EnumEntry
Supported file encodings
-
sealed
trait
FileType extends EnumEntry
Supported file types for FileTypeLoadCheck
-
sealed
trait
KafkaTopicFormat extends EnumEntry
Allowed column definitions in schemas:
-
sealed
trait
MetricEngineAPI extends EnumEntry
Metrics can be processed either with use of Spark RDD API or Spark DF API.
-
sealed
trait
PrecisionCompareRule extends EnumEntry
Precision compare rules for formatted number metric parameters
-
sealed
trait
ResultTargetType extends EnumEntry
Supported result target types
- sealed trait SparkJoinType extends EnumEntry
-
sealed
trait
StreamWindowing extends AnyRef
Supported stream windowing types, that control how windows are build:
Supported stream windowing types, that control how windows are build:
- based on processing time: current timestamp when rows is processed;
- based on event time: message creation timestamp. Following Kafka message structure, it always must be column with name 'timestamp'. Column should have LongType or TimestampType or other type with contents that can be converted to a LongType containing unix epoch (in seconds).
- custom time: arbitrary timestamp column (or expression that evaluates to column) from message defined by user.
- Note
When event time or custom time columns are selected for windowing then it is up to user to ensure timestamp correctness in the selected column.
,this is not an enumeration since custom time type requires user-defined column name.
- sealed trait TemplateFormat extends EnumEntry
-
sealed
trait
TrendCheckRule extends EnumEntry
Trend check window definition rules
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()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
- object CheckFailureTolerance extends Enum[CheckFailureTolerance]
- object CompareRule extends Enum[CompareRule]
- object DQStorageType extends Enum[DQStorageType]
- object EventTime extends StreamWindowing with Product with Serializable
- object FileEncoding extends Enum[FileEncoding]
- object FileType extends Enum[FileType]
- object KafkaTopicFormat extends Enum[KafkaTopicFormat]
- object MetricEngineAPI extends Enum[MetricEngineAPI]
- object PrecisionCompareRule extends Enum[PrecisionCompareRule]
- object ProcessingTime extends StreamWindowing with Product with Serializable
- object ResultTargetType extends Enum[ResultTargetType]
- object SparkJoinType extends Enum[SparkJoinType]
- object StreamWindowing
- object TemplateFormat extends Enum[TemplateFormat]
- object TrendCheckRule extends Enum[TrendCheckRule]