| Package | Description |
|---|---|
| org.apache.hudi.async | |
| org.apache.hudi.client | |
| org.apache.hudi.metadata |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractClusteringClient |
AsyncClusteringService.createClusteringClient(AbstractHoodieWriteClient client) |
protected abstract AbstractCompactor |
AsyncCompactService.createCompactor(AbstractHoodieWriteClient client) |
void |
AsyncCompactService.updateWriteClient(AbstractHoodieWriteClient writeClient) |
void |
AsyncClusteringService.updateWriteClient(AbstractHoodieWriteClient writeClient)
Update the write client to be used for clustering.
|
| Constructor and Description |
|---|
AsyncClusteringService(AbstractHoodieWriteClient writeClient) |
AsyncClusteringService(AbstractHoodieWriteClient writeClient,
boolean runInDaemonMode) |
AsyncCompactService(HoodieEngineContext context,
AbstractHoodieWriteClient client) |
AsyncCompactService(HoodieEngineContext context,
AbstractHoodieWriteClient client,
boolean runInDaemonMode) |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractHoodieWriteClient<T,I,K,O> |
AbstractClusteringClient.clusteringClient |
protected AbstractHoodieWriteClient<T,I,K,O> |
AbstractCompactor.compactionClient |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClusteringClient.updateWriteClient(AbstractHoodieWriteClient<T,I,K,O> writeClient)
Update the write client used by async clustering.
|
void |
AbstractCompactor.updateWriteClient(AbstractHoodieWriteClient<T,I,K,O> writeClient) |
| Constructor and Description |
|---|
AbstractClusteringClient(AbstractHoodieWriteClient<T,I,K,O> clusteringClient) |
AbstractCompactor(AbstractHoodieWriteClient<T,I,K,O> compactionClient) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HoodieBackedTableMetadataWriter.cleanIfNecessary(AbstractHoodieWriteClient writeClient,
String instantTime) |
protected void |
HoodieBackedTableMetadataWriter.compactIfNecessary(AbstractHoodieWriteClient writeClient,
String instantTime)
Perform a compaction on the Metadata Table.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.