Uses of Interface
org.openrefine.importers.MultiFileReadingProgress
-
Packages that use MultiFileReadingProgress Package Description org.openrefine.importers org.openrefine.importers.tree org.openrefine.model org.openrefine.runners.local Supplies aRunnerwhich is designed for execution on a single machine, with parallelism.org.openrefine.runners.local.logging org.openrefine.runners.local.pll org.openrefine.runners.testing -
-
Uses of MultiFileReadingProgress in org.openrefine.importers
Classes in org.openrefine.importers that implement MultiFileReadingProgress Modifier and Type Class Description classMultiFileReadingProgressStubMethods in org.openrefine.importers that return MultiFileReadingProgress Modifier and Type Method Description static MultiFileReadingProgressImporterUtilities. createMultiFileReadingProgress(ImportingJob job, List<ImportingFileRecord> fileRecords)A proxy for reporting the progress of reading individual files back into the global progress of an importing job.Methods in org.openrefine.importers with parameters of type MultiFileReadingProgress Modifier and Type Method Description static InputStreamImporterUtilities. openAndTrackFile(String fileSource, File file, MultiFileReadingProgress progress)GridImportingParserBase. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, ImportingFileRecord fileRecord, long limit, com.fasterxml.jackson.databind.node.ObjectNode options, MultiFileReadingProgress progress) -
Uses of MultiFileReadingProgress in org.openrefine.importers.tree
Methods in org.openrefine.importers.tree with parameters of type MultiFileReadingProgress Modifier and Type Method Description voidTreeImportingParserBase. parseOneFile(TreeImportUtilities.ColumnIndexAllocator allocator, List<Row> rows, ProjectMetadata metadata, ImportingJob job, ImportingFileRecord fileRecord, ImportColumnGroup rootColumnGroup, long limit, com.fasterxml.jackson.databind.node.ObjectNode options, MultiFileReadingProgress progress) -
Uses of MultiFileReadingProgress in org.openrefine.model
Methods in org.openrefine.model with parameters of type MultiFileReadingProgress Modifier and Type Method Description GridRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding)Loads a text file as aGridwith a single column named "Column" and whose contents are the lines in the file, parsed as strings.GridRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding, long limit)Loads a text file as aGridwith a single column named "Column" and whose contents are the lines in the file, parsed as strings. -
Uses of MultiFileReadingProgress in org.openrefine.runners.local
Methods in org.openrefine.runners.local with parameters of type MultiFileReadingProgress Modifier and Type Method Description GridLocalRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding)GridLocalRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding, long limit) -
Uses of MultiFileReadingProgress in org.openrefine.runners.local.logging
Methods in org.openrefine.runners.local.logging with parameters of type MultiFileReadingProgress Modifier and Type Method Description GridLoggedRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding)GridLoggedRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding, long limit) -
Uses of MultiFileReadingProgress in org.openrefine.runners.local.pll
Methods in org.openrefine.runners.local.pll with parameters of type MultiFileReadingProgress Modifier and Type Method Description voidTextFilePLL. setProgressHandler(MultiFileReadingProgress progress)Constructors in org.openrefine.runners.local.pll with parameters of type MultiFileReadingProgress Constructor Description ReadingProgressReporter(MultiFileReadingProgress progress, String fileName) -
Uses of MultiFileReadingProgress in org.openrefine.runners.testing
Methods in org.openrefine.runners.testing with parameters of type MultiFileReadingProgress Modifier and Type Method Description GridTestingRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding)GridTestingRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding, long limit)
-