Uses of Class
org.openrefine.runners.local.pll.PLLContext
-
Packages that use PLLContext Package Description org.openrefine.runners.local Supplies aRunnerwhich 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 PLLContextLocalRunner. pllContextMethods in org.openrefine.runners.local that return PLLContext Modifier and Type Method Description PLLContextLocalRunner. 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 PLLContextPLL. contextMethods in org.openrefine.runners.local.pll that return PLLContext Modifier and Type Method Description protected PLLContextPLL. 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.
-