public class DeltaConfig extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DeltaConfig.Config
Represents any kind of workload operation for new data.
|
| Constructor and Description |
|---|
DeltaConfig(DeltaOutputMode deltaOutputMode,
DeltaInputType deltaInputType,
org.apache.hudi.common.config.SerializableConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2023 The Apache Software Foundation. All rights reserved.