Uses of Interface
org.apache.flink.state.api.SavepointWriterOperatorFactory
-
Packages that use SavepointWriterOperatorFactory Package Description org.apache.flink.state.api -
-
Uses of SavepointWriterOperatorFactory in org.apache.flink.state.api
Methods in org.apache.flink.state.api with parameters of type SavepointWriterOperatorFactory Modifier and Type Method Description StateBootstrapTransformation<T>KeyedStateTransformation. transform(SavepointWriterOperatorFactory factory)Method for passing user defined operators along with the type information that will transform the OperatorTransformation.StateBootstrapTransformation<T>OneInputStateTransformation. transform(SavepointWriterOperatorFactory factory)Method for passing user defined operators along with the type information that will transform the OperatorTransformation.
-