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) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBatchId() |
String |
getDatasetOutputPath() |
String |
getDeltaBasePath() |
Long |
getMaxFileSize() |
String |
getSchemaStr() |
void |
setBatchId(Integer batchId) |
getConfiguration, getDeltaInputType, getDeltaOutputModepublic DFSDeltaConfig(DeltaOutputMode deltaOutputMode, DeltaInputType deltaInputType, org.apache.hudi.common.config.SerializableConfiguration configuration, String deltaBasePath, String targetBasePath, String schemaStr, Long maxFileSize)
Copyright © 2020 The Apache Software Foundation. All rights reserved.