| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
HoodieCleanFileInfo.Builder |
HoodieCleanFileInfo.Builder.clearFilePath()
Clears the value of the 'filePath' field.
|
HoodieCleanFileInfo.Builder |
HoodieCleanFileInfo.Builder.clearIsBootstrapBaseFile()
Clears the value of the 'isBootstrapBaseFile' field.
|
static HoodieCleanFileInfo.Builder |
HoodieCleanFileInfo.newBuilder()
Creates a new HoodieCleanFileInfo RecordBuilder.
|
static HoodieCleanFileInfo.Builder |
HoodieCleanFileInfo.newBuilder(HoodieCleanFileInfo.Builder other)
Creates a new HoodieCleanFileInfo RecordBuilder by copying an existing Builder.
|
static HoodieCleanFileInfo.Builder |
HoodieCleanFileInfo.newBuilder(HoodieCleanFileInfo other)
Creates a new HoodieCleanFileInfo RecordBuilder by copying an existing HoodieCleanFileInfo instance.
|
HoodieCleanFileInfo.Builder |
HoodieCleanFileInfo.Builder.setFilePath(String value)
Sets the value of the 'filePath' field.
|
HoodieCleanFileInfo.Builder |
HoodieCleanFileInfo.Builder.setIsBootstrapBaseFile(Boolean value)
Sets the value of the 'isBootstrapBaseFile' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieCleanFileInfo.Builder |
HoodieCleanFileInfo.newBuilder(HoodieCleanFileInfo.Builder other)
Creates a new HoodieCleanFileInfo RecordBuilder by copying an existing Builder.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.