| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
HoodieSecondaryIndexInfo.Builder |
HoodieSecondaryIndexInfo.Builder.clearIsDeleted()
Clears the value of the 'isDeleted' field.
|
HoodieSecondaryIndexInfo.Builder |
HoodieSecondaryIndexInfo.Builder.clearRecordKey()
Clears the value of the 'recordKey' field.
|
HoodieSecondaryIndexInfo.Builder |
HoodieMetadataRecord.Builder.getSecondaryIndexMetadataBuilder()
Gets the Builder instance for the 'SecondaryIndexMetadata' field and creates one if it doesn't exist yet.
|
static HoodieSecondaryIndexInfo.Builder |
HoodieSecondaryIndexInfo.newBuilder()
Creates a new HoodieSecondaryIndexInfo RecordBuilder.
|
static HoodieSecondaryIndexInfo.Builder |
HoodieSecondaryIndexInfo.newBuilder(HoodieSecondaryIndexInfo.Builder other)
Creates a new HoodieSecondaryIndexInfo RecordBuilder by copying an existing Builder.
|
static HoodieSecondaryIndexInfo.Builder |
HoodieSecondaryIndexInfo.newBuilder(HoodieSecondaryIndexInfo other)
Creates a new HoodieSecondaryIndexInfo RecordBuilder by copying an existing HoodieSecondaryIndexInfo instance.
|
HoodieSecondaryIndexInfo.Builder |
HoodieSecondaryIndexInfo.Builder.setIsDeleted(boolean value)
Sets the value of the 'isDeleted' field.
|
HoodieSecondaryIndexInfo.Builder |
HoodieSecondaryIndexInfo.Builder.setRecordKey(String value)
Sets the value of the 'recordKey' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieSecondaryIndexInfo.Builder |
HoodieSecondaryIndexInfo.newBuilder(HoodieSecondaryIndexInfo.Builder other)
Creates a new HoodieSecondaryIndexInfo RecordBuilder by copying an existing Builder.
|
HoodieMetadataRecord.Builder |
HoodieMetadataRecord.Builder.setSecondaryIndexMetadataBuilder(HoodieSecondaryIndexInfo.Builder value)
Sets the Builder instance for the 'SecondaryIndexMetadata' field
Metadata Index that contains information about secondary keys and the corresponding record keys in the dataset
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.