Class WindowsStore.Entry
- java.lang.Object
-
- org.apache.storm.trident.windowing.WindowsStore.Entry
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- WindowsStore
public static class WindowsStore.Entry extends Object implements Serializable
This class wraps key and value objects which can be passed toputAll
method.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
nonNullCheckForKey(Object key)
static void
nonNullCheckForValue(Object value)
-