org.apache.hadoop.hbase.util
Class FSUtils.HFileFilter
java.lang.Object
org.apache.hadoop.hbase.util.FSUtils.HFileFilter
- All Implemented Interfaces:
- org.apache.hadoop.fs.PathFilter
- Enclosing class:
- FSUtils
public static class FSUtils.HFileFilter
- extends Object
- implements org.apache.hadoop.fs.PathFilter
Filter for HFiles that excludes reference files.
Method Summary |
boolean |
accept(org.apache.hadoop.fs.Path rd)
|
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
public boolean accept(org.apache.hadoop.fs.Path rd)
- Specified by:
accept
in interface org.apache.hadoop.fs.PathFilter
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.