public class DFSDeltaConfig extends DeltaConfig
DeltaConfig.DeltaConfig.Config| 构造器和说明 |
|---|
DFSDeltaConfig(DeltaOutputMode deltaOutputMode,
DeltaInputType deltaInputType,
org.apache.hudi.common.config.SerializableConfiguration configuration,
String deltaBasePath,
String targetBasePath,
String schemaStr,
Long maxFileSize,
int inputParallelism,
boolean deleteOldInputData) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.