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 aRunner
which 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 class
MultiFileReadingProgressStub
Methods in org.openrefine.importers that return MultiFileReadingProgress Modifier and Type Method Description static MultiFileReadingProgress
ImporterUtilities. 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 InputStream
ImporterUtilities. openAndTrackFile(String fileSource, File file, MultiFileReadingProgress progress)
Grid
ImportingParserBase. 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 void
TreeImportingParserBase. 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 Grid
Runner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding)
Loads a text file as aGrid
with a single column named "Column" and whose contents are the lines in the file, parsed as strings.Grid
Runner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding, long limit)
Loads a text file as aGrid
with 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 Grid
LocalRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding)
Grid
LocalRunner. 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 Grid
LoggedRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding)
Grid
LoggedRunner. 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 void
TextFilePLL. 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 Grid
TestingRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding)
Grid
TestingRunner. loadTextFile(String path, MultiFileReadingProgress progress, Charset encoding, long limit)
-