@InterfaceAudience.Private @InterfaceStability.Evolving public interface FileStatusFilter
Modifier and Type | Method and Description |
---|---|
boolean |
accept(org.apache.hadoop.fs.FileStatus f)
Tests whether or not the specified filestatus should be
included in a filestatus list.
|
boolean accept(org.apache.hadoop.fs.FileStatus f)
f
- The filestatus to be testedtrue
if and only if the filestatus
should be includedCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.