Package | Description |
---|---|
org.apache.sysds.runtime.controlprogram.context | |
org.apache.sysds.runtime.controlprogram.parfor | |
org.apache.sysds.runtime.lineage |
Modifier and Type | Method and Description |
---|---|
Lineage |
ExecutionContext.getLineage() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionContext.setLineage(Lineage lineage) |
Modifier and Type | Method and Description |
---|---|
Lineage[] |
RemoteParForJobReturn.getLineages() |
static Lineage[] |
RemoteParForUtils.getLineages(LocalVariableMap[] results) |
Modifier and Type | Method and Description |
---|---|
static void |
RemoteParForUtils.exportLineageItems(long workerID,
LocalVariableMap vars,
ArrayList<ParForStatementBlock.ResultVar> resultVars,
Lineage lineage)
Export lineage for remote Spark parfor workers.
|
Constructor and Description |
---|
RemoteParForJobReturn(boolean successful,
int numTasks,
int numIters,
LocalVariableMap[] variables,
Lineage[] lineages) |
Modifier and Type | Method and Description |
---|---|
static Lineage |
Lineage.deserialize(Map<String,String> serialLineage) |
Constructor and Description |
---|
Lineage(Lineage that) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.