Package 

Class ScatterStatistics


  • 
    public class ScatterStatistics
    
                        

    Provides information about a scatter compression run.

    • Method Summary

      Modifier and Type Method Description
      long getCompressionElapsed() The number of milliseconds elapsed in the parallel compression phase
      long getMergingElapsed() The number of milliseconds elapsed in merging the results of the parallel compression, the IO phase
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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