Class CompactAction

  • All Implemented Interfaces:
    TransformAction

    public class CompactAction
    extends java.lang.Object
    implements TransformAction
    The definition of the compact action.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      alluxio.job.JobConfig generateJobConfig​(Layout base, Layout transformed, boolean deleteSrc)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • generateJobConfig

        public alluxio.job.JobConfig generateJobConfig​(Layout base,
                                                       Layout transformed,
                                                       boolean deleteSrc)
        Specified by:
        generateJobConfig in interface TransformAction
        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