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 Summary
ConstructorsConstructorDescriptionPipelineEventOrigin
(scala.Option<String> datasetName, scala.Option<String> flowName, scala.Option<QueryOrigin> sourceCodeLocation) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
PipelineEventOrigin
public PipelineEventOrigin(scala.Option<String> datasetName, scala.Option<String> flowName, scala.Option<QueryOrigin> sourceCodeLocation)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
datasetName
-
flowName
-
sourceCodeLocation
-