| Package | Description |
|---|---|
| org.apache.hudi.avro.model | |
| org.apache.hudi.metadata |
| Modifier and Type | Field and Description |
|---|---|
HoodieRecordIndexInfo |
HoodieMetadataRecord.recordIndexMetadata
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieRecordIndexInfo |
HoodieRecordIndexInfo.Builder.build() |
static HoodieRecordIndexInfo |
HoodieRecordIndexInfo.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieRecordIndexInfo from a ByteBuffer.
|
HoodieRecordIndexInfo |
HoodieMetadataRecord.getRecordIndexMetadata()
Gets the value of the 'recordIndexMetadata' field.
|
HoodieRecordIndexInfo |
HoodieMetadataRecord.Builder.getRecordIndexMetadata()
Gets the value of the 'recordIndexMetadata' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieRecordIndexInfo> |
HoodieRecordIndexInfo.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
static org.apache.avro.message.BinaryMessageDecoder<HoodieRecordIndexInfo> |
HoodieRecordIndexInfo.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieRecordIndexInfo.Builder |
HoodieRecordIndexInfo.newBuilder(HoodieRecordIndexInfo other)
Creates a new HoodieRecordIndexInfo RecordBuilder by copying an existing HoodieRecordIndexInfo instance.
|
void |
HoodieMetadataRecord.setRecordIndexMetadata(HoodieRecordIndexInfo value)
Sets the value of the 'recordIndexMetadata' field.
|
HoodieMetadataRecord.Builder |
HoodieMetadataRecord.Builder.setRecordIndexMetadata(HoodieRecordIndexInfo value)
Sets the value of the 'recordIndexMetadata' field.
|
| Constructor and Description |
|---|
HoodieMetadataRecord(String key,
Integer type,
Map<String,HoodieMetadataFileInfo> filesystemMetadata,
HoodieMetadataBloomFilter BloomFilterMetadata,
HoodieMetadataColumnStats ColumnStatsMetadata,
HoodieRecordIndexInfo recordIndexMetadata)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieRecordGlobalLocation |
HoodieTableMetadataUtil.getLocationFromRecordIndexInfo(HoodieRecordIndexInfo recordIndexInfo)
Gets the location from record index content.
|
| Constructor and Description |
|---|
HoodieMetadataPayload(String key,
int type,
Map<String,HoodieMetadataFileInfo> filesystemMetadata,
HoodieMetadataBloomFilter metadataBloomFilter,
HoodieMetadataColumnStats columnStats,
HoodieRecordIndexInfo recordIndexMetadata) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.