Class PipelineEventOrigin
Object
org.apache.spark.sql.pipelines.logging.PipelineEventOrigin
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
Describes where the event originated from
 param:  datasetName The name of the dataset
 param:  flowName The name of the flow
 param:  sourceCodeLocation The location of the source code
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionPipelineEventOrigin(scala.Option<String> datasetName, scala.Option<String> flowName, scala.Option<QueryOrigin> sourceCodeLocation) 
- 
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- 
PipelineEventOriginpublic PipelineEventOrigin(scala.Option<String> datasetName, scala.Option<String> flowName, scala.Option<QueryOrigin> sourceCodeLocation) 
 
- 
- 
Method Details- 
applypublic abstract static R apply(T1 v1, T2 v2, T3 v3) 
- 
toString
- 
datasetName
- 
flowName
- 
sourceCodeLocation
 
-