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

public class ReconOperation.ReconProcess extends LongRunningProcess implements Runnable
  • Field Details

    • _project

      protected final Project _project
    • _engineConfig

      protected final EngineConfig _engineConfig
    • _historyEntryID

      protected final long _historyEntryID
    • _entries

      protected List<ReconOperation.ReconEntry> _entries
    • _cellIndex

      protected int _cellIndex
    • _addJudgmentFacetJson

      protected final String _addJudgmentFacetJson
    • _addScoreFacetJson

      protected final String _addScoreFacetJson
    • _addJudgmentFacet

      protected com.fasterxml.jackson.databind.JsonNode _addJudgmentFacet
    • _addScoreFacet

      protected com.fasterxml.jackson.databind.JsonNode _addScoreFacet
  • Constructor Details

  • Method Details