| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
HoodieIndexPlan.Builder |
HoodieIndexPlan.Builder.clearIndexPartitionInfos()
Clears the value of the 'indexPartitionInfos' field.
|
HoodieIndexPlan.Builder |
HoodieIndexPlan.Builder.clearVersion()
Clears the value of the 'version' field.
|
static HoodieIndexPlan.Builder |
HoodieIndexPlan.newBuilder()
Creates a new HoodieIndexPlan RecordBuilder.
|
static HoodieIndexPlan.Builder |
HoodieIndexPlan.newBuilder(HoodieIndexPlan.Builder other)
Creates a new HoodieIndexPlan RecordBuilder by copying an existing Builder.
|
static HoodieIndexPlan.Builder |
HoodieIndexPlan.newBuilder(HoodieIndexPlan other)
Creates a new HoodieIndexPlan RecordBuilder by copying an existing HoodieIndexPlan instance.
|
HoodieIndexPlan.Builder |
HoodieIndexPlan.Builder.setIndexPartitionInfos(List<HoodieIndexPartitionInfo> value)
Sets the value of the 'indexPartitionInfos' field.
|
HoodieIndexPlan.Builder |
HoodieIndexPlan.Builder.setVersion(Integer value)
Sets the value of the 'version' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieIndexPlan.Builder |
HoodieIndexPlan.newBuilder(HoodieIndexPlan.Builder other)
Creates a new HoodieIndexPlan RecordBuilder by copying an existing Builder.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.