public class DFSDeltaConfig extends DeltaConfig
DeltaConfig.DeltaConfig.Config| Constructor and Description |
|---|
DFSDeltaConfig(DeltaOutputMode deltaOutputMode,
DeltaInputType deltaInputType,
org.apache.hudi.common.config.SerializableConfiguration configuration,
String deltaBasePath,
String targetBasePath,
String schemaStr,
Long maxFileSize,
int inputParallelism,
boolean deleteOldInputData,
boolean useHudiToGenerateUpdates) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBatchId() |
String |
getDatasetOutputPath() |
String |
getDeltaBasePath() |
int |
getInputParallelism() |
Long |
getMaxFileSize() |
String |
getSchemaStr() |
void |
setBatchId(Integer batchId) |
boolean |
shouldDeleteOldInputData() |
boolean |
shouldUseHudiToGenerateUpdates() |
getConfiguration, getDeltaInputType, getDeltaOutputModepublic DFSDeltaConfig(DeltaOutputMode deltaOutputMode, DeltaInputType deltaInputType, org.apache.hudi.common.config.SerializableConfiguration configuration, String deltaBasePath, String targetBasePath, String schemaStr, Long maxFileSize, int inputParallelism, boolean deleteOldInputData, boolean useHudiToGenerateUpdates)
public String getDeltaBasePath()
public String getDatasetOutputPath()
public String getSchemaStr()
public Long getMaxFileSize()
public Integer getBatchId()
public void setBatchId(Integer batchId)
public int getInputParallelism()
public boolean shouldDeleteOldInputData()
public boolean shouldUseHudiToGenerateUpdates()
Copyright © 2023 The Apache Software Foundation. All rights reserved.