| Package | Description |
|---|---|
| org.apache.flink.runtime.state |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FunctionInitializationContext
This interface provides a context in which user functions can initialize by registering to
managed state (i.e. state that is managed by state backends).
|
interface |
StateInitializationContext
This interface provides a context in which operators can initialize by registering to managed
state (i.e. state that is managed by state backends) or iterating over streams of state
partitions written as raw state in a previous snapshot.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StateInitializationContextImpl
Default implementation of
StateInitializationContext. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.