Class NBIOWalker.PathSuffixFilter

java.lang.Object
io.nosqlbench.nb.api.content.NBIOWalker.PathSuffixFilter
All Implemented Interfaces:
java.nio.file.DirectoryStream.Filter<java.nio.file.Path>
Enclosing class:
NBIOWalker

public static class NBIOWalker.PathSuffixFilter
extends java.lang.Object
implements java.nio.file.DirectoryStream.Filter<java.nio.file.Path>
  • Constructor Summary

    Constructors 
    Constructor Description
    PathSuffixFilter​(java.lang.String filename)  
  • Method Summary

    Modifier and Type Method Description
    boolean accept​(java.nio.file.Path entry)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • accept

      public boolean accept​(java.nio.file.Path entry) throws java.io.IOException
      Specified by:
      accept in interface java.nio.file.DirectoryStream.Filter<java.nio.file.Path>
      Throws:
      java.io.IOException