| Package | Description |
|---|---|
| org.apache.hudi.avro.model | |
| org.apache.hudi.metadata |
| Modifier and Type | Field and Description |
|---|---|
HoodieSecondaryIndexInfo |
HoodieMetadataRecord.SecondaryIndexMetadata
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieSecondaryIndexInfo |
HoodieSecondaryIndexInfo.Builder.build() |
static HoodieSecondaryIndexInfo |
HoodieSecondaryIndexInfo.fromByteBuffer(ByteBuffer b)
Deserializes a HoodieSecondaryIndexInfo from a ByteBuffer.
|
HoodieSecondaryIndexInfo |
HoodieMetadataRecord.getSecondaryIndexMetadata()
Gets the value of the 'SecondaryIndexMetadata' field.
|
HoodieSecondaryIndexInfo |
HoodieMetadataRecord.Builder.getSecondaryIndexMetadata()
Gets the value of the 'SecondaryIndexMetadata' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<HoodieSecondaryIndexInfo> |
HoodieSecondaryIndexInfo.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<HoodieSecondaryIndexInfo> |
HoodieSecondaryIndexInfo.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieSecondaryIndexInfo.Builder |
HoodieSecondaryIndexInfo.newBuilder(HoodieSecondaryIndexInfo other)
Creates a new HoodieSecondaryIndexInfo RecordBuilder by copying an existing HoodieSecondaryIndexInfo instance.
|
void |
HoodieMetadataRecord.setSecondaryIndexMetadata(HoodieSecondaryIndexInfo value)
Sets the value of the 'SecondaryIndexMetadata' field.
|
HoodieMetadataRecord.Builder |
HoodieMetadataRecord.Builder.setSecondaryIndexMetadata(HoodieSecondaryIndexInfo value)
Sets the value of the 'SecondaryIndexMetadata' 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.