| Package | Description |
|---|---|
| org.apache.hudi.common.engine |
| Modifier and Type | Method and Description |
|---|---|
static EngineProperty |
EngineProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EngineProperty[] |
EngineProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Option<String> |
TaskContextSupplier.getProperty(EngineProperty prop) |
abstract Option<String> |
HoodieEngineContext.getProperty(EngineProperty key) |
Option<String> |
HoodieLocalEngineContext.getProperty(EngineProperty key) |
Option<String> |
LocalTaskContextSupplier.getProperty(EngineProperty prop) |
abstract void |
HoodieEngineContext.setProperty(EngineProperty key,
String value) |
void |
HoodieLocalEngineContext.setProperty(EngineProperty key,
String value) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.