Class PbfFilePathFilter

  • All Implemented Interfaces:
    org.apache.hadoop.fs.PathFilter

    public class PbfFilePathFilter
    extends java.lang.Object
    implements org.apache.hadoop.fs.PathFilter
    Filters out non pbf files and directories.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(org.apache.hadoop.fs.Path path)  
      • Methods inherited from class java.lang.Object

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

      • PbfFilePathFilter

        public PbfFilePathFilter()
    • Method Detail

      • accept

        public boolean accept​(org.apache.hadoop.fs.Path path)
        Specified by:
        accept in interface org.apache.hadoop.fs.PathFilter