Interface | Description |
---|---|
StateKeyContext |
Context to switch current key in state backend.
|
WindowState<W> |
A base interface for manipulate state with window namespace.
|
Class | Description |
---|---|
WindowListState<W> |
A wrapper of
ListState which is easier to update based on window namespace. |
WindowMapState<W,UV> |
A wrapper of
MapState which is easier to update based on window namespace. |
WindowValueState<W> |
A wrapper of
ValueState which is easier to update based on window namespace. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.