package
event
Type Members
-
case class
ComponentMetrics(jobId: String, fabricId: String, jobRunId: String, taskRunId: String, pipelineUid: String, runType: RunType, userId: String, interim: String) extends ExecutionMetricsEvent with Product with Serializable
-
-
-
-
-
case class
PipelineMetrics(jobId: String, timestamp: Long, timeTaken: Long, rowsRead: Option[Long], rowsWritten: Option[Long], fabricId: String, status: PipelineStatus, jobRunId: String, taskRunId: String, pipelineUid: String, runType: RunType, userId: String) extends ExecutionMetricsEvent with Product with Serializable
-
case class
PipelineRunContent(pipelineRunId: String, pipelineUID: String, jobId: Option[String], jobName: Option[String], fabricId: Long, submissionTime: Long, status: PipelineStatus, timeTaken: Option[Long], rowsRead: Option[Long], rowsWritten: Option[Long], runType: RunType, code: RecursiveDirectoryContent) extends Product with Serializable
-
case class
PipelineRunStartedEvent(jobId: String, timestamp: Long, fabricId: String, status: PipelineStatus = PipelineStatus.STARTED, jobRunId: String, taskRunId: String, pipelineUid: String, runType: RunType, userId: String) extends ExecutionMetricsEvent with Product with Serializable
-
sealed
trait
PipelineStatus extends EnumEntry
-
trait
Result extends AnyRef
-
sealed
trait
RunType extends EnumEntry
-
-
case class
Succeeded(session: String, job: String, msg: String) extends Result with Product with Serializable
-
case class
WorkflowNode(subgraph: String, component: String, processId: Option[String] = None, sessionId: String) extends Product with Serializable
-
case class
WorkflowProcessNodeInfo(subgraph: String, component: String) extends Product with Serializable
-
Inherited from AnyRef
Inherited from Any