Uses of Class
org.ojalgo.netio.ShardedWriter
-
Packages that use ShardedWriter Package Description org.ojalgo.netio This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.* -
-
Uses of ShardedWriter in org.ojalgo.netio
Subclasses of ShardedWriter in org.ojalgo.netio Modifier and Type Class Description (package private) static class
ShardedWriter.GeneralShardedConsumer<T>
(package private) static class
ShardedWriter.PowerOf2ShardedConsumer<T>
Methods in org.ojalgo.netio that return ShardedWriter Modifier and Type Method Description (package private) static <T> ShardedWriter<T>
ShardedWriter. of(java.util.function.ToIntFunction<T> distributor, ToFileWriter<T>[] consumers)
-