Uses of Interface
io.nosqlbench.nb.api.content.NBIOWalker.PathVisitor
| Package | Description |
|---|---|
| io.nosqlbench.nb.api.content |
-
Uses of NBIOWalker.PathVisitor in io.nosqlbench.nb.api.content
Classes in io.nosqlbench.nb.api.content that implement NBIOWalker.PathVisitor Modifier and Type Class Description static classNBIOWalker.CollectVisitorMethods in io.nosqlbench.nb.api.content with parameters of type NBIOWalker.PathVisitor Modifier and Type Method Description static voidNBIOWalker. walk(java.nio.file.Path p, NBIOWalker.PathVisitor v)static voidNBIOWalker. walk(java.nio.file.Path root, java.nio.file.Path p, NBIOWalker.PathVisitor v, java.nio.file.DirectoryStream.Filter<java.nio.file.Path> filter, boolean fullpath)static voidNBIOWalker. walkFullPath(java.nio.file.Path p, NBIOWalker.PathVisitor v, java.nio.file.DirectoryStream.Filter<java.nio.file.Path> filter)This walks the directory structure starting at the path specified.static voidNBIOWalker. walkShortPath(java.nio.file.Path p, NBIOWalker.PathVisitor v, java.nio.file.DirectoryStream.Filter<java.nio.file.Path> filter)This walks the directory structure starting at the path specified.