public static class FSUtils.FamilyDirFilter extends AbstractFileStatusFilter
| Constructor and Description |
|---|
FSUtils.FamilyDirFilter(org.apache.hadoop.fs.FileSystem fs) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
accept(org.apache.hadoop.fs.Path p,
Boolean isDir)
Filters out a path.
|
accept, accept, isDirectory, isFilepublic FSUtils.FamilyDirFilter(org.apache.hadoop.fs.FileSystem fs)
protected boolean accept(org.apache.hadoop.fs.Path p,
@CheckForNull
Boolean isDir)
AbstractFileStatusFilteraccept in class AbstractFileStatusFilterp - A filesystem pathisDir - An optional boolean indicating whether the path is a directory or notCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.