Uses of Class
org.apache.sysds.runtime.ooc.cache.io.OOCIOHandler.SourceBlockDescriptor
Packages that use OOCIOHandler.SourceBlockDescriptor
Package
Description
-
Uses of OOCIOHandler.SourceBlockDescriptor in org.apache.sysds.runtime.ooc.cache
Methods in org.apache.sysds.runtime.ooc.cache with parameters of type OOCIOHandler.SourceBlockDescriptorModifier and TypeMethodDescriptionOOCCacheManager.putAndPinRawSourceBacked(BlockKey key, Object data, long size, OOCIOHandler.SourceBlockDescriptor descriptor) OOCCacheManager.putAndPinSourceBacked(long streamId, int blockId, IndexedMatrixValue value, OOCIOHandler.SourceBlockDescriptor descriptor) static voidOOCCacheManager.putRawSourceBacked(BlockKey key, Object data, long size, OOCIOHandler.SourceBlockDescriptor descriptor) static voidOOCCacheManager.putSourceBacked(long streamId, int blockId, IndexedMatrixValue value, OOCIOHandler.SourceBlockDescriptor descriptor) Store a source-backed block in the OOC cache and register its source location. -
Uses of OOCIOHandler.SourceBlockDescriptor in org.apache.sysds.runtime.ooc.cache.io
Subclasses of OOCIOHandler.SourceBlockDescriptor in org.apache.sysds.runtime.ooc.cache.ioFields in org.apache.sysds.runtime.ooc.cache.io with type parameters of type OOCIOHandler.SourceBlockDescriptorModifier and TypeFieldDescriptionOOCIOHandler.GroupSourceBlockDescriptor.blocksOOCIOHandler.SourceReadResult.blocksMethods in org.apache.sysds.runtime.ooc.cache.io with parameters of type OOCIOHandler.SourceBlockDescriptorModifier and TypeMethodDescriptionvoidOOCIOHandler.registerSourceLocation(BlockKey key, OOCIOHandler.SourceBlockDescriptor descriptor) Registers the source location of a block for future direct reads.voidOOCMatrixIOHandler.registerSourceLocation(BlockKey key, OOCIOHandler.SourceBlockDescriptor descriptor) Constructor parameters in org.apache.sysds.runtime.ooc.cache.io with type arguments of type OOCIOHandler.SourceBlockDescriptorModifierConstructorDescriptionGroupSourceBlockDescriptor(String path, Types.FileFormat format, MatrixIndexes indexes, long offset, int recordLength, long serializedSize, List<OOCIOHandler.SourceBlockDescriptor> blocks) SourceReadResult(long bytesRead, boolean eof, OOCIOHandler.SourceReadContinuation continuation, List<OOCIOHandler.SourceBlockDescriptor> blocks) -
Uses of OOCIOHandler.SourceBlockDescriptor in org.apache.sysds.runtime.ooc.cache.legacy
Methods in org.apache.sysds.runtime.ooc.cache.legacy with parameters of type OOCIOHandler.SourceBlockDescriptorModifier and TypeMethodDescriptionOOCCacheScheduler.putAndPinSourceBacked(BlockKey key, Object data, long size, OOCIOHandler.SourceBlockDescriptor descriptor) Places a new source-backed block in the cache and returns a pinned handle.OOCLRUCacheScheduler.putAndPinSourceBacked(BlockKey key, Object data, long size, OOCIOHandler.SourceBlockDescriptor descriptor) voidOOCCacheScheduler.putSourceBacked(BlockKey key, Object data, long size, OOCIOHandler.SourceBlockDescriptor descriptor) Places a new source-backed block in the cache and registers the location with the IO handler.voidOOCLRUCacheScheduler.putSourceBacked(BlockKey key, Object data, long size, OOCIOHandler.SourceBlockDescriptor descriptor) -
Uses of OOCIOHandler.SourceBlockDescriptor in org.apache.sysds.runtime.ooc.stream
Methods in org.apache.sysds.runtime.ooc.stream that return OOCIOHandler.SourceBlockDescriptorMethods in org.apache.sysds.runtime.ooc.stream with parameters of type OOCIOHandler.SourceBlockDescriptorModifier and TypeMethodDescriptionvoidSourceOOCStream.enqueue(IndexedMatrixValue value, OOCIOHandler.SourceBlockDescriptor descriptor)