Package akka.util
Class FrequencySketchUtil
- java.lang.Object
-
- akka.util.FrequencySketchUtil
-
public class FrequencySketchUtil extends java.lang.Object
INTERNAL API
-
-
Constructor Summary
Constructors Constructor Description FrequencySketchUtil()
-
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.
-