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 ThroughputBatchNode.myReaderManagerprivate final ThroughputBatchNode.myWriterManger -
Uses of Throughput in org.ojalgo.netio
Fields in org.ojalgo.netio declared as ThroughputModifier and TypeFieldDescriptionprivate final ThroughputManagedReader.myManagerprivate final ThroughputManagedWriter.myManagerprivate ThroughputReaderWriterBuilder.myStatisticsCollectorMethods in org.ojalgo.netio that return ThroughputModifier and TypeMethodDescription(package private) ThroughputReaderWriterBuilder.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)