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 |
|---|---|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
HoodieMetadataRecord()
Default constructor.
|
HoodieMetadataRecord(String key,
Integer type,
Map<String,HoodieMetadataFileInfo> filesystemMetadata,
HoodieMetadataBloomFilter BloomFilterMetadata,
HoodieMetadataColumnStats ColumnStatsMetadata)
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.
|
static org.apache.avro.message.BinaryMessageEncoder<HoodieMetadataRecord> |
getEncoder()
Return the BinaryMessageEncoder 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.
|
org.apache.avro.Schema |
getSchema() |
org.apache.avro.specific.SpecificData |
getSpecificData() |
int |
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 |
setType(int value)
Sets the value of the 'type' field.
|
ByteBuffer |
toByteBuffer()
Serializes this HoodieMetadataRecord to a ByteBuffer.
|
void |
writeExternal(ObjectOutput out) |
compareTo, customDecode, customEncode, equals, get, getConversion, getConversion, hasCustomCoders, hashCode, put, toStringpublic HoodieMetadataRecord()
newBuilder().public HoodieMetadataRecord(String key, Integer type, Map<String,HoodieMetadataFileInfo> filesystemMetadata, HoodieMetadataBloomFilter BloomFilterMetadata, HoodieMetadataColumnStats ColumnStatsMetadata)
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 tablepublic static org.apache.avro.Schema getClassSchema()
public static org.apache.avro.message.BinaryMessageEncoder<HoodieMetadataRecord> getEncoder()
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
IOException - if this instance could not be serializedpublic static HoodieMetadataRecord fromByteBuffer(ByteBuffer b) throws IOException
b - a byte buffer holding serialized data for an instance of this classIOException - if the given bytes could not be deserialized into an instance of this classpublic org.apache.avro.specific.SpecificData getSpecificData()
getSpecificData in class org.apache.avro.specific.SpecificRecordBasepublic 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 int getType()
public void setType(int 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 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 © 2022 The Apache Software Foundation. All rights reserved.