Class TransformPlan


  • public class TransformPlan
    extends java.lang.Object
    The plan for a transformation.
    • Constructor Detail

      • TransformPlan

        public TransformPlan​(Layout baseLayout,
                             Layout transformedLayout,
                             TransformDefinition definition)
        A list of jobs will be computed based on the provided transform definition.
        Parameters:
        baseLayout - the layout to transform from
        transformedLayout - the layout to transform to
        definition - the transformation definition
    • Method Detail

      • getBaseLayout

        public Layout getBaseLayout()
        Returns:
        the base layout
      • getTransformedLayout

        public Layout getTransformedLayout()
        Returns:
        the transformed layout
      • getJobConfigs

        public java.util.ArrayList<alluxio.job.JobConfig> getJobConfigs()
        Returns:
        the list of job configurations to be executed sequentially