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 interfaceFunctionInitializationContextThis interface provides a context in which user functions can initialize by registering to managed state (i.e. state that is managed by state backends).interfaceStateInitializationContextThis 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 classStateInitializationContextImplDefault implementation ofStateInitializationContext.
-