Package com.google.refine.model.recon
Class ReconJob
java.lang.Object
com.google.refine.model.recon.ReconJob
- Direct Known Subclasses:
StandardReconConfig.StandardReconJob
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetKey()This method is added because sometimes it's hard to generate integer keys that are not prone to collision.
-
Constructor Details
-
ReconJob
public ReconJob()
-
-
Method Details
-
getKey
public int getKey() -
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.
-