Class NBIOWalker.CollectVisitor

java.lang.Object
io.nosqlbench.nb.api.content.NBIOWalker.CollectVisitor
All Implemented Interfaces:
NBIOWalker.PathVisitor
Enclosing class:
NBIOWalker

public static class NBIOWalker.CollectVisitor
extends java.lang.Object
implements NBIOWalker.PathVisitor
  • Constructor Summary

    Constructors 
    Constructor Description
    CollectVisitor​(boolean collectFiles, boolean collectDirectories)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.nio.file.Path> get()  
    void preVisitDir​(java.nio.file.Path path)  
    void preVisitFile​(java.nio.file.Path path)  
    void visit​(java.nio.file.Path p)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.nosqlbench.nb.api.content.NBIOWalker.PathVisitor

    postVisitDir, postVisitFile