Modifier and Type | Method and Description |
---|---|
Layout |
Partition.getBaseLayout() |
Layout |
Partition.getLayout() |
Modifier and Type | Method and Description |
---|---|
void |
Partition.transform(String definition,
Layout layout)
Transform the partition.
|
Modifier and Type | Method and Description |
---|---|
void |
AlluxioCatalog.completeTransformTable(JournalContext journalContext,
String dbName,
String tableName,
String definition,
Map<String,Layout> transformedLayouts)
Completes table transformation by updating the layouts of the table's partitions.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Layout> |
TransformJobInfo.getTransformedLayouts() |
Modifier and Type | Method and Description |
---|---|
Layout |
LayoutRegistry.create(Layout layoutProto)
Creates a new instance of a
Layout . |
Layout |
LayoutFactory.create(Layout layoutProto) |
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) |
Modifier and Type | Method and Description |
---|---|
Layout |
GluePartition.getLayout() |
Modifier and Type | Method and Description |
---|---|
Layout |
HivePartition.getLayout() |
Copyright © 2023. All Rights Reserved.