| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
HoodieActionInstant.Builder |
HoodieActionInstant.Builder.clearAction()
Clears the value of the 'action' field.
|
HoodieActionInstant.Builder |
HoodieActionInstant.Builder.clearState()
Clears the value of the 'state' field.
|
HoodieActionInstant.Builder |
HoodieActionInstant.Builder.clearTimestamp()
Clears the value of the 'timestamp' field.
|
HoodieActionInstant.Builder |
HoodieCleanerPlan.Builder.getEarliestInstantToRetainBuilder()
Gets the Builder instance for the 'earliestInstantToRetain' field and creates one if it doesn't exist yet.
|
static HoodieActionInstant.Builder |
HoodieActionInstant.newBuilder()
Creates a new HoodieActionInstant RecordBuilder.
|
static HoodieActionInstant.Builder |
HoodieActionInstant.newBuilder(HoodieActionInstant.Builder other)
Creates a new HoodieActionInstant RecordBuilder by copying an existing Builder.
|
static HoodieActionInstant.Builder |
HoodieActionInstant.newBuilder(HoodieActionInstant other)
Creates a new HoodieActionInstant RecordBuilder by copying an existing HoodieActionInstant instance.
|
HoodieActionInstant.Builder |
HoodieActionInstant.Builder.setAction(String value)
Sets the value of the 'action' field.
|
HoodieActionInstant.Builder |
HoodieActionInstant.Builder.setState(String value)
Sets the value of the 'state' field.
|
HoodieActionInstant.Builder |
HoodieActionInstant.Builder.setTimestamp(String value)
Sets the value of the 'timestamp' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieActionInstant.Builder |
HoodieActionInstant.newBuilder(HoodieActionInstant.Builder other)
Creates a new HoodieActionInstant RecordBuilder by copying an existing Builder.
|
HoodieCleanerPlan.Builder |
HoodieCleanerPlan.Builder.setEarliestInstantToRetainBuilder(HoodieActionInstant.Builder value)
Sets the Builder instance for the 'earliestInstantToRetain' field
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.