Class CompactAction
- java.lang.Object
-
- alluxio.table.common.transform.action.CompactAction
-
- All Implemented Interfaces:
TransformAction
public class CompactAction extends java.lang.Object implements TransformAction
The definition of the compact action.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompactAction.CompactActionFactoryFactory to create an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description alluxio.job.JobConfiggenerateJobConfig(Layout base, Layout transformed, boolean deleteSrc)
-
-
-
Method Detail
-
generateJobConfig
public alluxio.job.JobConfig generateJobConfig(Layout base, Layout transformed, boolean deleteSrc)
- Specified by:
generateJobConfigin interfaceTransformAction- Parameters:
base- the layout to transform fromtransformed- the layout to transform todeleteSrc- whether the src file should be deleted- Returns:
- the job configuration for this action
-
-