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 Throughput
BatchNode. myReaderManager
private Throughput
BatchNode. myWriterManger
-
Uses of Throughput in org.ojalgo.netio
Fields in org.ojalgo.netio declared as Throughput Modifier and Type Field Description private Throughput
ManagedReader. myManager
private Throughput
ManagedWriter. myManager
private Throughput
ReaderWriterBuilder. myStatisticsCollector
Methods in org.ojalgo.netio that return Throughput Modifier and Type Method Description (package private) Throughput
ReaderWriterBuilder. getStatisticsCollector()
Methods in org.ojalgo.netio with parameters of type Throughput Modifier and Type Method Description B
ReaderWriterBuilder. 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)
-