Package org.apache.pekko.util
Class FrequencySketchUtil$
java.lang.Object
org.apache.pekko.util.FrequencySketchUtil$
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FrequencySketchUtil$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondebugString(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 Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
FrequencySketchUtil$
public FrequencySketchUtil$()
-
-
Method Details
-
debugString
public 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.
-