Uses of Interface
org.apache.sysds.runtime.ooc.cache.OOCCache.UnpinHandle
Packages that use OOCCache.UnpinHandle
-
Uses of OOCCache.UnpinHandle in org.apache.sysds.runtime.ooc.cache
Methods in org.apache.sysds.runtime.ooc.cache that return OOCCache.UnpinHandleModifier and TypeMethodDescriptionOOCCache.unpin(BlockEntry entry, MemoryAllowance allowance) Unpins an item that is still backed by the given allowance.OOCCacheImpl.unpin(BlockEntry entry, MemoryAllowance allowance) -
Uses of OOCCache.UnpinHandle in org.apache.sysds.runtime.ooc.cache.packed
Methods in org.apache.sysds.runtime.ooc.cache.packed that return OOCCache.UnpinHandleModifier and TypeMethodDescriptionOOCPackedCache.unpin(BlockEntry entry, MemoryAllowance allowance)