Uses of Interface
org.apache.sysds.runtime.ooc.cache.io.OOCIOHandler.SourceReadContinuation
Packages that use OOCIOHandler.SourceReadContinuation
-
Uses of OOCIOHandler.SourceReadContinuation in org.apache.sysds.runtime.ooc.cache.io
Fields in org.apache.sysds.runtime.ooc.cache.io declared as OOCIOHandler.SourceReadContinuationMethods in org.apache.sysds.runtime.ooc.cache.io with parameters of type OOCIOHandler.SourceReadContinuationModifier and TypeMethodDescriptionOOCIOHandler.continueSourceRead(OOCIOHandler.SourceReadContinuation continuation, long maxBytesInFlight) Continue a previously throttled source read using the provided continuation token.OOCMatrixIOHandler.continueSourceRead(OOCIOHandler.SourceReadContinuation continuation, long maxBytesInFlight) Constructors in org.apache.sysds.runtime.ooc.cache.io with parameters of type OOCIOHandler.SourceReadContinuationModifierConstructorDescriptionSourceReadResult(long bytesRead, boolean eof, OOCIOHandler.SourceReadContinuation continuation, List<OOCIOHandler.SourceBlockDescriptor> blocks)