Class NBIOWalker.CollectVisitor
java.lang.Object
io.nosqlbench.nb.api.nbio.NBIOWalker.CollectVisitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()voidpreVisitDir(Path path) voidpreVisitFile(Path path) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.nosqlbench.nb.api.nbio.NBIOWalker.PathVisitor
postVisitDir, postVisitFile
-
Constructor Details
-
CollectVisitor
public CollectVisitor(boolean collectFiles, boolean collectDirectories)
-
-
Method Details
-
get
-
visit
- Specified by:
visitin interfaceNBIOWalker.PathVisitor
-
preVisitFile
- Specified by:
preVisitFilein interfaceNBIOWalker.PathVisitor
-
preVisitDir
- Specified by:
preVisitDirin interfaceNBIOWalker.PathVisitor
-