public class DeleteFileVisitor extends SimpleFileVisitor<Path>
Constructor and Description |
---|
DeleteFileVisitor(org.gridgain.grid.internal.processors.cache.database.snapshot.SnapshotOperationContext ctx,
IgniteLogger log) |
Modifier and Type | Method and Description |
---|---|
FileVisitResult |
postVisitDirectory(Path dir,
IOException exc) |
FileVisitResult |
visitFile(Path file,
BasicFileAttributes attrs) |
preVisitDirectory, visitFileFailed
public DeleteFileVisitor(org.gridgain.grid.internal.processors.cache.database.snapshot.SnapshotOperationContext ctx, IgniteLogger log)
ctx
- Progress context.log
- Logger.public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IOException
visitFile
in interface FileVisitor<Path>
visitFile
in class SimpleFileVisitor<Path>
IOException
public FileVisitResult postVisitDirectory(Path dir, IOException exc) throws IOException
postVisitDirectory
in interface FileVisitor<Path>
postVisitDirectory
in class SimpleFileVisitor<Path>
IOException
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024