Uses of Interface
alluxio.table.common.transform.action.TransformAction
-
Packages that use TransformAction Package Description alluxio.table.common.transform alluxio.table.common.transform.action -
-
Uses of TransformAction in alluxio.table.common.transform
Methods in alluxio.table.common.transform that return types with arguments of type TransformAction Modifier and Type Method Description java.util.List<TransformAction>TransformDefinition. getActions() -
Uses of TransformAction in alluxio.table.common.transform.action
Classes in alluxio.table.common.transform.action that implement TransformAction Modifier and Type Class Description classCompactActionThe definition of the compact action.Methods in alluxio.table.common.transform.action that return TransformAction Modifier and Type Method Description TransformActionCompactAction.CompactActionFactory. create(java.util.Properties properties)TransformActionTransformActionFactory. create(java.util.Properties definition)Creates a new instance of an action based on the properties.Methods in alluxio.table.common.transform.action that return types with arguments of type TransformAction Modifier and Type Method Description static java.util.List<TransformAction>TransformActionRegistry. create(java.util.Properties definition)Creates a new instance of an ordered list ofTransformAction.
-