BootstrapTransformation<T> |
KeyedOperatorTransformation.transform(SavepointWriterOperatorFactory factory) |
Deprecated.
Method for passing user defined operators along with the type information that will transform
the OperatorTransformation.
|
StateBootstrapTransformation<T> |
KeyedStateTransformation.transform(SavepointWriterOperatorFactory factory) |
Method for passing user defined operators along with the type information that will transform
the OperatorTransformation.
|
BootstrapTransformation<T> |
OneInputOperatorTransformation.transform(SavepointWriterOperatorFactory factory) |
Deprecated.
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.
|