Package org.apache.sysds.runtime.lineage
Class LineageCacheEviction
- java.lang.Object
-
- org.apache.sysds.runtime.lineage.LineageCacheEviction
-
public class LineageCacheEviction extends Object
-
-
Constructor Summary
Constructors Constructor Description LineageCacheEviction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
getAvailableSpace()
static long
getCacheLimit()
static void
removeAll(Map<LineageItem,LineageCacheEntry> cache)
-
-
-
Method Detail
-
getCacheLimit
public static long getCacheLimit()
-
getAvailableSpace
public static long getAvailableSpace()
-
removeAll
public static void removeAll(Map<LineageItem,LineageCacheEntry> cache)
-
-