Uses of Class
org.openrefine.runners.local.pll.InMemoryPLL.InMemoryPartition
-
Packages that use InMemoryPLL.InMemoryPartition Package Description org.openrefine.runners.local.pll -
-
Uses of InMemoryPLL.InMemoryPartition in org.openrefine.runners.local.pll
Fields in org.openrefine.runners.local.pll with type parameters of type InMemoryPLL.InMemoryPartition Modifier and Type Field Description protected io.vavr.collection.Array<InMemoryPLL.InMemoryPartition>
InMemoryPLL. partitions
Methods in org.openrefine.runners.local.pll that return types with arguments of type InMemoryPLL.InMemoryPartition Modifier and Type Method Description protected static io.vavr.collection.Array<InMemoryPLL.InMemoryPartition>
InMemoryPLL. createPartitions(int size, int nbPartitions)
Computes the list of partitions given the size of the collection and the desired number of partitions.
-