Uses of Interface
org.ojalgo.type.function.AutoConsumer
Packages that use AutoConsumer
Package
Description
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
-
Uses of AutoConsumer in org.ojalgo.data.batch
Methods in org.ojalgo.data.batch that return AutoConsumer -
Uses of AutoConsumer in org.ojalgo.netio
Subinterfaces of AutoConsumer in org.ojalgo.netioClasses in org.ojalgo.netio that implement AutoConsumerModifier and TypeClassDescriptionfinal class
DataWriter<T>
ADataOutput
basedToFileWriter
.final class
Methods in org.ojalgo.netio that return AutoConsumerModifier and TypeMethodDescription<T> AutoConsumer
<T> ToFileWriter.Builder.build
(Function<File, ToFileWriter<T>> factory) <T> AutoConsumer
<T> ToFileWriter.Builder.build
(ToIntFunction<T> distributor, Function<File, ? extends AutoConsumer<T>> factory) <T> AutoConsumer
<EntryPair.KeyedPrimitive<T>> ToFileWriter.Builder.buildMapped
(Function<File, ToFileWriter<T>> factory) default AutoConsumer
<T> default AutoConsumer
<T> TextLineInterpreter.newWriter
(File file, OperatorWithException<OutputStream> filter) <T> AutoConsumer
<T> TextLineWriter.withFormatter
(TextLineWriter.Formatter<T> formatter) Method parameters in org.ojalgo.netio with type arguments of type AutoConsumerModifier and TypeMethodDescription<T> AutoConsumer
<T> ToFileWriter.Builder.build
(ToIntFunction<T> distributor, Function<File, ? extends AutoConsumer<T>> factory) -
Uses of AutoConsumer in org.ojalgo.type.function
Subinterfaces of AutoConsumer in org.ojalgo.type.functionClasses in org.ojalgo.type.function that implement AutoConsumerModifier and TypeClassDescription(package private) final class
(package private) final class
MappedConsumer<IN,
OUT> (package private) final class
(package private) class
(package private) static final class
(package private) static final class
Fields in org.ojalgo.type.function declared as AutoConsumerMethods in org.ojalgo.type.function that return AutoConsumerModifier and TypeMethodDescriptionstatic <T> AutoConsumer
<T> Will create a JMX bean, with the given name, that keeps track of the consumer's throughput.static <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 <S,
T> AutoConsumer <S> Map/transform and then consumestatic <T> AutoConsumer
<T> AutoConsumer.queued
(ExecutorService executor, BlockingQueue<T> queue, Consumer<T>... consumers) Put on the queue, and then the consumers work off that queue.static <T> AutoConsumer
<T> AutoConsumer.sharded
(ToIntFunction<T> distributor, Consumer<T>... consumers) Distribute to 1 of the consumers