public class HoodieMetadataRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodieMetadataRecord.Builder
RecordBuilder for HoodieMetadataRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
HoodieMetadataBloomFilter |
BloomFilterMetadata
Deprecated.
|
HoodieMetadataColumnStats |
ColumnStatsMetadata
Deprecated.
|
Map<String,HoodieMetadataFileInfo> |
filesystemMetadata
Deprecated.
|
String |
key
Deprecated.
|
HoodieRecordIndexInfo |
recordIndexMetadata
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
int |
type
Deprecated.
|
| Constructor and Description |
|---|
HoodieMetadataRecord()
Default constructor.
|
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 org.apache.avro.message.BinaryMessageDecoder<HoodieMetadataRecord> |
createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
static HoodieMetadataRecord |
fromByteBuffer(ByteBuffer b)
Deserializes a HoodieMetadataRecord from a ByteBuffer.
|
Object |
get(int field$) |
HoodieMetadataBloomFilter |
getBloomFilterMetadata()
Gets the value of the 'BloomFilterMetadata' field.
|
static org.apache.avro.Schema |
getClassSchema() |
HoodieMetadataColumnStats |
getColumnStatsMetadata()
Gets the value of the 'ColumnStatsMetadata' field.
|
static org.apache.avro.message.BinaryMessageDecoder<HoodieMetadataRecord> |
getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
Map<String,HoodieMetadataFileInfo> |
getFilesystemMetadata()
Gets the value of the 'filesystemMetadata' field.
|
String |
getKey()
Gets the value of the 'key' field.
|
HoodieRecordIndexInfo |
getRecordIndexMetadata()
Gets the value of the 'recordIndexMetadata' field.
|
org.apache.avro.Schema |
getSchema() |
Integer |
getType()
Gets the value of the 'type' field.
|
static HoodieMetadataRecord.Builder |
newBuilder()
Creates a new HoodieMetadataRecord RecordBuilder.
|
static HoodieMetadataRecord.Builder |
newBuilder(HoodieMetadataRecord.Builder other)
Creates a new HoodieMetadataRecord RecordBuilder by copying an existing Builder.
|
static HoodieMetadataRecord.Builder |
newBuilder(HoodieMetadataRecord other)
Creates a new HoodieMetadataRecord RecordBuilder by copying an existing HoodieMetadataRecord instance.
|
void |
put(int field$,
Object value$) |
void |
readExternal(ObjectInput in) |
void |
setBloomFilterMetadata(HoodieMetadataBloomFilter value)
Sets the value of the 'BloomFilterMetadata' field.
|
void |
setColumnStatsMetadata(HoodieMetadataColumnStats value)
Sets the value of the 'ColumnStatsMetadata' field.
|
void |
setFilesystemMetadata(Map<String,HoodieMetadataFileInfo> value)
Sets the value of the 'filesystemMetadata' field.
|
void |
setKey(String value)
Sets the value of the 'key' field.
|
void |
setRecordIndexMetadata(HoodieRecordIndexInfo value)
Sets the value of the 'recordIndexMetadata' field.
|
void |
setType(Integer value)
Sets the value of the 'type' field.
|
ByteBuffer |
toByteBuffer()
Serializes this HoodieMetadataRecord to a ByteBuffer.
|
void |
writeExternal(ObjectOutput out) |
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String key
@Deprecated public int type
@Deprecated public Map<String,HoodieMetadataFileInfo> filesystemMetadata
@Deprecated public HoodieMetadataBloomFilter BloomFilterMetadata
@Deprecated public HoodieMetadataColumnStats ColumnStatsMetadata
@Deprecated public HoodieRecordIndexInfo recordIndexMetadata
public HoodieMetadataRecord()
newBuilder().public HoodieMetadataRecord(String key, Integer type, Map<String,HoodieMetadataFileInfo> filesystemMetadata, HoodieMetadataBloomFilter BloomFilterMetadata, HoodieMetadataColumnStats ColumnStatsMetadata, HoodieRecordIndexInfo recordIndexMetadata)
key - The new value for keytype - Type of the metadata recordfilesystemMetadata - Contains information about partitions and files within the datasetBloomFilterMetadata - Metadata Index of bloom filters for all data files in the user tableColumnStatsMetadata - Metadata Index of column statistics for all data files in the user tablerecordIndexMetadata - Metadata Index that contains information about record keys and their location in the datasetpublic static org.apache.avro.Schema getClassSchema()
public static org.apache.avro.message.BinaryMessageDecoder<HoodieMetadataRecord> getDecoder()
public static org.apache.avro.message.BinaryMessageDecoder<HoodieMetadataRecord> createDecoder(org.apache.avro.message.SchemaStore resolver)
SchemaStore.resolver - a SchemaStore used to find schemas by fingerprintpublic ByteBuffer toByteBuffer() throws IOException
IOExceptionpublic static HoodieMetadataRecord fromByteBuffer(ByteBuffer b) throws IOException
IOExceptionpublic org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic String getKey()
public void setKey(String value)
value - the value to set.public Integer getType()
public void setType(Integer value)
value - the value to set.public Map<String,HoodieMetadataFileInfo> getFilesystemMetadata()
public void setFilesystemMetadata(Map<String,HoodieMetadataFileInfo> value)
value - the value to set.public HoodieMetadataBloomFilter getBloomFilterMetadata()
public void setBloomFilterMetadata(HoodieMetadataBloomFilter value)
value - the value to set.public HoodieMetadataColumnStats getColumnStatsMetadata()
public void setColumnStatsMetadata(HoodieMetadataColumnStats value)
value - the value to set.public HoodieRecordIndexInfo getRecordIndexMetadata()
public void setRecordIndexMetadata(HoodieRecordIndexInfo value)
value - the value to set.public static HoodieMetadataRecord.Builder newBuilder()
public static HoodieMetadataRecord.Builder newBuilder(HoodieMetadataRecord.Builder other)
other - The existing builder to copy.public static HoodieMetadataRecord.Builder newBuilder(HoodieMetadataRecord other)
other - The existing instance to copy.public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class org.apache.avro.specific.SpecificRecordBaseIOExceptionpublic void readExternal(ObjectInput in) throws IOException
readExternal in interface ExternalizablereadExternal in class org.apache.avro.specific.SpecificRecordBaseIOExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.