| Package | Description |
|---|---|
| org.apache.hudi.callback | |
| org.apache.hudi.client |
| Modifier and Type | Method and Description |
|---|---|
void |
HoodieClientInitCallback.call(BaseHoodieClient hoodieClient)
A callback method in which the user can implement custom logic.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseHoodieTableServiceClient<I,T,O>
Base class for all shared logic between table service clients regardless of engine.
|
class |
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
|
class |
CompactionAdminClient
Client to perform admin operations related to compaction.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.