Package org.duracloud.mill.ltp.dup
Class DuplicationRunStats
java.lang.Object
org.duracloud.mill.ltp.RunStats
org.duracloud.mill.ltp.dup.DuplicationRunStats
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddToDeletes(int deletesToAdd) voidaddToDups(int dupsToAdd) voidcopyValuesFrom(RunStats runstats) intintgetDups()voidreset()toString()
-
Constructor Details
-
DuplicationRunStats
public DuplicationRunStats()
-
-
Method Details
-
reset
public void reset() -
getDups
public int getDups()- Returns:
- the dups
-
getDeletes
public int getDeletes()- Returns:
- the deletes
-
copyValuesFrom
- Specified by:
copyValuesFromin classRunStats
-
add
-
addToDups
public void addToDups(int dupsToAdd) - Parameters:
dupsToAdd-
-
addToDeletes
public void addToDeletes(int deletesToAdd) - Parameters:
deletesToAdd-
-
toString
-