Uses of Class
org.apache.sysds.runtime.lineage.Lineage
Packages that use Lineage
Package
Description
-
Uses of Lineage in org.apache.sysds.runtime.controlprogram.context
Methods in org.apache.sysds.runtime.controlprogram.context that return LineageMethods in org.apache.sysds.runtime.controlprogram.context with parameters of type Lineage -
Uses of Lineage in org.apache.sysds.runtime.controlprogram.parfor
Methods in org.apache.sysds.runtime.controlprogram.parfor that return LineageModifier and TypeMethodDescriptionLineage[]RemoteParForJobReturn.getLineages()static Lineage[]RemoteParForUtils.getLineages(LocalVariableMap[] results) Methods in org.apache.sysds.runtime.controlprogram.parfor with parameters of type LineageModifier and TypeMethodDescriptionstatic voidRemoteParForUtils.exportLineageItems(long workerID, LocalVariableMap vars, ArrayList<ParForStatementBlock.ResultVar> resultVars, Lineage lineage) Export lineage for remote Spark parfor workers.Constructors in org.apache.sysds.runtime.controlprogram.parfor with parameters of type LineageModifierConstructorDescriptionRemoteParForJobReturn(boolean successful, int numTasks, int numIters, LocalVariableMap[] variables, Lineage[] lineages) -
Uses of Lineage in org.apache.sysds.runtime.lineage
Methods in org.apache.sysds.runtime.lineage that return LineageModifier and TypeMethodDescriptionstatic LineageLineage.deserialize(Map<String, String> serialLineage) Methods in org.apache.sysds.runtime.lineage with parameters of type LineageModifier and TypeMethodDescriptionstatic voidLineageDebugger.maintainSpecialValueBits(Lineage lineage, Instruction inst, ExecutionContext ec) Constructors in org.apache.sysds.runtime.lineage with parameters of type Lineage