Package org.apache.hadoop.hbase.util
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 Summary
-
Method Summary
-
Constructor Details
-
HFileLinkFilter
public HFileLinkFilter()
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceorg.apache.hadoop.fs.PathFilter
-