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

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

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

Filter for all dirs that are legal column family names. This is generally used for colfam dirs ///.


Constructor Summary
FSUtils.FamilyDirFilter(org.apache.hadoop.fs.FileSystem fs)
           
 
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
 

Constructor Detail

FSUtils.FamilyDirFilter

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

accept

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


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