| Class | Description |
|---|---|
| AbstractDeltaStreamerService |
Base Class for running delta-sync/compaction in separate thread and controlling their life-cyle
|
| Compactor |
Run one round of compaction
|
| DeltaSync |
Sync's one batch of data to hoodie dataset
|
| HoodieDeltaStreamer |
An Utility which can incrementally take the output from
HiveIncrementalPuller and apply it to the target
dataset. |
| HoodieDeltaStreamer.AsyncCompactService |
Async Compactor Service tha runs in separate thread.
|
| HoodieDeltaStreamer.Config | |
| HoodieDeltaStreamer.DeltaSyncService |
Syncs data either in single-run or in continuous mode.
|
| HoodieDeltaStreamerMetrics | |
| SchedulerConfGenerator |
Utility Class to generate Spark Scheduling allocation file.
|
| SourceFormatAdapter |
Adapts data-format provided by the source to the data-format required by the client (DeltaStreamer)
|
| Enum | Description |
|---|---|
| HoodieDeltaStreamer.Operation |
Copyright © 2019 The Apache Software Foundation. All rights reserved.