HoodieWriteConfig
which is problematic; instead we should break this component down and use source of truth
for each respective data-point directly (HoodieWriteConfig, HoodieTableMetaClient, etc)@Deprecated public class MetadataRecordsGenerationParams extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getBloomFilterType()
Deprecated.
|
int |
getBloomIndexParallelism()
Deprecated.
|
int |
getColumnStatsIndexParallelism()
Deprecated.
|
HoodieTableMetaClient |
getDataMetaClient()
Deprecated.
|
List<MetadataPartitionType> |
getEnabledPartitionTypes()
Deprecated.
|
List<String> |
getSecondaryKeysForBloomFilterIndex()
Deprecated.
|
List<String> |
getTargetColumnsForColumnStatsIndex()
Deprecated.
|
boolean |
isColumnStatsIndexEnabled()
Deprecated.
|
public HoodieTableMetaClient getDataMetaClient()
public List<MetadataPartitionType> getEnabledPartitionTypes()
public String getBloomFilterType()
public boolean isColumnStatsIndexEnabled()
public int getBloomIndexParallelism()
public int getColumnStatsIndexParallelism()
public List<String> getTargetColumnsForColumnStatsIndex()
Copyright © 2022 The Apache Software Foundation. All rights reserved.