Class ReportWriter
java.lang.Object
fr.gouv.vitam.storage.engine.server.offerdiff.ReportWriter
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
long
long
void
reportMatchingObject
(String objectId) void
reportObjectMismatch
(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:
close
in interfaceAutoCloseable
- Throws:
IOException
-
getTotalObjectCount
public long getTotalObjectCount() -
getErrorCount
public long getErrorCount()
-