| Package | Description |
|---|---|
| org.apache.hudi.avro.model |
| Modifier and Type | Method and Description |
|---|---|
HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.Builder.clearFileId()
Clears the value of the 'fileId' field.
|
HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.Builder.clearFileIdEncoding()
Clears the value of the 'fileIdEncoding' field.
|
HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.Builder.clearFileIdHighBits()
Clears the value of the 'fileIdHighBits' field.
|
HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.Builder.clearFileIdLowBits()
Clears the value of the 'fileIdLowBits' field.
|
HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.Builder.clearFileIndex()
Clears the value of the 'fileIndex' field.
|
HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.Builder.clearInstantTime()
Clears the value of the 'instantTime' field.
|
HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.Builder.clearPartitionName()
Clears the value of the 'partitionName' field.
|
HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.Builder.clearPosition()
Clears the value of the 'position' field.
|
HoodieRecordIndexInfo.Builder |
HoodieMetadataRecord.Builder.getRecordIndexMetadataBuilder()
Gets the Builder instance for the 'recordIndexMetadata' field and creates one if it doesn't exist yet.
|
static HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.newBuilder()
Creates a new HoodieRecordIndexInfo RecordBuilder.
|
static HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.newBuilder(HoodieRecordIndexInfo.Builder other)
Creates a new HoodieRecordIndexInfo RecordBuilder by copying an existing Builder.
|
static HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.newBuilder(HoodieRecordIndexInfo other)
Creates a new HoodieRecordIndexInfo RecordBuilder by copying an existing HoodieRecordIndexInfo instance.
|
HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.Builder.setFileId(String value)
Sets the value of the 'fileId' field.
|
HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.Builder.setFileIdEncoding(int value)
Sets the value of the 'fileIdEncoding' field.
|
HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.Builder.setFileIdHighBits(Long value)
Sets the value of the 'fileIdHighBits' field.
|
HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.Builder.setFileIdLowBits(Long value)
Sets the value of the 'fileIdLowBits' field.
|
HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.Builder.setFileIndex(Integer value)
Sets the value of the 'fileIndex' field.
|
HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.Builder.setInstantTime(Long value)
Sets the value of the 'instantTime' field.
|
HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.Builder.setPartitionName(String value)
Sets the value of the 'partitionName' field.
|
HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.Builder.setPosition(Long value)
Sets the value of the 'position' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.newBuilder(HoodieRecordIndexInfo.Builder other)
Creates a new HoodieRecordIndexInfo RecordBuilder by copying an existing Builder.
|
HoodieMetadataRecord.Builder |
HoodieMetadataRecord.Builder.setRecordIndexMetadataBuilder(HoodieRecordIndexInfo.Builder value)
Sets the Builder instance for the 'recordIndexMetadata' field
Metadata Index that contains information about record keys and their location in the dataset
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.