Package com.google.refine.util
Class Pool
java.lang.Object
com.google.refine.util.Pool
A serializable pool of ReconCandidates indexed by ID.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetReconCandidate(String topicID) voidload(InputStream is) voidvoidvoidpoolReconCandidates(Recon recon) voidsave(OutputStream out) void
-
Field Details
-
recons
-
candidates
-
-
Constructor Details
-
Pool
public Pool()
-
-
Method Details
-
pool
-
poolReconCandidates
-
getRecon
-
getReconCandidate
-
save
- Throws:
IOException
-
save
- Throws:
IOException
-
load
- Throws:
Exception
-
load
- Throws:
Exception
-