Uses of Enum Class
org.apache.hadoop.fs.FileStatus.AttrFlags
Packages that use FileStatus.AttrFlags
-
Uses of FileStatus.AttrFlags in org.apache.hadoop.fs
Fields in org.apache.hadoop.fs with type parameters of type FileStatus.AttrFlagsModifier and TypeFieldDescriptionstatic final Set<FileStatus.AttrFlags>FileStatus.NONEShared, empty set of attributes (a common case for FileStatus).Methods in org.apache.hadoop.fs that return FileStatus.AttrFlagsModifier and TypeMethodDescriptionstatic FileStatus.AttrFlagsReturns the enum constant of this class with the specified name.static FileStatus.AttrFlags[]FileStatus.AttrFlags.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.fs that return types with arguments of type FileStatus.AttrFlagsModifier and TypeMethodDescriptionstatic Set<FileStatus.AttrFlags>FileStatus.attributes(boolean acl, boolean crypt, boolean ec, boolean sn) Convert boolean attributes to a set of flags.Constructor parameters in org.apache.hadoop.fs with type arguments of type FileStatus.AttrFlagsModifierConstructorDescriptionFileStatus(long length, boolean isdir, int block_replication, long blocksize, long modification_time, long access_time, FsPermission permission, String owner, String group, Path symlink, Path path, Set<FileStatus.AttrFlags> attr) LocatedFileStatus(long length, boolean isdir, int block_replication, long blocksize, long modification_time, long access_time, FsPermission permission, String owner, String group, Path symlink, Path path, Set<FileStatus.AttrFlags> attr, BlockLocation[] locations) Constructor.