Uses of Class
org.openrefine.runners.local.pll.PLLContext
-
Packages that use PLLContext Package Description org.openrefine.runners.local Supplies aRunner
which is designed for execution on a single machine, with parallelism.org.openrefine.runners.local.pll -
-
Uses of PLLContext in org.openrefine.runners.local
Fields in org.openrefine.runners.local declared as PLLContext Modifier and Type Field Description protected PLLContext
LocalRunner. pllContext
Methods in org.openrefine.runners.local that return PLLContext Modifier and Type Method Description PLLContext
LocalRunner. getPLLContext()
-
Uses of PLLContext in org.openrefine.runners.local.pll
Fields in org.openrefine.runners.local.pll declared as PLLContext Modifier and Type Field Description protected PLLContext
PLL. context
Methods in org.openrefine.runners.local.pll that return PLLContext Modifier and Type Method Description protected PLLContext
PLL. getContext()
Constructors in org.openrefine.runners.local.pll with parameters of type PLLContext Constructor Description InMemoryPLL(PLLContext context, Collection<T> elements, int nbPartitions)
PLL(PLLContext context, String name)
SinglePartitionPLL(PLLContext context, CloseableIterable<T> iterable, long knownSize)
TextFilePLL(PLLContext context, String path, Charset encoding)
TextFilePLL(PLLContext context, String path, Charset encoding, boolean ignoreEarlyEOF)
Constructs a PLL out of a text file.
-