Package | Description |
---|---|
alluxio.table.common.transform | |
alluxio.table.common.transform.action |
Modifier and Type | Method and Description |
---|---|
List<TransformAction> |
TransformDefinition.getActions() |
Modifier and Type | Class and Description |
---|---|
class |
CompactAction
The definition of the compact action.
|
Modifier and Type | Method and Description |
---|---|
TransformAction |
TransformActionFactory.create(Properties definition)
Creates a new instance of an action based on the properties.
|
TransformAction |
CompactAction.CompactActionFactory.create(Properties properties) |
Modifier and Type | Method and Description |
---|---|
static List<TransformAction> |
TransformActionRegistry.create(Properties definition)
Creates a new instance of an ordered list of
TransformAction . |
Copyright © 2023. All Rights Reserved.