public class DeltaConfig extends Object implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DeltaConfig.Config
Represents any kind of workload operation for new data.
|
| 构造器和说明 |
|---|
DeltaConfig(DeltaOutputMode deltaOutputMode,
DeltaInputType deltaInputType,
org.apache.hudi.common.config.SerializableConfiguration configuration) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.hadoop.conf.Configuration |
getConfiguration() |
DeltaInputType |
getDeltaInputType() |
DeltaOutputMode |
getDeltaOutputMode() |
public DeltaConfig(DeltaOutputMode deltaOutputMode, DeltaInputType deltaInputType, org.apache.hudi.common.config.SerializableConfiguration configuration)
public DeltaOutputMode getDeltaOutputMode()
public DeltaInputType getDeltaInputType()
public org.apache.hadoop.conf.Configuration getConfiguration()
Copyright © 2021 The Apache Software Foundation. All rights reserved.