- clear() - Method in class org.wso2.extension.siddhi.execution.approximate.count.CountMinSketch
-
Clears the counts within the sketch.
- clear() - Method in class org.wso2.extension.siddhi.execution.approximate.distinctcount.HyperLogLog
-
Clears all the counts stored in the data structure.
- CountExtension - Class in org.wso2.extension.siddhi.execution.approximate.count
-
Performs Count-Min Sketch algorithm to get the approximate count(frequency) of events in a window.
- CountExtension() - Constructor for class org.wso2.extension.siddhi.execution.approximate.count.CountExtension
-
- CountList - Class in org.wso2.extension.siddhi.execution.approximate.distinctcount
-
A data structure to keep track of maximum zero counts for a bucket
to restore the previous maximums when the old counts are removed.
- CountList() - Constructor for class org.wso2.extension.siddhi.execution.approximate.distinctcount.CountList
-
- CountMinSketch<E> - Class in org.wso2.extension.siddhi.execution.approximate.count
-
A probabilistic data structure to keep count of different items.
- CountMinSketch(double, double) - Constructor for class org.wso2.extension.siddhi.execution.approximate.count.CountMinSketch
-
Instantiate the count min sketch based on a given relative error and confidence
- currentState() - Method in class org.wso2.extension.siddhi.execution.approximate.count.CountExtension
-
- currentState() - Method in class org.wso2.extension.siddhi.execution.approximate.distinctcount.DistinctCountExtension
-
- currentState() - Method in class org.wso2.extension.siddhi.execution.approximate.distinctcountever.DistinctCountEverExtension
-