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) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBatchId() |
String |
getDatasetOutputPath() |
String |
getDeltaBasePath() |
int |
getInputParallelism() |
Long |
getMaxFileSize() |
String |
getSchemaStr() |
void |
setBatchId(Integer batchId) |
boolean |
shouldDeleteOldInputData() |
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)
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()
Copyright © 2021 The Apache Software Foundation. All rights reserved.