|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CollectorScrubberService
An interface declaring the methods needed to scrub Collector data
Method Summary | |
---|---|
void |
removeTempGroups(Collection<CollectorScrubberStatus> allStatusObjectsFromCollectorExecution)
Removes any temporarily created origin entries and origin entry groups so that they won't be persisted after the transaction is committed. |
CollectorScrubberStatus |
scrub(CollectorBatch batch,
CollectorReportData collectorReportData,
String collectorFileDirectoryName)
Runs the scrubber on the origin entries in the batch. |
Method Detail |
---|
CollectorScrubberStatus scrub(CollectorBatch batch, CollectorReportData collectorReportData, String collectorFileDirectoryName)
batch
- the data read in by the CollectorcollectorReportData
- statistics generated by the scrub run on the Collector data
removeTempGroups(Collection)
method.. The service definitions are needed because the collector may choose to
store temporary origin entries and origin entry groups in another service segregated from the database.void removeTempGroups(Collection<CollectorScrubberStatus> allStatusObjectsFromCollectorExecution)
allStatusObjectsFromCollectorExecution
- a Collection of ScrubberStatus records to help find bad Collector data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |