Uses of Class
org.apache.sysds.runtime.instructions.spark.data.LineageObject
- 
Packages that use LineageObject Package Description org.apache.sysds.runtime.controlprogram.context org.apache.sysds.runtime.instructions.spark.data  - 
- 
Uses of LineageObject in org.apache.sysds.runtime.controlprogram.context
Methods in org.apache.sysds.runtime.controlprogram.context with parameters of type LineageObject Modifier and Type Method Description static voidSparkExecutionContext. cleanupSingleLineageObject(LineageObject lob) - 
Uses of LineageObject in org.apache.sysds.runtime.instructions.spark.data
Subclasses of LineageObject in org.apache.sysds.runtime.instructions.spark.data Modifier and Type Class Description classBroadcastObject<T extends CacheBlock<?>>classDatasetObjectclassRDDObjectMethods in org.apache.sysds.runtime.instructions.spark.data that return types with arguments of type LineageObject Modifier and Type Method Description List<LineageObject>LineageObject. getLineageChilds()Methods in org.apache.sysds.runtime.instructions.spark.data with parameters of type LineageObject Modifier and Type Method Description voidLineageObject. addLineageChild(LineageObject lob) 
 -