Uses of Class
org.apache.flink.api.common.io.FilePathFilter
-
Packages that use FilePathFilter Package Description org.apache.flink.api.common.io -
-
Uses of FilePathFilter in org.apache.flink.api.common.io
Subclasses of FilePathFilter in org.apache.flink.api.common.io Modifier and Type Class Description static classFilePathFilter.DefaultFilterThe default file path filtering method and is used if no other such function is provided.classGlobFilePathFilterClass for determining if a particular file should be included or excluded based on a set of include and exclude glob filters.Methods in org.apache.flink.api.common.io that return FilePathFilter Modifier and Type Method Description static FilePathFilterFilePathFilter. createDefaultFilter()Returns the default filter, which excludes the following files: Files starting with "_" Files starting with "." Files containing the string "_COPYING_"Methods in org.apache.flink.api.common.io with parameters of type FilePathFilter Modifier and Type Method Description voidFileInputFormat. setFilesFilter(FilePathFilter filesFilter)
-