Uses of Class
org.apache.sysds.runtime.ooc.cache.collections.MaskedOnceArrayList
Packages that use MaskedOnceArrayList
Package
Description
-
Uses of MaskedOnceArrayList in org.apache.sysds.runtime.ooc.cache.collections
Methods in org.apache.sysds.runtime.ooc.cache.collections that return MaskedOnceArrayListModifier and TypeMethodDescriptionSegmentedStreamTableList.get(int streamId) SegmentedStreamTableList.get(long streamId) SegmentedStreamTableList.getOrCreate(int streamId) SegmentedStreamTableList.getOrCreate(long streamId) Method parameters in org.apache.sysds.runtime.ooc.cache.collections with type arguments of type MaskedOnceArrayListModifier and TypeMethodDescriptionvoidSegmentedStreamTableList.forEachStreamTable(BiConsumer<Integer, MaskedOnceArrayList<T>> action) -
Uses of MaskedOnceArrayList in org.apache.sysds.runtime.ooc.cache.eviction
Methods in org.apache.sysds.runtime.ooc.cache.eviction with parameters of type MaskedOnceArrayListModifier and TypeMethodDescriptionvoidEvictController.findEvictionCandidates(MaskedOnceArrayList<BlockEntry> list, PriorityQueue<IndexedObjectPair<BlockEntry>> candidates, int k, long estimatedReuseTimestamp)