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.*org.ojalgo.type.function -
-
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
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)
-
Uses of Throughput in org.ojalgo.type.function
Fields in org.ojalgo.type.function declared as Throughput Modifier and Type Field Description private Throughput
ManagedConsumer. myManager
private Throughput
ManagedSupplier. myManager
Methods in org.ojalgo.type.function with parameters of type Throughput Modifier and Type Method Description static <T> AutoConsumer<T>
AutoConsumer. managed(Throughput manager, java.util.function.Consumer<T> consumer)
If you want that throughput manager to be registered as a JMX bean, that's up to you.static <T> AutoSupplier<T>
AutoSupplier. managed(Throughput manager, java.util.function.Supplier<T> supplier)
If you want that throughput manager to be registered as a JMX bean, that's up to you.Constructors in org.ojalgo.type.function with parameters of type Throughput Constructor Description ManagedConsumer(Throughput manager, java.util.function.Consumer<T> consumer)
ManagedSupplier(Throughput manager, java.util.function.Supplier<T> supplier)
-