@PublicAPIClass(maturity=EVOLVING) public interface StoragePathFilter extends Serializable
StoragePath
The APIs are mainly based on org.apache.hadoop.fs.PathFilter class.| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(StoragePath path)
Tests whether the specified path should be included in a path list.
|
@PublicAPIMethod(maturity=EVOLVING) boolean accept(StoragePath path)
path - the path to be tested.true if and only if path should be included.Copyright © 2025 The Apache Software Foundation. All rights reserved.