Class ReconJob

java.lang.Object
com.google.refine.model.recon.ReconJob
Direct Known Subclasses:
StandardReconConfig.StandardReconJob

public abstract class ReconJob extends Object
  • Constructor Details

    • ReconJob

      public ReconJob()
  • Method Details

    • getKey

      public int getKey()
    • getStringKey

      public String getStringKey()
      This method is added because sometimes it's hard to generate integer keys that are not prone to collision. If a ReconJob class cannot guarantee no collision of integer keys, then that class should override this new method.