Interface ContextualTransformation<OP extends DataOperator>

    • Method Detail

      • setup

        void setup​(Repository repo,
                   OP op,
                   java.util.Map<java.lang.String,​java.lang.Object> cfg)
        Read the repository and setup descriptors of target entity and attributes.
        Parameters:
        repo - the repository
        op - DataOperator that delegated this Transformation
        cfg - transformation config map
      • onRestart

        default void onRestart()
        Called before starting processing after fresh start of processing or after recovery from error