Uses of Interface
org.openrefine.model.changes.RowChangeDataProducer
-
Packages that use RowChangeDataProducer Package Description org.openrefine.model org.openrefine.model.changes org.openrefine.operations.column org.openrefine.operations.recon 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.testing org.openrefine.wikibase.operations -
-
Uses of RowChangeDataProducer in org.openrefine.model
Methods in org.openrefine.model with parameters of type RowChangeDataProducer Modifier and Type Method Description <T> ChangeData<T>
Grid. mapRows(RowFilter filter, RowChangeDataProducer<T> rowMapper, Optional<ChangeData<T>> incompleteChangeData)
Extract change data by applying a function to each filtered row. -
Uses of RowChangeDataProducer in org.openrefine.model.changes
Classes in org.openrefine.model.changes that implement RowChangeDataProducer Modifier and Type Class Description class
RowInRecordChangeDataProducer<T>
LikeRowChangeDataProducer
except that the enclosingRecord
is also available. -
Uses of RowChangeDataProducer in org.openrefine.operations.column
Classes in org.openrefine.operations.column that implement RowChangeDataProducer Modifier and Type Class Description protected static class
ColumnAdditionByFetchingURLsOperation.URLFetchingChangeProducer
-
Uses of RowChangeDataProducer in org.openrefine.operations.recon
Classes in org.openrefine.operations.recon that implement RowChangeDataProducer Modifier and Type Class Description protected static class
ReconOperation.ReconChangeDataProducer
-
Uses of RowChangeDataProducer in org.openrefine.runners.local
Methods in org.openrefine.runners.local with parameters of type RowChangeDataProducer Modifier and Type Method Description protected static <T> CloseableIterator<Tuple2<Long,IndexedData<T>>>
LocalGrid. applyRowChangeDataMapper(RowChangeDataProducer<T> rowMapper, List<IndexedRow> rowBatch)
protected static <T> CloseableIterator<Tuple2<Long,IndexedData<T>>>
LocalGrid. applyRowChangeDataMapperWithIncompleteData(RowChangeDataProducer<T> rowMapper, List<Tuple2<Long,Tuple2<IndexedRow,IndexedData<T>>>> rowBatch)
<T> ChangeData<T>
LocalGrid. mapRows(RowFilter filter, RowChangeDataProducer<T> rowMapper, Optional<ChangeData<T>> incompleteChangeData)
-
Uses of RowChangeDataProducer in org.openrefine.runners.local.logging
Methods in org.openrefine.runners.local.logging with parameters of type RowChangeDataProducer Modifier and Type Method Description <T> ChangeData<T>
LoggedGrid. mapRows(RowFilter filter, RowChangeDataProducer<T> rowMapper, Optional<ChangeData<T>> incompleteChangeData)
-
Uses of RowChangeDataProducer in org.openrefine.runners.testing
Fields in org.openrefine.runners.testing declared as RowChangeDataProducer Modifier and Type Field Description static RowChangeDataProducer<String>
RunnerTestBase. batchedChangeMapper
static RowChangeDataProducer<String>
RunnerTestBase. concatChangeMapper
protected static RowChangeDataProducer<String>
RunnerTestBase. countingChangeMapper
static RowChangeDataProducer<String>
RunnerTestBase. faultyBatchedChangeMapper
Methods in org.openrefine.runners.testing with parameters of type RowChangeDataProducer Modifier and Type Method Description <T> ChangeData<T>
TestingGrid. mapRows(RowFilter filter, RowChangeDataProducer<T> rowMapper, Optional<ChangeData<T>> incompleteChangeData)
-
Uses of RowChangeDataProducer in org.openrefine.wikibase.operations
Classes in org.openrefine.wikibase.operations that implement RowChangeDataProducer Modifier and Type Class Description protected static class
PerformWikibaseEditsOperation.RowEditingResultsProducer
-