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 Summary
Modifier and TypeInterfaceDescriptionstatic class
This class wraps key and value objects which can be passed toputAll
method. -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
This can be used as a separator while generating a key from sequence of strings. -
Method Summary
-
Field Details
-
KEY_SEPARATOR
This 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
-
shutdown
void shutdown()
-