| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
HoodiePath.Builder |
HoodiePath.Builder.clearUri()
Clears the value of the 'uri' field.
|
HoodiePath.Builder |
HoodiePath.Builder.clearVersion()
Clears the value of the 'version' field.
|
HoodiePath.Builder |
HoodieFileStatus.Builder.getPathBuilder()
Gets the Builder instance for the 'path' field and creates one if it doesn't exist yet.
|
HoodiePath.Builder |
HoodieFileStatus.Builder.getSymlinkBuilder()
Gets the Builder instance for the 'symlink' field and creates one if it doesn't exist yet.
|
static HoodiePath.Builder |
HoodiePath.newBuilder()
Creates a new HoodiePath RecordBuilder.
|
static HoodiePath.Builder |
HoodiePath.newBuilder(HoodiePath.Builder other)
Creates a new HoodiePath RecordBuilder by copying an existing Builder.
|
static HoodiePath.Builder |
HoodiePath.newBuilder(HoodiePath other)
Creates a new HoodiePath RecordBuilder by copying an existing HoodiePath instance.
|
HoodiePath.Builder |
HoodiePath.Builder.setUri(String value)
Sets the value of the 'uri' field.
|
HoodiePath.Builder |
HoodiePath.Builder.setVersion(Integer value)
Sets the value of the 'version' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodiePath.Builder |
HoodiePath.newBuilder(HoodiePath.Builder other)
Creates a new HoodiePath RecordBuilder by copying an existing Builder.
|
HoodieFileStatus.Builder |
HoodieFileStatus.Builder.setPathBuilder(HoodiePath.Builder value)
Sets the Builder instance for the 'path' field
|
HoodieFileStatus.Builder |
HoodieFileStatus.Builder.setSymlinkBuilder(HoodiePath.Builder value)
Sets the Builder instance for the 'symlink' field
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.