Uses of Package
org.openrefine.runners.local.pll
-
Packages that use org.openrefine.runners.local.pll Package Description org.openrefine.runners.local Supplies aRunner
which is designed for execution on a single machine, with parallelism.org.openrefine.runners.local.pll -
Classes in org.openrefine.runners.local.pll used by org.openrefine.runners.local Class Description PairPLL Adds additional methods for PLLs of keyed collections.PLL A Partitioned Lazy List (PLL) is a lazily-computed immutable container data structure to represent lists of elements.PLLContext An object holding the necessary context instances to manipulate partitioned lazy lists (PLL).Tuple2 A class of pairs, similar to scala's Tuple2. -
Classes in org.openrefine.runners.local.pll used by org.openrefine.runners.local.pll Class Description CroppedPLL.CroppedPartition InMemoryPLL.InMemoryPartition OrderedJoinPLL.JoinType Type of join to perform (using SQL's terminology)PairPLL Adds additional methods for PLLs of keyed collections.Partition Represents a partition in aPLL
PLL A Partitioned Lazy List (PLL) is a lazily-computed immutable container data structure to represent lists of elements.PLLContext An object holding the necessary context instances to manipulate partitioned lazy lists (PLL).RecordPLL.RecordEnd TextFilePLL A PLL whose contents are read from a set of text files.Tuple2 A class of pairs, similar to scala's Tuple2.