Skip to main content

Module state

Module state 

Source
Expand description

State management for stateful stream processing.

Structs§

AggregatingState
Aggregating state.
BroadcastState
Broadcast state (shared across all parallel instances).
Checkpoint
In-memory checkpoint implementation.
CheckpointBarrier
Checkpoint barrier.
CheckpointConfig
Checkpoint configuration.
CheckpointCoordinator
Checkpoint coordinator.
CheckpointMetadata
Checkpoint metadata.
ListState
List state (stores a list of values per key).
MapState
Map state (stores key-value pairs per key).
MemoryStateBackend
In-memory state backend.
ReducingState
Reducing state.
UnionListState
Union list state (list that is distributed across parallel instances).
ValueState
Value state (stores a single value per key).

Traits§

CheckpointStorage
Checkpoint storage.
KeyedState
Keyed state trait.
ListCheckpointed
Trait for checkpointable list state.
OperatorState
Operator state trait.
StateBackend
Trait for state backends.