Class WindowsStore.Entry
java.lang.Object
org.apache.storm.trident.windowing.WindowsStore.Entry
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- WindowsStore
This class wraps key and value objects which can be passed to 
putAll method.- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidnonNullCheckForKey(Object key) static voidnonNullCheckForValue(Object value) 
- 
Field Details- 
key
- 
value
 
- 
- 
Constructor Details- 
Entry
 
- 
- 
Method Details- 
nonNullCheckForKey
- 
nonNullCheckForValue
 
-