Package akka.util
Class FrequencySketchUtil$
- java.lang.Object
-
- akka.util.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.
-
Constructor Summary
Constructors Constructor Description FrequencySketchUtil$()
-
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.
-
-
-
Field Detail
-
MODULE$
public static final FrequencySketchUtil$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-