Package org.apache.pekko.util
Class FrequencySketchUtil
java.lang.Object
org.apache.pekko.util.FrequencySketchUtil
INTERNAL API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdebugString(long[][] matrix, int rowWidth, int slots, int counterWidth, long counterMax) Create a pretty table with all the frequency sketch counters for debugging (smaller) sketches.
-
Constructor Details
-
FrequencySketchUtil
public FrequencySketchUtil()
-
-
Method Details
-
debugString
public static 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.
-