Uses of Interface
org.apache.sysds.runtime.instructions.ooc.OOCStream
Packages that use OOCStream
Package
Description
-
Uses of OOCStream in org.apache.sysds.runtime.compress.io
Methods in org.apache.sysds.runtime.compress.io with parameters of type OOCStreamModifier and TypeMethodDescriptionlongWriterCompressed.writeMatrixFromStream(String fname, OOCStream<IndexedMatrixValue> stream, long rlen, long clen, int blen) -
Uses of OOCStream in org.apache.sysds.runtime.controlprogram.caching
Methods in org.apache.sysds.runtime.controlprogram.caching that return OOCStream -
Uses of OOCStream in org.apache.sysds.runtime.instructions.ooc
Classes in org.apache.sysds.runtime.instructions.ooc that implement OOCStreamMethods in org.apache.sysds.runtime.instructions.ooc that return OOCStreamModifier and TypeMethodDescriptionCachingStream.getReadStream()OOCStreamable.getReadStream()PlaybackStream.getReadStream()SubscribableTaskQueue.getReadStream()CachingStream.getWriteStream()OOCStreamable.getWriteStream()PlaybackStream.getWriteStream()SubscribableTaskQueue.getWriteStream()Constructors in org.apache.sysds.runtime.instructions.ooc with parameters of type OOCStreamModifierConstructorDescriptionCachingStream(OOCStream<IndexedMatrixValue> source) CachingStream(OOCStream<IndexedMatrixValue> source, long streamId) -
Uses of OOCStream in org.apache.sysds.runtime.io
Methods in org.apache.sysds.runtime.io with parameters of type OOCStreamModifier and TypeMethodDescriptionReaderTextCSVParallel.readMatrixAsStream(OOCStream<IndexedMatrixValue> outStream, String fname, long rlen, long clen, int blen, long estnnz) abstract longMatrixWriter.writeMatrixFromStream(String fname, OOCStream<IndexedMatrixValue> stream, long rlen, long clen, int blen) Consumes an out-of-core stream of matrix blocks and writes them to the target output path.longWriterBinaryBlock.writeMatrixFromStream(String fname, OOCStream<IndexedMatrixValue> stream, long rlen, long clen, int blen) longWriterBinaryBlockParallel.writeMatrixFromStream(String fname, OOCStream<IndexedMatrixValue> stream, long rlen, long clen, int blen) longWriterDelta.writeMatrixFromStream(String fname, OOCStream<IndexedMatrixValue> stream, long rlen, long clen, int blen) longWriterHDF5.writeMatrixFromStream(String fname, OOCStream<IndexedMatrixValue> stream, long rlen, long clen, int blen) longWriterMatrixMarket.writeMatrixFromStream(String fname, OOCStream<IndexedMatrixValue> stream, long rlen, long clen, int blen) longWriterTextCell.writeMatrixFromStream(String fname, OOCStream<IndexedMatrixValue> stream, long rlen, long clen, int blen) longWriterTextCSV.writeMatrixFromStream(String fname, OOCStream<IndexedMatrixValue> stream, long rlen, long clen, int blen) longWriterTextLIBSVM.writeMatrixFromStream(String fname, OOCStream<IndexedMatrixValue> stream, long rlen, long clen, int blen) -
Uses of OOCStream in org.apache.sysds.runtime.ooc.cache.io
Fields in org.apache.sysds.runtime.ooc.cache.io declared as OOCStreamModifier and TypeFieldDescriptionfinal OOCStream<IndexedMatrixValue>OOCIOHandler.SourceReadRequest.targetConstructors in org.apache.sysds.runtime.ooc.cache.io with parameters of type OOCStreamModifierConstructorDescriptionSourceReadRequest(String path, Types.FileFormat format, long rows, long cols, int blen, long estNnz, long maxBytesInFlight, boolean keepOpenOnLimit, OOCStream<IndexedMatrixValue> target) -
Uses of OOCStream in org.apache.sysds.runtime.ooc.stream
Classes in org.apache.sysds.runtime.ooc.stream that implement OOCStreamMethods in org.apache.sysds.runtime.ooc.stream that return OOCStreamModifier and TypeMethodDescriptionFilteredOOCStream.getReadStream()MergedOOCStream.getReadStream()SourceOOCStreamable.getReadStream()SplittingOOCStream.getReadStream()SubOOCStream.getReadStream()SplittingOOCStream.getSubStream(int idx) FilteredOOCStream.getWriteStream()MergedOOCStream.getWriteStream()SourceOOCStreamable.getWriteStream()SplittingOOCStream.getWriteStream()SubOOCStream.getWriteStream()Methods in org.apache.sysds.runtime.ooc.stream that return types with arguments of type OOCStreamModifier and TypeMethodDescriptionCollection<OOCStream<?>>StreamContext.inStreams()Collection<OOCStream<?>>StreamContext.outStreams()Methods in org.apache.sysds.runtime.ooc.stream with parameters of type OOCStreamModifier and TypeMethodDescriptionStreamContext.addInStream(OOCStream<?>... inStream) StreamContext.addOutStream(OOCStream<?>... outStream) Constructors in org.apache.sysds.runtime.ooc.stream with parameters of type OOCStreamModifierConstructorDescriptionMergedOOCStream(OOCStream<T>... sources) SubOOCStream(OOCStream<T> sourceStream) Constructor parameters in org.apache.sysds.runtime.ooc.stream with type arguments of type OOCStream