Interface TransformAction

  • All Known Implementing Classes:
    CompactAction

    public interface TransformAction
    The definition of an individual transformation action.
    • Method Detail

      • generateJobConfig

        alluxio.job.JobConfig generateJobConfig​(Layout base,
                                                Layout transformed,
                                                boolean deleteSrc)
        Parameters:
        base - the layout to transform from
        transformed - the layout to transform to
        deleteSrc - whether the src file should be deleted
        Returns:
        the job configuration for this action