T - public class HoodieParquetConfig<T> extends Object
| Constructor and Description |
|---|
HoodieParquetConfig(T writeSupport,
org.apache.parquet.hadoop.metadata.CompressionCodecName compressionCodecName,
int blockSize,
int pageSize,
long maxFileSize,
StorageConfiguration<?> storageConf,
double compressionRatio,
boolean dictionaryEnabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
dictionaryEnabled() |
int |
getBlockSize() |
org.apache.parquet.hadoop.metadata.CompressionCodecName |
getCompressionCodecName() |
double |
getCompressionRatio() |
long |
getMaxFileSize() |
int |
getPageSize() |
StorageConfiguration<?> |
getStorageConf() |
T |
getWriteSupport() |
public HoodieParquetConfig(T writeSupport, org.apache.parquet.hadoop.metadata.CompressionCodecName compressionCodecName, int blockSize, int pageSize, long maxFileSize, StorageConfiguration<?> storageConf, double compressionRatio, boolean dictionaryEnabled)
public org.apache.parquet.hadoop.metadata.CompressionCodecName getCompressionCodecName()
public int getBlockSize()
public int getPageSize()
public long getMaxFileSize()
public StorageConfiguration<?> getStorageConf()
public double getCompressionRatio()
public T getWriteSupport()
public boolean dictionaryEnabled()
Copyright © 2024 The Apache Software Foundation. All rights reserved.