public static class BaseWindowedBolt.Count
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Constructor and Description |
|---|
Count(int value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
static BaseWindowedBolt.Count |
of(int value)
Returns a
BaseWindowedBolt.Count of given value. |
java.lang.String |
toString() |
public static BaseWindowedBolt.Count of(int value)
BaseWindowedBolt.Count of given value.value - the count valuepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object