Package akka.util

Class FrequencySketchUtil$


  • public class FrequencySketchUtil$
    extends java.lang.Object
    INTERNAL API
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static FrequencySketchUtil$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String debugString​(long[][] matrix, int rowWidth, int slots, int counterWidth, long counterMax)
      Create a pretty table with all the frequency sketch counters for debugging (smaller) sketches.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final FrequencySketchUtil$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • FrequencySketchUtil$

        public FrequencySketchUtil$()
    • Method Detail

      • debugString

        public java.lang.String debugString​(long[][] matrix,
                                            int rowWidth,
                                            int slots,
                                            int counterWidth,
                                            long counterMax)
        Create a pretty table with all the frequency sketch counters for debugging (smaller) sketches.