| Package | Description |
|---|---|
| org.apache.hudi.async | |
| org.apache.hudi.client | |
| org.apache.hudi.metadata | |
| org.apache.hudi.table.upgrade |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BaseClusterer |
AsyncClusteringService.createClusteringClient(BaseHoodieWriteClient client) |
protected abstract BaseCompactor |
AsyncCompactService.createCompactor(BaseHoodieWriteClient client) |
static AsyncArchiveService |
AsyncArchiveService.startAsyncArchiveIfEnabled(BaseHoodieWriteClient writeClient) |
static AsyncCleanerService |
AsyncCleanerService.startAsyncCleaningIfEnabled(BaseHoodieWriteClient writeClient) |
void |
AsyncCompactService.updateWriteClient(BaseHoodieWriteClient writeClient) |
void |
AsyncClusteringService.updateWriteClient(BaseHoodieWriteClient writeClient)
Update the write client to be used for clustering.
|
| Constructor and Description |
|---|
AsyncArchiveService(BaseHoodieWriteClient writeClient) |
AsyncCleanerService(BaseHoodieWriteClient writeClient) |
AsyncClusteringService(HoodieEngineContext context,
BaseHoodieWriteClient writeClient) |
AsyncClusteringService(HoodieEngineContext context,
BaseHoodieWriteClient writeClient,
boolean runInDaemonMode) |
AsyncCompactService(HoodieEngineContext context,
BaseHoodieWriteClient client) |
AsyncCompactService(HoodieEngineContext context,
BaseHoodieWriteClient client,
boolean runInDaemonMode) |
| Modifier and Type | Field and Description |
|---|---|
protected BaseHoodieWriteClient<T,I,K,O> |
BaseClusterer.clusteringClient |
protected BaseHoodieWriteClient<T,I,K,O> |
BaseCompactor.compactionClient |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseHoodieTableServiceClient.startAsyncArchiveService(BaseHoodieWriteClient writeClient) |
protected void |
BaseHoodieTableServiceClient.startAsyncCleanerService(BaseHoodieWriteClient writeClient) |
void |
BaseClusterer.updateWriteClient(BaseHoodieWriteClient<T,I,K,O> writeClient)
Update the write client used by async clustering.
|
void |
BaseCompactor.updateWriteClient(BaseHoodieWriteClient<T,I,K,O> writeClient) |
| Constructor and Description |
|---|
BaseClusterer(BaseHoodieWriteClient<T,I,K,O> clusteringClient) |
BaseCompactor(BaseHoodieWriteClient<T,I,K,O> compactionClient) |
| Modifier and Type | Method and Description |
|---|---|
protected BaseHoodieWriteClient<?,I,?,?> |
HoodieBackedTableMetadataWriter.getWriteClient() |
protected abstract BaseHoodieWriteClient<?,I,?,?> |
HoodieBackedTableMetadataWriter.initializeWriteClient() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HoodieBackedTableMetadataWriter.cleanIfNecessary(BaseHoodieWriteClient writeClient) |
protected void |
HoodieBackedTableMetadataWriter.compactIfNecessary(BaseHoodieWriteClient writeClient)
Perform a compaction on the Metadata Table.
|
| Modifier and Type | Method and Description |
|---|---|
BaseHoodieWriteClient |
SupportsUpgradeDowngrade.getWriteClient(HoodieWriteConfig config,
HoodieEngineContext context) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.