Class PipelineEvent
Object
org.apache.spark.sql.pipelines.logging.PipelineEvent
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
An internal event that is emitted during the run of a pipeline.
 param:  id A globally unique id
 param:  timestamp The time of the event
 param:  origin Where the event originated from
 param:  level Security level of the event
 param:  message A user friendly description of the event
 param:  details The details of the event
 param:  error An error that occurred during the event
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionPipelineEvent(String id, Timestamp timestamp, PipelineEventOrigin origin, EventLevel level, String message, EventDetails details, scala.Option<Throwable> error) 
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
PipelineEventpublic PipelineEvent(String id, Timestamp timestamp, PipelineEventOrigin origin, EventLevel level, String message, EventDetails details, scala.Option<Throwable> error) 
 
- 
- 
Method Details- 
applypublic abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7) 
- 
toString
- 
id
- 
timestamp
- 
origin
- 
level
- 
message
- 
details
- 
error
- 
messageWithErrorCombines the message and error (if any) into a single string
 
-