org.apache.hadoop.hbase.util
Class FSUtils.HFileFilter
java.lang.Object
org.apache.hadoop.hbase.util.AbstractFileStatusFilter
org.apache.hadoop.hbase.util.FSUtils.HFileFilter
- All Implemented Interfaces:
- org.apache.hadoop.fs.PathFilter, FileStatusFilter
- Enclosing class:
- FSUtils
public static class FSUtils.HFileFilter
- extends AbstractFileStatusFilter
Filter for HFiles that excludes reference files.
|
Method Summary |
protected boolean |
accept(org.apache.hadoop.fs.Path p,
Boolean isDir)
Filters out a path. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FSUtils.HFileFilter
public FSUtils.HFileFilter(org.apache.hadoop.fs.FileSystem fs)
accept
protected boolean accept(org.apache.hadoop.fs.Path p,
Boolean isDir)
- Description copied from class:
AbstractFileStatusFilter
- Filters out a path. Can be given an optional directory hint to avoid
filestatus lookup.
- Specified by:
accept in class AbstractFileStatusFilter
- Parameters:
p - A filesystem pathisDir - An optional boolean indicating whether the path is a directory or not
- Returns:
- true if the path is accepted, false if the path is filtered out
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.