Uses of Interface
org.openrefine.model.Runner
-
Packages that use Runner Package Description org.openrefine org.openrefine.benchmark org.openrefine.extension.gdata org.openrefine.history org.openrefine.importers org.openrefine.importers.tree org.openrefine.importing org.openrefine.io org.openrefine.model org.openrefine.model.changes org.openrefine.pcaxis org.openrefine.runners.local Supplies aRunnerwhich is designed for execution on a single machine, with parallelism.org.openrefine.runners.local.logging org.openrefine.runners.testing -
-
Uses of Runner in org.openrefine
Methods in org.openrefine that return Runner Modifier and Type Method Description protected RunnerRefineTest. createDatamodelRunner()Method that subclasses can override to change the runner used in the test.static RunnerRefineModel. getRunner()protected RunnerRefineTest. runner()Method to access the runner easily from tests.Methods in org.openrefine with parameters of type Runner Modifier and Type Method Description static voidRefineModel. setRunner(Runner newRunner)Constructors in org.openrefine with parameters of type Runner Constructor Description ProjectManagerStub(Runner runner) -
Uses of Runner in org.openrefine.benchmark
Fields in org.openrefine.benchmark declared as Runner Modifier and Type Field Description RunnerGridSerializationBenchmark.ExecutionPlan. runner -
Uses of Runner in org.openrefine.extension.gdata
Methods in org.openrefine.extension.gdata with parameters of type Runner Modifier and Type Method Description static GridGDataImporter. parse(Runner runner, com.google.api.services.sheets.v4.Sheets service, ProjectMetadata metadata, ImportingJob job, int limit, com.fasterxml.jackson.databind.node.ObjectNode options)static GridGDataImporter. parse(Runner runner, String token, ProjectMetadata metadata, ImportingJob job, int limit, com.fasterxml.jackson.databind.node.ObjectNode options)static GridGDataImporter. parseOneWorkSheet(Runner runner, com.google.api.services.sheets.v4.Sheets service, ProjectMetadata metadata, ImportingJob job, URL docURL, int worksheetIndex, int limit, com.fasterxml.jackson.databind.node.ObjectNode options) -
Uses of Runner in org.openrefine.history
Methods in org.openrefine.history with parameters of type Runner Modifier and Type Method Description ChangeDataStoreHistoryEntryManager. getChangeDataStore(Runner runner, File projectDir)The change data store associated with a projectGridCacheHistoryEntryManager. getGridCache(Runner runner, File projectDir)The place where to store cached intermediate grids.HistoryHistoryEntryManager. load(Runner runner, File dir, long projectId) -
Uses of Runner in org.openrefine.importers
Fields in org.openrefine.importers declared as Runner Modifier and Type Field Description protected RunnerImporterTest. runnerMethods in org.openrefine.importers with parameters of type Runner Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNodeExcelImporter. createParserUIInitializationData(Runner runner, ImportingJob job, List<ImportingFileRecord> fileRecords, String format)com.fasterxml.jackson.databind.node.ObjectNodeFixedWidthImporter. createParserUIInitializationData(Runner runner, ImportingJob job, List<ImportingFileRecord> fileRecords, String format)com.fasterxml.jackson.databind.node.ObjectNodeImportingParserBase. createParserUIInitializationData(Runner runner, ImportingJob job, List<ImportingFileRecord> fileRecords, String format)com.fasterxml.jackson.databind.node.ObjectNodeJsonImporter. createParserUIInitializationData(Runner runner, ImportingJob job, List<ImportingFileRecord> fileRecords, String format)com.fasterxml.jackson.databind.node.ObjectNodeLineBasedImporter. createParserUIInitializationData(Runner runner, ImportingJob job, List<ImportingFileRecord> fileRecords, String format)com.fasterxml.jackson.databind.node.ObjectNodeMarcImporter. createParserUIInitializationData(Runner runner, ImportingJob job, List<ImportingFileRecord> fileRecords, String format)com.fasterxml.jackson.databind.node.ObjectNodeOdsImporter. createParserUIInitializationData(Runner runner, ImportingJob job, List<ImportingFileRecord> fileRecords, String format)com.fasterxml.jackson.databind.node.ObjectNodeReaderImporter. createParserUIInitializationData(Runner runner, ImportingJob job, List<ImportingFileRecord> fileRecords, String format)com.fasterxml.jackson.databind.node.ObjectNodeSeparatorBasedImporter. createParserUIInitializationData(Runner runner, ImportingJob job, List<ImportingFileRecord> fileRecords, String format)com.fasterxml.jackson.databind.node.ObjectNodeWikitextImporter. createParserUIInitializationData(Runner runner, ImportingJob job, List<ImportingFileRecord> fileRecords, String format)com.fasterxml.jackson.databind.node.ObjectNodeXmlImporter. createParserUIInitializationData(Runner runner, ImportingJob job, List<ImportingFileRecord> fileRecords, String format)GridImportingParserBase. parse(Runner runner, ProjectMetadata metadata, ImportingJob job, List<ImportingFileRecord> fileRecords, String format, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)GridExcelImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<InputStream> inputStreamSupplier, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)GridFixedWidthImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<Reader> reader, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)GridImportingParserBase. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, ImportingFileRecord fileRecord, long limit, com.fasterxml.jackson.databind.node.ObjectNode options, MultiFileReadingProgress progress)abstract GridInputStreamImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<InputStream> inputStream, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)Parses one file, read from anInputStreamobject, into a Grid.GridLegacyProjectImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<InputStream> inputStreamSupplier, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)GridLineBasedImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<Reader> reader, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)GridOdsImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<InputStream> inputStreamSupplier, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)GridRdfTripleImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<Reader> readerSupplier, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)abstract GridReaderImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<Reader> reader, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)Parses one file, read from aReaderobject, into a Grid.GridSeparatorBasedImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<Reader> reader, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)static GridTabularParserHelper. parseOneFile(Runner runner, String fileSource, String archiveFileName, CloseableIterable<Row> dataReader, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)Parse a grid from a stream of rows, handling the generic processing generally available in tabular importers.GridTabularParserHelper. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, TabularParserHelper.TableDataReader dataReader, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)Deprecated.useTabularParserHelper.parseOneFile(Runner, String, String, CloseableIterable, long, ObjectNode)because it avoids loading the entire grid in memory.GridWikitextImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<Reader> reader, long limit, com.fasterxml.jackson.databind.node.ObjectNode options) -
Uses of Runner in org.openrefine.importers.tree
Methods in org.openrefine.importers.tree with parameters of type Runner Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNodeTreeImportingParserBase. createParserUIInitializationData(Runner runner, ImportingJob job, List<ImportingFileRecord> fileRecords, String format)GridTreeImportingParserBase. parse(Runner runner, ProjectMetadata metadata, ImportingJob job, List<ImportingFileRecord> fileRecords, String format, long limit, com.fasterxml.jackson.databind.node.ObjectNode options) -
Uses of Runner in org.openrefine.importing
Methods in org.openrefine.importing with parameters of type Runner Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNodeImportingParser. createParserUIInitializationData(Runner runner, ImportingJob job, List<ImportingFileRecord> fileRecords, String format)Create data sufficient for the parser UI on the client side to do its work.static longImportingUtilities. createProject(ImportingJob job, String format, com.fasterxml.jackson.databind.node.ObjectNode optionObj, Runner runner, List<Exception> exceptions, boolean synchronous)GridImportingParser. parse(Runner runner, ProjectMetadata metadata, ImportingJob job, List<ImportingFileRecord> fileRecords, String format, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)Main method of the parser: parse a grid out of input filesstatic voidImportingUtilities. previewParse(ImportingJob job, String format, com.fasterxml.jackson.databind.node.ObjectNode optionObj, Runner runner, List<Exception> exceptions) -
Uses of Runner in org.openrefine.io
Fields in org.openrefine.io declared as Runner Modifier and Type Field Description protected RunnerFileProjectManager. _runnerMethods in org.openrefine.io with parameters of type Runner Modifier and Type Method Description static voidFileProjectManager. initialize(Runner runner, File dir)Initializes the project manager to store its workspace in a specific directory, and provide a default runner.Constructors in org.openrefine.io with parameters of type Runner Constructor Description FileProjectManager(File dir, Runner runner) -
Uses of Runner in org.openrefine.model
Methods in org.openrefine.model that return Runner Modifier and Type Method Description RunnerGrid. getRunner() -
Uses of Runner in org.openrefine.model.changes
Methods in org.openrefine.model.changes that return Runner Modifier and Type Method Description RunnerChangeData. getRunner()The runner which was used to create this change data.Constructors in org.openrefine.model.changes with parameters of type Runner Constructor Description FileChangeDataStore(Runner runner, File baseDirectory, File incompleteDirectory)FileGridCache(Runner runner, File baseDir)LazyChangeDataStore(Runner runner) -
Uses of Runner in org.openrefine.pcaxis
Methods in org.openrefine.pcaxis with parameters of type Runner Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNodePCAxisImporter. createParserUIInitializationData(Runner runner, ImportingJob job, List<ImportingFileRecord> fileRecords, String format)GridPCAxisImporter. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, Supplier<Reader> reader, long limit, com.fasterxml.jackson.databind.node.ObjectNode options) -
Uses of Runner in org.openrefine.runners.local
Classes in org.openrefine.runners.local that implement Runner Modifier and Type Class Description classLocalRunnerThe default implementation of theRunnerinterface.Methods in org.openrefine.runners.local that return Runner Modifier and Type Method Description RunnerLocalChangeData. getRunner() -
Uses of Runner in org.openrefine.runners.local.logging
Classes in org.openrefine.runners.local.logging that implement Runner Modifier and Type Class Description classLoggedRunnerFields in org.openrefine.runners.local.logging declared as Runner Modifier and Type Field Description protected RunnerLoggedRunner. runnerMethods in org.openrefine.runners.local.logging that return Runner Modifier and Type Method Description RunnerLoggedChangeData. getRunner()RunnerLoggedGrid. getRunner()Constructors in org.openrefine.runners.local.logging with parameters of type Runner Constructor Description LoggedRunner(Runner runner) -
Uses of Runner in org.openrefine.runners.testing
Classes in org.openrefine.runners.testing that implement Runner Modifier and Type Class Description classTestingRunnerA massively inefficient but very simple implementation of the datamodel, for testing purposes.Fields in org.openrefine.runners.testing declared as Runner Modifier and Type Field Description protected RunnerRunnerTestBase. SUTMethods in org.openrefine.runners.testing that return Runner Modifier and Type Method Description abstract RunnerRunnerTestBase. getDatamodelRunner()RunnerTestingChangeData. getRunner()RunnerTestingGrid. getRunner()
-