public static class BaseWindowedBolt.Count extends Object implements Serializable
Holds a count value for count based windows and sliding intervals.
| Modifier and Type | Field and Description | 
|---|---|
| int | value | 
| Constructor and Description | 
|---|
| Count(int value) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| int | hashCode() | 
| static BaseWindowedBolt.Count | of(int value)Returns a  BaseWindowedBolt.Countof given value. | 
| String | toString() | 
public static BaseWindowedBolt.Count of(int value)
Returns a BaseWindowedBolt.Count of given value.
value - the count valueCopyright © 2022 The Apache Software Foundation. All rights reserved.