Uses of Interface
org.apache.flink.runtime.state.FunctionInitializationContext
-
Packages that use FunctionInitializationContext Package Description org.apache.flink.runtime.state -
-
Uses of FunctionInitializationContext in org.apache.flink.runtime.state
Subinterfaces of FunctionInitializationContext in org.apache.flink.runtime.state Modifier and Type Interface Description 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 FunctionInitializationContext Modifier and Type Class Description classStateInitializationContextImplDefault implementation ofStateInitializationContext.
-