| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
HoodieBootstrapIndexInfo.Builder |
HoodieBootstrapIndexInfo.Builder.clearBootstrapBasePath()
Clears the value of the 'bootstrapBasePath' field.
|
HoodieBootstrapIndexInfo.Builder |
HoodieBootstrapIndexInfo.Builder.clearCreatedTimestamp()
Clears the value of the 'createdTimestamp' field.
|
HoodieBootstrapIndexInfo.Builder |
HoodieBootstrapIndexInfo.Builder.clearNumKeys()
Clears the value of the 'numKeys' field.
|
HoodieBootstrapIndexInfo.Builder |
HoodieBootstrapIndexInfo.Builder.clearVersion()
Clears the value of the 'version' field.
|
static HoodieBootstrapIndexInfo.Builder |
HoodieBootstrapIndexInfo.newBuilder()
Creates a new HoodieBootstrapIndexInfo RecordBuilder.
|
static HoodieBootstrapIndexInfo.Builder |
HoodieBootstrapIndexInfo.newBuilder(HoodieBootstrapIndexInfo.Builder other)
Creates a new HoodieBootstrapIndexInfo RecordBuilder by copying an existing Builder.
|
static HoodieBootstrapIndexInfo.Builder |
HoodieBootstrapIndexInfo.newBuilder(HoodieBootstrapIndexInfo other)
Creates a new HoodieBootstrapIndexInfo RecordBuilder by copying an existing HoodieBootstrapIndexInfo instance.
|
HoodieBootstrapIndexInfo.Builder |
HoodieBootstrapIndexInfo.Builder.setBootstrapBasePath(String value)
Sets the value of the 'bootstrapBasePath' field.
|
HoodieBootstrapIndexInfo.Builder |
HoodieBootstrapIndexInfo.Builder.setCreatedTimestamp(Long value)
Sets the value of the 'createdTimestamp' field.
|
HoodieBootstrapIndexInfo.Builder |
HoodieBootstrapIndexInfo.Builder.setNumKeys(Integer value)
Sets the value of the 'numKeys' field.
|
HoodieBootstrapIndexInfo.Builder |
HoodieBootstrapIndexInfo.Builder.setVersion(Integer value)
Sets the value of the 'version' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieBootstrapIndexInfo.Builder |
HoodieBootstrapIndexInfo.newBuilder(HoodieBootstrapIndexInfo.Builder other)
Creates a new HoodieBootstrapIndexInfo RecordBuilder by copying an existing Builder.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.