| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
HoodieSliceInfo.Builder |
HoodieSliceInfo.Builder.clearBootstrapFilePath()
Clears the value of the 'bootstrapFilePath' field.
|
HoodieSliceInfo.Builder |
HoodieSliceInfo.Builder.clearDataFilePath()
Clears the value of the 'dataFilePath' field.
|
HoodieSliceInfo.Builder |
HoodieSliceInfo.Builder.clearDeltaFilePaths()
Clears the value of the 'deltaFilePaths' field.
|
HoodieSliceInfo.Builder |
HoodieSliceInfo.Builder.clearFileId()
Clears the value of the 'fileId' field.
|
HoodieSliceInfo.Builder |
HoodieSliceInfo.Builder.clearPartitionPath()
Clears the value of the 'partitionPath' field.
|
HoodieSliceInfo.Builder |
HoodieSliceInfo.Builder.clearVersion()
Clears the value of the 'version' field.
|
static HoodieSliceInfo.Builder |
HoodieSliceInfo.newBuilder()
Creates a new HoodieSliceInfo RecordBuilder.
|
static HoodieSliceInfo.Builder |
HoodieSliceInfo.newBuilder(HoodieSliceInfo.Builder other)
Creates a new HoodieSliceInfo RecordBuilder by copying an existing Builder.
|
static HoodieSliceInfo.Builder |
HoodieSliceInfo.newBuilder(HoodieSliceInfo other)
Creates a new HoodieSliceInfo RecordBuilder by copying an existing HoodieSliceInfo instance.
|
HoodieSliceInfo.Builder |
HoodieSliceInfo.Builder.setBootstrapFilePath(String value)
Sets the value of the 'bootstrapFilePath' field.
|
HoodieSliceInfo.Builder |
HoodieSliceInfo.Builder.setDataFilePath(String value)
Sets the value of the 'dataFilePath' field.
|
HoodieSliceInfo.Builder |
HoodieSliceInfo.Builder.setDeltaFilePaths(List<String> value)
Sets the value of the 'deltaFilePaths' field.
|
HoodieSliceInfo.Builder |
HoodieSliceInfo.Builder.setFileId(String value)
Sets the value of the 'fileId' field.
|
HoodieSliceInfo.Builder |
HoodieSliceInfo.Builder.setPartitionPath(String value)
Sets the value of the 'partitionPath' field.
|
HoodieSliceInfo.Builder |
HoodieSliceInfo.Builder.setVersion(Integer value)
Sets the value of the 'version' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieSliceInfo.Builder |
HoodieSliceInfo.newBuilder(HoodieSliceInfo.Builder other)
Creates a new HoodieSliceInfo RecordBuilder by copying an existing Builder.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.