org.apache.hadoop.hbase.util
Class FSUtils.DirFilter

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

public static class FSUtils.DirFilter
extends Object
implements org.apache.hadoop.fs.PathFilter

A PathFilter that returns directories.


Constructor Summary
FSUtils.DirFilter(org.apache.hadoop.fs.FileSystem fs)
           
 
Method Summary
 boolean accept(org.apache.hadoop.fs.Path p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSUtils.DirFilter

public FSUtils.DirFilter(org.apache.hadoop.fs.FileSystem fs)
Method Detail

accept

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


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.