Class RescueResult

java.lang.Object
de.bsvrz.ars.ars.repair.RescueResult

public class RescueResult extends Object
  • Constructor Details

    • RescueResult

      public RescueResult()
  • Method Details

    • getFixableDefectsCount

      public int getFixableDefectsCount()
    • getCantFix

      public Set<Defect> getCantFix()
    • getOneByteShortDefects

      public Set<Defect> getOneByteShortDefects()
    • getBadRangeEndDefects

      public Set<Defect> getBadRangeEndDefects()
    • getBadContainerFileEnd

      public Set<Defect> getBadContainerFileEnd()
    • getShortContainerFiles

      public Set<Defect> getShortContainerFiles()
    • getBadIndexFiles

      public Set<Defect> getBadIndexFiles()
    • getValidContainerFileCount

      public long getValidContainerFileCount()
    • getCheckedContainerFileCount

      public long getCheckedContainerFileCount()
    • getDefectContainerFileCount

      public long getDefectContainerFileCount()
    • getValidIndexFileCount

      public long getValidIndexFileCount()
    • getCheckedIndexFileCount

      public long getCheckedIndexFileCount()
    • getDefectIndexFileCount

      public long getDefectIndexFileCount()
    • getCorrectedDefectCount

      public long getCorrectedDefectCount()
    • getDeletedFiles

      public int getDeletedFiles()
    • incrCorrectedDefectCount

      public void incrCorrectedDefectCount(long correctedDefectCount)
    • incrCheckedIndexFileCount

      public void incrCheckedIndexFileCount()
    • incrValidIndexFileCount

      public void incrValidIndexFileCount()
    • incrDefectIndexFileCount

      public void incrDefectIndexFileCount()
    • incrDeletedFiles

      public void incrDeletedFiles()
    • incrCheckedContainerFileCount

      public void incrCheckedContainerFileCount()
    • incrValidContainerFileCount

      public void incrValidContainerFileCount()
    • incrDefectContainerFileCount

      public void incrDefectContainerFileCount()
    • isConsistent

      public boolean isConsistent()
    • incrDataIdentificationsVisited

      public void incrDataIdentificationsVisited()
    • getDataIdentificationsVisited

      public long getDataIdentificationsVisited()