Uses of Class
org.apache.hadoop.fs.Globber.GlobBuilder
Packages that use Globber.GlobBuilder
-
Uses of Globber.GlobBuilder in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return Globber.GlobBuilderModifier and TypeMethodDescriptionstatic Globber.GlobBuilderGlobber.createGlobber(FileContext fileContext) Create a builder for a Globber, bonded to the specific file context.static Globber.GlobBuilderGlobber.createGlobber(FileSystem filesystem) Create a builder for a Globber, bonded to the specific filesystem.Globber.GlobBuilder.withPathFiltern(PathFilter pathFilter) Set the path filter.Globber.GlobBuilder.withPathPattern(Path pattern) Set the path pattern.Globber.GlobBuilder.withResolveSymlinks(boolean resolve) Set the symlink resolution policy.