T - the type based on which the cleanup is donepublic interface CleanupService<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CleanupService.CleanupResult |
| Modifier and Type | Method and Description |
|---|---|
CleanupService.CleanupResult |
cleanup(T cleanupPolicy)
Triggers the cleanup for the given cleanup policy.
|
CleanupService.CleanupResult cleanup(T cleanupPolicy)
cleanupPolicy - the cleanup policy based on which the cleanup is executed.Copyright © 2022 Apache Software Foundation. All rights reserved.