Class CountrySpecificAtlasFilePathFilter

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

    public class CountrySpecificAtlasFilePathFilter
    extends java.lang.Object
    implements org.apache.hadoop.fs.PathFilter
    Filters out country-specific Atlas files given a Hadoop file Path
    • 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

      • CountrySpecificAtlasFilePathFilter

        public CountrySpecificAtlasFilePathFilter​(java.lang.String country)
        Constructs a filter for given country
        Parameters:
        country - country ISO3 code to create filter for
    • Method Detail

      • accept

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