Class EvictController
java.lang.Object
org.apache.sysds.runtime.ooc.cache.eviction.EvictController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidfindEvictionCandidates(MaskedOnceArrayList<BlockEntry> list, PriorityQueue<IndexedObjectPair<BlockEntry>> candidates, int k, long estimatedReuseTimestamp)
-
Constructor Details
-
EvictController
public EvictController()
-
-
Method Details
-
addEvictionPolicy
-
findEvictionCandidates
public void findEvictionCandidates(MaskedOnceArrayList<BlockEntry> list, PriorityQueue<IndexedObjectPair<BlockEntry>> candidates, int k, long estimatedReuseTimestamp)
-