Interface WindowsStore
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- InMemoryWindowsStore
Store for storing window related entities like windowed tuples, triggers etc. 
WindowKryoSerializer can be used for kryo
 serialization/deserialization of keys and values.- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classThis class wraps key and value objects which can be passed toputAllmethod.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThis can be used as a separator while generating a key from sequence of strings.
- 
Method Summary
- 
Field Details- 
KEY_SEPARATORThis can be used as a separator while generating a key from sequence of strings.- See Also:
 
 
- 
- 
Method Details- 
get
- 
get
- 
getAllKeys
- 
put
- 
putAll
- 
remove
- 
removeAll
- 
shutdownvoid shutdown()
 
-