public class CachedReuseVariables extends Object
Constructor and Description |
---|
CachedReuseVariables() |
Modifier and Type | Method and Description |
---|---|
void |
clearVariables(long pfid) |
boolean |
containsVars(long pfid) |
void |
reuseVariables(long pfid,
LocalVariableMap vars,
Collection<String> excludeList,
Map<String,org.apache.spark.broadcast.Broadcast<CacheBlock>> _brInputs,
boolean cleanCache) |
public boolean containsVars(long pfid)
public void reuseVariables(long pfid, LocalVariableMap vars, Collection<String> excludeList, Map<String,org.apache.spark.broadcast.Broadcast<CacheBlock>> _brInputs, boolean cleanCache)
public void clearVariables(long pfid)
Copyright © 2020 The Apache Software Foundation. All rights reserved.