Searched refs:sketch (Results 1 – 1 of 1) 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 …]