Package de.bsvrz.ars.ars.repair
Class RescueResult
java.lang.Object
de.bsvrz.ars.ars.repair.RescueResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
long
long
int
int
long
long
void
void
void
incrCorrectedDefectCount
(long correctedDefectCount) void
void
void
void
void
void
boolean
-
Constructor Details
-
RescueResult
public RescueResult()
-
-
Method Details
-
getFixableDefectsCount
public int getFixableDefectsCount() -
getCantFix
-
getOneByteShortDefects
-
getBadRangeEndDefects
-
getBadContainerFileEnd
-
getShortContainerFiles
-
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()
-