| Interface | Description |
|---|---|
| RunsTableService |
| Class | Description |
|---|---|
| BaseClusterer<T,I,K,O> |
Client will run one round of clustering.
|
| BaseCompactor<T,I,K,O> |
Run one round of compaction.
|
| BaseHoodieClient |
Abstract class taking care of holding common member variables (FileSystem, SparkContext, HoodieConfigs) Also, manages
embedded timeline-server if enabled.
|
| BaseHoodieTableServiceClient<I,T,O> |
Base class for all shared logic between table service clients regardless of engine.
|
| BaseHoodieWriteClient<T,I,K,O> |
Abstract Write Client providing functionality for performing commit, index updates and rollback
Reused for regular write operations like upsert/insert/bulk-insert as well as bootstrap
|
| CompactionAdminClient |
Client to perform admin operations related to compaction.
|
| CompactionAdminClient.RenameInfo | |
| CompactionAdminClient.RenameOpResult |
Holds Operation result for Renaming.
|
| CompactionAdminClient.ValidationOpResult |
Holds Operation result for Renaming.
|
| FailOnFirstErrorWriteStatus |
This class can be used as WriteStatus when we want to fail fast and at the first available exception/error.
|
| HoodieTableServiceManagerClient |
Client that sends the table service action instants to the table service manager.
|
| HoodieTimelineArchiver<T extends HoodieAvroPayload,I,K,O> |
Archiver to bound the growth of files under .hoodie meta path.
|
| ReplaceArchivalHelper |
Operates on marker files for a given write action (commit, delta commit, compaction).
|
| WriteStatus |
Status of a write operation.
|
| Enum | Description |
|---|---|
| HoodieTableServiceManagerClient.Action |
| Exception | Description |
|---|---|
| CompactionAdminClient.CompactionValidationException |
Copyright © 2023 The Apache Software Foundation. All rights reserved.