| Package | Description |
|---|---|
| org.apache.hudi.avro.model | |
| org.apache.hudi.metadata |
| Modifier and Type | Field and Description |
|---|---|
Map<String,HoodieMetadataFileInfo> |
HoodieMetadataRecord.filesystemMetadata
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieMetadataFileInfo |
HoodieMetadataFileInfo.Builder.build() |
static HoodieMetadataFileInfo |
HoodieMetadataFileInfo.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieMetadataFileInfo from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieMetadataFileInfo> |
HoodieMetadataFileInfo.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<HoodieMetadataFileInfo> |
HoodieMetadataFileInfo.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
Map<String,HoodieMetadataFileInfo> |
HoodieMetadataRecord.getFilesystemMetadata()
Gets the value of the 'filesystemMetadata' field.
|
Map<String,HoodieMetadataFileInfo> |
HoodieMetadataRecord.Builder.getFilesystemMetadata()
Gets the value of the 'filesystemMetadata' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieMetadataFileInfo.Builder |
HoodieMetadataFileInfo.newBuilder(HoodieMetadataFileInfo other)
Creates a new HoodieMetadataFileInfo RecordBuilder by copying an existing HoodieMetadataFileInfo instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HoodieMetadataRecord.setFilesystemMetadata(Map<String,HoodieMetadataFileInfo> value)
Sets the value of the 'filesystemMetadata' field.
|
HoodieMetadataRecord.Builder |
HoodieMetadataRecord.Builder.setFilesystemMetadata(Map<String,HoodieMetadataFileInfo> value)
Sets the value of the 'filesystemMetadata' field.
|
| Constructor and Description |
|---|
HoodieMetadataRecord(String key,
Integer type,
Map<String,HoodieMetadataFileInfo> filesystemMetadata,
HoodieMetadataBloomFilter BloomFilterMetadata,
HoodieMetadataColumnStats ColumnStatsMetadata,
HoodieRecordIndexInfo recordIndexMetadata,
HoodieSecondaryIndexInfo SecondaryIndexMetadata)
All-args constructor.
|
| Constructor and Description |
|---|
HoodieMetadataPayload(String key,
int type,
Map<String,HoodieMetadataFileInfo> filesystemMetadata,
HoodieMetadataBloomFilter metadataBloomFilter,
HoodieMetadataColumnStats columnStats,
HoodieRecordIndexInfo recordIndexMetadata,
HoodieSecondaryIndexInfo secondaryIndexMetadata) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.