Uses of Interface
io.nosqlbench.nb.api.nbio.NBIOWalker.PathVisitor
Packages that use NBIOWalker.PathVisitor
-
Uses of NBIOWalker.PathVisitor in io.nosqlbench.nb.api.nbio
Classes in io.nosqlbench.nb.api.nbio that implement NBIOWalker.PathVisitorMethods in io.nosqlbench.nb.api.nbio with parameters of type NBIOWalker.PathVisitorModifier and TypeMethodDescriptionstatic voidNBIOWalker.walk(Path p, NBIOWalker.PathVisitor v) static voidNBIOWalker.walk(Path root, Path p, NBIOWalker.PathVisitor v, DirectoryStream.Filter<Path> filter, boolean fullpath) static voidNBIOWalker.walkFullPath(Path p, NBIOWalker.PathVisitor v, DirectoryStream.Filter<Path> filter) This walks the directory structure starting at the path specified.static voidNBIOWalker.walkShortPath(Path p, NBIOWalker.PathVisitor v, DirectoryStream.Filter<Path> filter) This walks the directory structure starting at the path specified.