Searched refs:sketch (Results 1 – 2 of 2) sorted by relevance
270 final HeavyHitterSketch<Integer> sketch = HeavyHitterSketch.<Integer>newDefault(); in setConfig() local271 final float validationRatio = sketch.getRequiredValidationInputRatio(); in setConfig()277 sketch.setConfig(batchSize, capacity); in setConfig()285 resetInternalLocked(listener, sketch, inputSize, batchSize, threshold, capacity); in setConfig()291 @Nullable final HeavyHitterSketch<Integer> sketch, final int inputSize, in resetInternalLocked() argument294 mHeavyHitterSketch = sketch; in resetInternalLocked()344 final HeavyHitterSketch<Integer> sketch = mHeavyHitterSketch; in onTransaction() local345 if (sketch == null) { in onTransaction()356 sketch.add(hashCode); in onTransaction()360 sketch.getCandidates(mCachedCandidateList); in onTransaction()[all …]
16400 * The 'bytes' field is the serialized KLL sketch. It is to be deserialized into an object of16401 * KLL proto, which would then be converted into a KLL sketch. The KLL sketch is a histogram