| Package | Description |
|---|---|
| alluxio.table.common | |
| alluxio.table.common.layout | |
| alluxio.table.common.transform | |
| alluxio.table.common.transform.action |
| Modifier and Type | Method and Description |
|---|---|
Layout |
LayoutFactory.create(Layout layoutProto) |
Layout |
LayoutRegistry.create(Layout layoutProto)
Creates a new instance of a
Layout. |
Layout |
UdbPartition.getLayout() |
| Modifier and Type | Class and Description |
|---|---|
class |
HiveLayout
Hive layout implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Layout |
HiveLayout.HiveLayoutFactory.create(Layout layoutProto) |
| Modifier and Type | Method and Description |
|---|---|
Layout |
TransformPlan.getBaseLayout() |
Layout |
TransformPlan.getTransformedLayout() |
| Constructor and Description |
|---|
TransformPlan(Layout baseLayout,
Layout transformedLayout,
TransformDefinition definition)
A list of jobs will be computed based on the provided transform definition.
|
| Modifier and Type | Method and Description |
|---|---|
JobConfig |
CompactAction.generateJobConfig(Layout base,
Layout transformed,
boolean deleteSrc) |
JobConfig |
TransformAction.generateJobConfig(Layout base,
Layout transformed,
boolean deleteSrc) |
static PartitionInfo |
TransformActionUtils.generatePartitionInfo(Layout layout) |
Copyright © 2022. All Rights Reserved.