Class ReconOperation.ReconProcess
java.lang.Object
com.google.refine.process.Process
com.google.refine.process.LongRunningProcess
com.google.refine.operations.recon.ReconOperation.ReconProcess
- All Implemented Interfaces:
Runnable
- Enclosing class:
- ReconOperation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.JsonNodeprotected final Stringprotected com.fasterxml.jackson.databind.JsonNodeprotected final Stringprotected intprotected final EngineConfigprotected List<ReconOperation.ReconEntry>protected final longprotected final ProjectFields inherited from class com.google.refine.process.LongRunningProcess
_canceled, _description, _manager, _progress, _thread -
Constructor Summary
ConstructorsConstructorDescriptionReconProcess(Project project, EngineConfig engineConfig, String description) -
Method Summary
Methods inherited from class com.google.refine.process.LongRunningProcess
cancel, getStatus, isDone, isImmediate, isRunning, performImmediate, startPerforming
-
Field Details
-
_project
-
_engineConfig
-
_historyEntryID
protected final long _historyEntryID -
_entries
-
_cellIndex
protected int _cellIndex -
_addJudgmentFacetJson
-
_addScoreFacetJson
-
_addJudgmentFacet
protected com.fasterxml.jackson.databind.JsonNode _addJudgmentFacet -
_addScoreFacet
protected com.fasterxml.jackson.databind.JsonNode _addScoreFacet
-
-
Constructor Details
-
ReconProcess
-
-
Method Details
-
onDoneActions
-
getRunnable
- Specified by:
getRunnablein classLongRunningProcess
-
populateEntries
- Throws:
Exception
-
run
public void run()
-