-
public class ScatterStatisticsProvides information about a scatter compression run.
-
-
Field Summary
Fields Modifier and Type Field Description private final longcompressionElapsedprivate final longmergingElapsed
-
Method Summary
Modifier and Type Method Description longgetCompressionElapsed()The number of milliseconds elapsed in the parallel compression phase longgetMergingElapsed()The number of milliseconds elapsed in merging the results of the parallel compression, the IO phase StringtoString()-
-
Method Detail
-
getCompressionElapsed
long getCompressionElapsed()
The number of milliseconds elapsed in the parallel compression phase
-
getMergingElapsed
long getMergingElapsed()
The number of milliseconds elapsed in merging the results of the parallel compression, the IO phase
-
-
-
-