| Class | Description |
|---|---|
| HoodieEngineContext |
Base class contains the context information needed by the engine at runtime.
|
| HoodieLocalEngineContext |
A java based engine context, use this implementation on the query engine integrations if needed.
|
| HoodieReaderContext<T> |
An abstract reader context class for
HoodieFileGroupReader to use, containing APIs for
engine-specific implementation on reading data files, getting field values from a record,
transforming a record, etc. |
| LocalTaskContextSupplier |
Supplier of task context using local Java engine.
|
| TaskContextSupplier |
Base task context supplier.
|
| Enum | Description |
|---|---|
| EngineProperty |
Properties specific to each engine, that can be set/obtained from.
|
| EngineType |
Hoodie data processing engine.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.