Uses of Enum Class
org.apache.hadoop.fs.XAttrSetFlag
Packages that use XAttrSetFlag
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.ViewFileSystem and ViewFileSystemOverloadScheme classes.
-
Uses of XAttrSetFlag in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return XAttrSetFlagModifier and TypeMethodDescriptionstatic XAttrSetFlagReturns the enum constant of this class with the specified name.static XAttrSetFlag[]XAttrSetFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.apache.hadoop.fs with type arguments of type XAttrSetFlagModifier and TypeMethodDescriptionvoidAbstractFileSystem.setXAttr(Path path, String name, byte[] value, EnumSet<XAttrSetFlag> flag) Set an xattr of a file or directory.voidFileContext.setXAttr(Path path, String name, byte[] value, EnumSet<XAttrSetFlag> flag) Set an xattr of a file or directory.voidFileSystem.setXAttr(Path path, String name, byte[] value, EnumSet<XAttrSetFlag> flag) Set an xattr of a file or directory.voidFilterFileSystem.setXAttr(Path path, String name, byte[] value, EnumSet<XAttrSetFlag> flag) static voidXAttrSetFlag.validate(String xAttrName, boolean xAttrExists, EnumSet<XAttrSetFlag> flag) -
Uses of XAttrSetFlag in org.apache.hadoop.fs.viewfs
Method parameters in org.apache.hadoop.fs.viewfs with type arguments of type XAttrSetFlagModifier and TypeMethodDescriptionvoidViewFileSystem.setXAttr(Path path, String name, byte[] value, EnumSet<XAttrSetFlag> flag) voidViewFs.setXAttr(Path path, String name, byte[] value, EnumSet<XAttrSetFlag> flag)