Uses of Class
org.ojalgo.data.batch.BatchNode.Builder
Packages that use BatchNode.Builder
-
Uses of BatchNode.Builder in org.ojalgo.data.batch
Methods in org.ojalgo.data.batch that return BatchNode.BuilderModifier and TypeMethodDescriptionBatchNode.Builder.distributor
(ToIntFunction<T> distributor) The default is to distribute randomly.BatchNode.Builder.executor
(ExecutorService executor) BatchNode.Builder.fragmentation
(int fragmentation) The number of underlying files/shards.static <T> BatchNode.Builder
<T> BatchNode.newBuilder
(File directory, DataInterpreter<T> interpreter) <T> BatchNode.Builder
<T> BatchManager.newNodeBuilder
(String nodeName, DataInterpreter<T> dataInterpreter) BatchNode.Builder.parallelism
(int parallelism) BatchNode.Builder.parallelism
(IntSupplier parallelism) How many worker threads should process data in parallel?BatchNode.Builder.queue
(int capacity) When reading and/or writing data from/to disk data is temporarily queued.Constructors in org.ojalgo.data.batch with parameters of type BatchNode.Builder