Uses of Interface
org.openrefine.model.changes.RecordChangeDataProducer
-
Packages that use RecordChangeDataProducer 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 -
-
Uses of RecordChangeDataProducer in org.openrefine.model
Methods in org.openrefine.model with parameters of type RecordChangeDataProducer Modifier and Type Method Description <T> ChangeData<T>
Grid. mapRecords(RecordFilter filter, RecordChangeDataProducer<T> recordMapper, Optional<ChangeData<T>> incompleteChangeData)
Extract change data by applying a function to each filtered record. -
Uses of RecordChangeDataProducer in org.openrefine.model.changes
Classes in org.openrefine.model.changes that implement RecordChangeDataProducer Modifier and Type Class Description class
RowInRecordChangeDataProducer<T>
LikeRowChangeDataProducer
except that the enclosingRecord
is also available. -
Uses of RecordChangeDataProducer in org.openrefine.operations.column
Classes in org.openrefine.operations.column that implement RecordChangeDataProducer Modifier and Type Class Description protected static class
ColumnAdditionByFetchingURLsOperation.URLFetchingChangeProducer
-
Uses of RecordChangeDataProducer in org.openrefine.operations.recon
Classes in org.openrefine.operations.recon that implement RecordChangeDataProducer Modifier and Type Class Description static class
ExtendDataOperation.DataExtensionProducer
protected static class
ReconOperation.ReconChangeDataProducer
-
Uses of RecordChangeDataProducer in org.openrefine.runners.local
Methods in org.openrefine.runners.local with parameters of type RecordChangeDataProducer Modifier and Type Method Description protected static <T> CloseableIterator<Tuple2<Long,IndexedData<T>>>
LocalGrid. applyRecordChangeDataMapper(RecordChangeDataProducer<T> recordMapper, List<Tuple2<Long,Record>> recordBatch)
protected static <T> CloseableIterator<Tuple2<Long,IndexedData<T>>>
LocalGrid. applyRecordChangeDataMapperWithIncompleteData(RecordChangeDataProducer<T> recordMapper, List<Tuple2<Long,Tuple2<Record,IndexedData<T>>>> recordBatch)
<T> ChangeData<T>
LocalGrid. mapRecords(RecordFilter filter, RecordChangeDataProducer<T> recordMapper, Optional<ChangeData<T>> incompleteChangeData)
-
Uses of RecordChangeDataProducer in org.openrefine.runners.local.logging
Methods in org.openrefine.runners.local.logging with parameters of type RecordChangeDataProducer Modifier and Type Method Description <T> ChangeData<T>
LoggedGrid. mapRecords(RecordFilter filter, RecordChangeDataProducer<T> recordMapper, Optional<ChangeData<T>> incompleteChangeData)
-
Uses of RecordChangeDataProducer in org.openrefine.runners.testing
Fields in org.openrefine.runners.testing declared as RecordChangeDataProducer Modifier and Type Field Description protected static RecordChangeDataProducer<String>
RunnerTestBase. countingRecordChangeMapper
static RecordChangeDataProducer<String>
RunnerTestBase. faultyBatchedRecordChangeMapper
static RecordChangeDataProducer<String>
RunnerTestBase. recordChangeMapper
Methods in org.openrefine.runners.testing with parameters of type RecordChangeDataProducer Modifier and Type Method Description <T> ChangeData<T>
TestingGrid. mapRecords(RecordFilter filter, RecordChangeDataProducer<T> recordMapper, Optional<ChangeData<T>> incompleteChangeData)
-