public static class FSUtils.BlackListDirFilter extends Object implements org.apache.hadoop.fs.PathFilter
Constructor and Description |
---|
FSUtils.BlackListDirFilter(org.apache.hadoop.fs.FileSystem fs,
List<String> directoryNameBlackList)
Create a filter on the give filesystem with the specified blacklist
|
public FSUtils.BlackListDirFilter(org.apache.hadoop.fs.FileSystem fs, List<String> directoryNameBlackList)
fs
- filesystem to filterdirectoryNameBlackList
- list of the names of the directories to filter. If
null, all directories are returnedCopyright © 2014 The Apache Software Foundation. All rights reserved.