Class ReportWriter

java.lang.Object
fr.gouv.vitam.storage.engine.server.offerdiff.ReportWriter
All Implemented Interfaces:
AutoCloseable

public class ReportWriter extends Object implements AutoCloseable
  • Constructor Details

  • Method Details

    • reportMatchingObject

      public void reportMatchingObject(String objectId)
    • reportObjectMismatch

      public void reportObjectMismatch(String objectId, Long sizeOffer1, Long sizeOffer2) throws IOException
      Throws:
      IOException
    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Throws:
      IOException
    • getTotalObjectCount

      public long getTotalObjectCount()
    • getErrorCount

      public long getErrorCount()