Uses of Interface
io.nosqlbench.api.content.NBIOWalker.PathVisitor
Packages that use NBIOWalker.PathVisitor
-
Uses of NBIOWalker.PathVisitor in io.nosqlbench.api.content
Classes in io.nosqlbench.api.content that implement NBIOWalker.PathVisitorMethods in io.nosqlbench.api.content 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.