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.
A distributed implementation of
FileSystem for reading and writing files on
Azure Block Storage.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.azure
Method parameters in org.apache.hadoop.fs.azure with type arguments of type XAttrSetFlagModifier and TypeMethodDescriptionvoidNativeAzureFileSystem.setXAttr(Path path, String xAttrName, byte[] value, EnumSet<XAttrSetFlag> flag) Set the value of an attribute for a path. -
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)