Package akka.util

Class FrequencySketchUtil


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static 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
    • Constructor Detail

      • FrequencySketchUtil

        public FrequencySketchUtil()
    • Method Detail

      • debugString

        public static 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.