Uses of Class
org.apache.sysds.runtime.ooc.cache.OOCFuture
Packages that use OOCFuture
Package
Description
-
Uses of OOCFuture in org.apache.sysds.runtime.ooc.cache
Methods in org.apache.sysds.runtime.ooc.cache that return OOCFutureModifier and TypeMethodDescriptionstatic <T> OOCFuture<T>OOCFuture.completed(T value) static <T> OOCFuture<T>OOCCache.UnpinHandle.getCompletionFuture()<R> OOCFuture<R>OOCCache.pin(long sId, long tId, MemoryAllowance allowance) Pins an item backed by an allowance.default OOCFuture<BlockEntry>OOCCache.pin(BlockKey key, MemoryAllowance allowance) Pins an item backed by an allowance.OOCCacheImpl.pin(long sId, long tId, MemoryAllowance allowance) OOCCache.pinAdmitted(long sId, long tId, MemoryAllowance allowance) Pins an item backed by an allowance.default OOCFuture<BlockEntry>OOCCache.pinAdmitted(BlockKey key, MemoryAllowance allowance) Pins an item backed by an allowance.OOCCacheImpl.pinAdmitted(long sId, long tId, MemoryAllowance allowance) -
Uses of OOCFuture in org.apache.sysds.runtime.ooc.cache.io
Methods in org.apache.sysds.runtime.ooc.cache.io that return OOCFutureModifier and TypeMethodDescriptionOOCIOHandler.scheduleRead(BlockEntry block) OOCMatrixIOHandler.scheduleRead(BlockEntry block) -
Uses of OOCFuture in org.apache.sysds.runtime.ooc.cache.packed
Methods in org.apache.sysds.runtime.ooc.cache.packed that return OOCFutureModifier and TypeMethodDescriptionOOCPackedCache.pin(long sId, long tId, MemoryAllowance allowance) OOCPackedCache.pinAdmitted(long sId, long tId, MemoryAllowance allowance) OOCPackedCache.pinPack(OOCPackedCache.PackGroup group, MemoryAllowance allowance) -
Uses of OOCFuture in org.apache.sysds.runtime.ooc.memory
Methods in org.apache.sysds.runtime.ooc.memory that return OOCFutureModifier and TypeMethodDescriptionMemoryAllowance.reserveAsync(long bytes) SyncMemoryAllowance.reserveAsync(long bytes)