Class ScatterStatistics
java.lang.Object
org.apache.commons.compress.archivers.zip.ScatterStatistics
Provides information about a scatter compression run.
- Since:
- 1.10
-
Method Summary
Modifier and TypeMethodDescriptionlong
The number of milliseconds elapsed in the parallel compression phaselong
The number of milliseconds elapsed in merging the results of the parallel compression, the IO phasetoString()
-
Method Details
-
getCompressionElapsed
The number of milliseconds elapsed in the parallel compression phase- Returns:
- The number of milliseconds elapsed
-
getMergingElapsed
The number of milliseconds elapsed in merging the results of the parallel compression, the IO phase- Returns:
- The number of milliseconds elapsed
-
toString
-