Package de.bsvrz.ars.ars.repair
Klasse RescueResult
java.lang.Object
de.bsvrz.ars.ars.repair.RescueResult
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunglong
long
long
long
long
long
int
int
long
long
void
void
void
incrCorrectedDefectCount
(long correctedDefectCount) void
void
void
void
void
void
boolean
-
Konstruktordetails
-
RescueResult
public RescueResult()
-
-
Methodendetails
-
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()
-