java.lang.Object
org.ojalgo.netio.ToFileWriter.Builder<F>
- Enclosing interface:
ToFileWriter<T>
-
Method Summary
Modifier and TypeMethodDescription<T> ToFileWriter<T> build(Function<F, ToFileWriter<T>> factory) <T> ToFileWriter<T> build(ToIntFunction<T> distributor, Function<F, ? extends ToFileWriter<T>> factory) <T> ToFileWriter<EntryPair.KeyedPrimitive<T>> buildMapped(Function<F, ToFileWriter<T>> factory) executor(ExecutorService executor) Will create a JMX bean, with the given name, that keeps track of the reader/writer's throughput.parallelism(int parallelism) parallelism(IntSupplier parallelism) queue(int capacity) statistics(Throughput collector)
-
Method Details
-
build
-
build
public <T> ToFileWriter<T> build(ToIntFunction<T> distributor, Function<F, ? extends ToFileWriter<T>> factory) -
buildMapped
public <T> ToFileWriter<EntryPair.KeyedPrimitive<T>> buildMapped(Function<F, ToFileWriter<T>> factory) -
executor
-
manager
Will create a JMX bean, with the given name, that keeps track of the reader/writer's throughput. -
parallelism
-
parallelism
-
queue
-
statistics
-