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

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

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

Filter for all dirs that don't start with '.'


Field Summary
static Pattern regionDirPattern
           
 
Constructor Summary
FSUtils.RegionDirFilter(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
 

Field Detail

regionDirPattern

public static final Pattern regionDirPattern
Constructor Detail

FSUtils.RegionDirFilter

public FSUtils.RegionDirFilter(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 © 2015 The Apache Software Foundation. All rights reserved.