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 ThroughputMethods in org.ojalgo.netio that return ThroughputModifier and TypeMethodDescription(package private) Throughput
ReaderWriterBuilder.getStatisticsCollector()
Methods in org.ojalgo.netio with parameters of type Throughput -
Uses of Throughput in org.ojalgo.type.function
Fields in org.ojalgo.type.function declared as ThroughputModifier and TypeFieldDescriptionprivate final Throughput
ManagedConsumer.myManager
private final Throughput
ManagedSupplier.myManager
Methods in org.ojalgo.type.function with parameters of type ThroughputModifier and TypeMethodDescriptionstatic <T> AutoConsumer
<T> AutoConsumer.managed
(Throughput manager, 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, 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 ThroughputModifierConstructorDescription(package private)
ManagedConsumer
(Throughput manager, Consumer<T> consumer) (package private)
ManagedSupplier
(Throughput manager, Supplier<T> supplier)