Uses of Class
org.ojalgo.type.management.Throughput
Packages that use Throughput
Package
Description
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
-
Uses of Throughput in org.ojalgo.data.batch
Fields in org.ojalgo.data.batch declared as ThroughputModifier and TypeFieldDescriptionprivate final Throughput
BatchNode.myReaderManager
private final Throughput
BatchNode.myWriterManger
-
Uses of Throughput in org.ojalgo.netio
Fields in org.ojalgo.netio declared as ThroughputModifier and TypeFieldDescriptionprivate final Throughput
ManagedReader.myManager
private final Throughput
ManagedWriter.myManager
private Throughput
ReaderWriterBuilder.myStatisticsCollector
Methods in org.ojalgo.netio that return ThroughputModifier and TypeMethodDescription(package private) Throughput
ReaderWriterBuilder.getStatisticsCollector()
Methods in org.ojalgo.netio with parameters of type ThroughputConstructors in org.ojalgo.netio with parameters of type ThroughputModifierConstructorDescription(package private)
ManagedReader
(Throughput manager, FromFileReader<T> reader) (package private)
ManagedWriter
(Throughput manager, ToFileWriter<T> writer)