Uses of Class
org.ojalgo.netio.ShardedFile
-
Packages that use ShardedFile Package Description org.ojalgo.data.batch org.ojalgo.netio This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.* -
-
Uses of ShardedFile in org.ojalgo.data.batch
Fields in org.ojalgo.data.batch declared as ShardedFile Modifier and Type Field Description private ShardedFile
BatchNode. myShards
Methods in org.ojalgo.data.batch that return ShardedFile Modifier and Type Method Description (package private) ShardedFile
BatchNode.Builder. getShardedFile()
-
Uses of ShardedFile in org.ojalgo.netio
Methods in org.ojalgo.netio that return ShardedFile Modifier and Type Method Description static ShardedFile
ShardedFile. of(java.io.File template, int nbShards)
static ShardedFile
ShardedFile. of(java.io.File templateFolder, java.lang.String templateFile, int nbShards)
Methods in org.ojalgo.netio with parameters of type ShardedFile Modifier and Type Method Description static FromFileReader.Builder
FromFileReader. newBuilder(ShardedFile shards)
static ToFileWriter.Builder
ToFileWriter. newBuilder(ShardedFile shards)
-