| 接口 | 说明 |
|---|---|
| FileEnumerator |
The
FileEnumerator's task is to discover all files to be read and to split them into a
set of FileSourceSplit. |
| FileEnumerator.Provider |
Factory for the
FileEnumerator, to allow the FileEnumerator to be eagerly
initialized and to not be serializable. |
| 类 | 说明 |
|---|---|
| BlockSplittingRecursiveEnumerator |
This
FileEnumerator enumerates all files under the given paths recursively, and creates a
separate split for each file block. |
| DefaultFileFilter |
A file filter that filters out hidden files based on common naming patterns, i.e., files where
the filename starts with '.' or with '_'.
|
| NonSplittingRecursiveEnumerator |
This
FileEnumerator enumerates all files under the given paths recursively. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.