Uses of Interface
org.apache.sysds.runtime.ooc.cache.io.OOCIOHandler
Packages that use OOCIOHandler
Package
Description
-
Uses of OOCIOHandler in org.apache.sysds.runtime.ooc.cache
Methods in org.apache.sysds.runtime.ooc.cache that return OOCIOHandlerConstructors in org.apache.sysds.runtime.ooc.cache with parameters of type OOCIOHandlerModifierConstructorDescriptionOOCCacheImpl(OOCIOHandler ioHandler, long hardLimit, long evictionLimit) -
Uses of OOCIOHandler in org.apache.sysds.runtime.ooc.cache.io
Classes in org.apache.sysds.runtime.ooc.cache.io that implement OOCIOHandler -
Uses of OOCIOHandler in org.apache.sysds.runtime.ooc.cache.legacy
Constructors in org.apache.sysds.runtime.ooc.cache.legacy with parameters of type OOCIOHandlerModifierConstructorDescriptionOOCLRUCacheScheduler(OOCIOHandler ioHandler, long evictionLimit, long hardLimit, long readBuffer) -
Uses of OOCIOHandler in org.apache.sysds.runtime.ooc.cache.packed
Constructors in org.apache.sysds.runtime.ooc.cache.packed with parameters of type OOCIOHandlerModifierConstructorDescriptionOOCPackedCache(OOCIOHandler ioHandler, long hardLimit, long evictionLimit)