| Package | Description |
|---|---|
| org.apache.hudi.integ.testsuite.configuration | |
| org.apache.hudi.integ.testsuite.writer |
| Modifier and Type | Method and Description |
|---|---|
DeltaOutputMode |
DeltaConfig.getDeltaOutputMode() |
| Constructor and Description |
|---|
DeltaConfig(DeltaOutputMode deltaOutputMode,
DeltaInputType deltaInputType,
org.apache.hudi.common.config.SerializableConfiguration configuration) |
DFSDeltaConfig(DeltaOutputMode deltaOutputMode,
DeltaInputType deltaInputType,
org.apache.hudi.common.config.SerializableConfiguration configuration,
String deltaBasePath,
String targetBasePath,
String schemaStr,
Long maxFileSize,
int inputParallelism,
boolean deleteOldInputData,
boolean useHudiToGenerateUpdates) |
| Modifier and Type | Method and Description |
|---|---|
static DeltaOutputMode |
DeltaOutputMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeltaOutputMode[] |
DeltaOutputMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.