Class FSUtils.HFileLinkFilter

java.lang.Object
org.apache.hadoop.hbase.util.FSUtils.HFileLinkFilter
All Implemented Interfaces:
org.apache.hadoop.fs.PathFilter
Enclosing class:
FSUtils

public static class FSUtils.HFileLinkFilter extends Object implements org.apache.hadoop.fs.PathFilter
Filter for HFileLinks (StoreFiles and HFiles not included). the filter itself does not consider if a link is file or not.
  • Constructor Details

  • Method Details

    • accept

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