Class ReportWriter
java.lang.Object
fr.gouv.vitam.storage.engine.server.offerdiff.ReportWriter
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()longlongvoidreportMatchingObject(String objectId) voidreportObjectMismatch(String objectId, Long sizeOffer1, Long sizeOffer2)
-
Constructor Details
-
ReportWriter
- Throws:
IOException
-
-
Method Details
-
reportMatchingObject
-
reportObjectMismatch
public void reportObjectMismatch(String objectId, Long sizeOffer1, Long sizeOffer2) throws IOException - Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-
getTotalObjectCount
public long getTotalObjectCount() -
getErrorCount
public long getErrorCount()
-