Package com.google.refine.model.recon
Class ReconciledDataExtensionJob
java.lang.Object
com.google.refine.model.recon.ReconciledDataExtensionJob
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected ReconciledDataExtensionJob.DataExtensioncollectResult(com.fasterxml.jackson.databind.node.ObjectNode record, Map<String, ReconCandidate> reconCandidateMap) protected static voidformulateQuery(Set<String> ids, ReconciledDataExtensionJob.DataExtensionConfig node, Writer writer) protected static StringpostExtendQuery(String endpoint, String query) protected voidstoreCell(List<Object[]> rows, int row, int col, com.fasterxml.jackson.databind.node.ObjectNode obj, Map<String, ReconCandidate> reconCandidateMap) protected void
-
Field Details
-
extension
-
endpoint
-
columns
-
-
Constructor Details
-
ReconciledDataExtensionJob
public ReconciledDataExtensionJob(ReconciledDataExtensionJob.DataExtensionConfig obj, String endpoint)
-
-
Method Details
-
extend
public Map<String,ReconciledDataExtensionJob.DataExtension> extend(Set<String> ids, Map<String, ReconCandidate> reconCandidateMap) throws Exception- Throws:
Exception
-
postExtendQuery
- Throws:
IOException
-
collectResult
protected ReconciledDataExtensionJob.DataExtension collectResult(com.fasterxml.jackson.databind.node.ObjectNode record, Map<String, ReconCandidate> reconCandidateMap) -
storeCell
-
storeCell
protected void storeCell(List<Object[]> rows, int row, int col, com.fasterxml.jackson.databind.node.ObjectNode obj, Map<String, ReconCandidate> reconCandidateMap) -
formulateQuery
protected static void formulateQuery(Set<String> ids, ReconciledDataExtensionJob.DataExtensionConfig node, Writer writer) throws IOException - Throws:
IOException
-