Uses of Interface
org.apache.flink.runtime.state.ManagedInitializationContext
-
Packages that use ManagedInitializationContext Package Description org.apache.flink.runtime.state -
-
Uses of ManagedInitializationContext in org.apache.flink.runtime.state
Subinterfaces of ManagedInitializationContext in org.apache.flink.runtime.state Modifier and Type Interface 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.Classes in org.apache.flink.runtime.state that implement ManagedInitializationContext Modifier and Type Class Description class
StateInitializationContextImpl
Default implementation ofStateInitializationContext
.
-