public class AsyncCleanerService extends HoodieAsyncTableService
writeConfighasError| Modifier | Constructor and Description |
|---|---|
protected |
AsyncCleanerService(BaseHoodieWriteClient writeClient) |
| Modifier and Type | Method and Description |
|---|---|
static void |
forceShutdown(AsyncCleanerService asyncCleanerService) |
static AsyncCleanerService |
startAsyncCleaningIfEnabled(BaseHoodieWriteClient writeClient) |
protected Pair<CompletableFuture,ExecutorService> |
startService()
Service implementation.
|
static void |
waitForCompletion(AsyncCleanerService asyncCleanerService) |
startenqueuePendingAsyncServiceInstant, hasError, isRunInDaemonMode, isShutdown, isShutdownRequested, isStarted, shutdown, waitForShutdown, waitTillPendingAsyncServiceInstantsReducesToclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldDelegateToTableServiceManager, tableServicesEnabledprotected AsyncCleanerService(BaseHoodieWriteClient writeClient)
protected Pair<CompletableFuture,ExecutorService> startService()
HoodieAsyncServicestartService in class HoodieAsyncServicepublic static AsyncCleanerService startAsyncCleaningIfEnabled(BaseHoodieWriteClient writeClient)
public static void waitForCompletion(AsyncCleanerService asyncCleanerService)
public static void forceShutdown(AsyncCleanerService asyncCleanerService)
Copyright © 2024 The Apache Software Foundation. All rights reserved.