public static interface CleanupService.CleanupResult
| Modifier and Type | Method and Description |
|---|---|
long |
getAffectedRows()
Returns the number of rows deleted by the cleanup
|
int |
getErrorCount()
The cleanup process executes the specific cleanup operations via
Cleanable implementations. |
long getAffectedRows()
int getErrorCount()
Cleanable implementations.
Some of these may fail during the cleanup process. This method returns
the number of failed clean ups.Copyright © 2022 Apache Software Foundation. All rights reserved.