Uses of Class
org.ojalgo.type.management.Throughput
-
Packages that use Throughput Package Description org.ojalgo.data.batch org.ojalgo.netio 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 Throughput Modifier and Type Field Description private ThroughputBatchNode. myReaderManagerprivate ThroughputBatchNode. myWriterManger -
Uses of Throughput in org.ojalgo.netio
Fields in org.ojalgo.netio declared as Throughput Modifier and Type Field Description private ThroughputManagedReader. myManagerprivate ThroughputManagedWriter. myManagerprivate ThroughputReaderWriterBuilder. myStatisticsCollectorMethods in org.ojalgo.netio that return Throughput Modifier and Type Method Description (package private) ThroughputReaderWriterBuilder. getStatisticsCollector()Methods in org.ojalgo.netio with parameters of type Throughput Modifier and Type Method Description BReaderWriterBuilder. statistics(Throughput collector)Constructors in org.ojalgo.netio with parameters of type Throughput Constructor Description ManagedReader(Throughput manager, FromFileReader<T> reader)ManagedWriter(Throughput manager, ToFileWriter<T> writer)
-