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

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

public static class FSUtils.UserTableDirFilter
extends FSUtils.BlackListDirFilter

A PathFilter that returns usertable directories. To get all directories use the FSUtils.BlackListDirFilter with a null blacklist


Constructor Summary
FSUtils.UserTableDirFilter(org.apache.hadoop.fs.FileSystem fs)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hbase.util.FSUtils.BlackListDirFilter
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSUtils.UserTableDirFilter

public FSUtils.UserTableDirFilter(org.apache.hadoop.fs.FileSystem fs)


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