@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.
|
Copyright © 2007–2019 Cloudera. All rights reserved.