Packages

package event

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. event
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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
  2. case class DatabricksJobGroupMatcher(commandId: String) extends JobGroupMatcher with Product with Serializable
  3. sealed trait ExecutionMetricsEvent extends AnyRef
  4. case class Failed(session: String, job: String, exception: Throwable) extends Result with Product with Serializable
  5. trait JobGroupMatcher extends AnyRef
  6. case class LivyJobGroupMatcher(statementId: Int) extends JobGroupMatcher with Product with Serializable
  7. 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
  8. 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, pipelineConfig: Option[String]) extends Product with Serializable
  9. 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
  10. sealed trait PipelineStatus extends EnumEntry
  11. sealed trait Result extends AnyRef
  12. sealed trait RunType extends EnumEntry
  13. class SparkExecutionMetricsCollector extends AnyRef
  14. case class Succeeded(session: String, job: String, msg: String) extends Result with Product with Serializable
  15. case class WorkflowNode(subgraph: String, component: String, processId: Option[String] = None, sessionId: String) extends Product with Serializable
  16. case class WorkflowProcessNodeInfo(subgraph: String, component: String) extends Product with Serializable
  17. case class WorkflowProcessesDetail(session: String, processes: Map[String, WorkflowProcessNodeInfo]) extends Product with Serializable

Value Members

  1. object ComponentMetrics extends Serializable
  2. object ExecutionMetricsEvent
  3. object PipelineMetrics extends Serializable
  4. object PipelineRunContent extends Product with Serializable
  5. object PipelineRunStartedEvent extends Serializable
  6. object PipelineStatus extends Enum[PipelineStatus] with PlayJsonEnum[PipelineStatus]
  7. object RunType extends Enum[RunType] with PlayJsonEnum[RunType]
  8. object SparkExecutionMetricsCollector
  9. object WorkflowNode extends Product with Serializable
  10. object WorkflowProcessNodeInfo extends Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped