| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
HoodieInstantInfo.Builder |
HoodieInstantInfo.Builder.clearAction()
Clears the value of the 'action' field.
|
HoodieInstantInfo.Builder |
HoodieInstantInfo.Builder.clearCommitTime()
Clears the value of the 'commitTime' field.
|
HoodieInstantInfo.Builder |
HoodieRollbackPlan.Builder.getInstantToRollbackBuilder()
Gets the Builder instance for the 'instantToRollback' field and creates one if it doesn't exist yet.
|
static HoodieInstantInfo.Builder |
HoodieInstantInfo.newBuilder()
Creates a new HoodieInstantInfo RecordBuilder.
|
static HoodieInstantInfo.Builder |
HoodieInstantInfo.newBuilder(HoodieInstantInfo.Builder other)
Creates a new HoodieInstantInfo RecordBuilder by copying an existing Builder.
|
static HoodieInstantInfo.Builder |
HoodieInstantInfo.newBuilder(HoodieInstantInfo other)
Creates a new HoodieInstantInfo RecordBuilder by copying an existing HoodieInstantInfo instance.
|
HoodieInstantInfo.Builder |
HoodieInstantInfo.Builder.setAction(String value)
Sets the value of the 'action' field.
|
HoodieInstantInfo.Builder |
HoodieInstantInfo.Builder.setCommitTime(String value)
Sets the value of the 'commitTime' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieInstantInfo.Builder |
HoodieInstantInfo.newBuilder(HoodieInstantInfo.Builder other)
Creates a new HoodieInstantInfo RecordBuilder by copying an existing Builder.
|
HoodieRollbackPlan.Builder |
HoodieRollbackPlan.Builder.setInstantToRollbackBuilder(HoodieInstantInfo.Builder value)
Sets the Builder instance for the 'instantToRollback' field
Hoodie instant that needs to be rolled back
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.