public class CleanOrphanFilesResult extends Object
Constructor and Description |
---|
CleanOrphanFilesResult(long deletedFileCount,
long deletedFileTotalLenInBytes) |
CleanOrphanFilesResult(long deletedFileCount,
long deletedFileTotalLenInBytes,
List<Path> deletedFilesPath) |
Modifier and Type | Method and Description |
---|---|
long |
getDeletedFileCount() |
List<Path> |
getDeletedFilesPath() |
long |
getDeletedFileTotalLenInBytes() |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.