public class LossyFrequentWindowProcessor.LossyCount extends Object
Constructor and Description |
---|
LossyCount(int count,
int bucketId) |
Modifier and Type | Method and Description |
---|---|
int |
getBucketId() |
int |
getCount() |
LossyFrequentWindowProcessor.LossyCount |
incrementCount() |
void |
setBucketId(int bucketId) |
void |
setCount(int count) |
public int getCount()
public void setCount(int count)
public int getBucketId()
public void setBucketId(int bucketId)
public LossyFrequentWindowProcessor.LossyCount incrementCount()
Copyright © 2021. All rights reserved.