Uses of Class
org.apache.hadoop.fs.XAttrSetFlag

Packages that use XAttrSetFlag
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.fs.viewfs   
 

Uses of XAttrSetFlag in org.apache.hadoop.fs
 

Methods in org.apache.hadoop.fs that return XAttrSetFlag
static XAttrSetFlag XAttrSetFlag.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XAttrSetFlag[] XAttrSetFlag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in org.apache.hadoop.fs with type arguments of type XAttrSetFlag
 void FilterFileSystem.setXAttr(Path path, String name, byte[] value, EnumSet<XAttrSetFlag> flag)
           
 void FileContext.setXAttr(Path path, String name, byte[] value, EnumSet<XAttrSetFlag> flag)
          Set an xattr of a file or directory.
 void FileSystem.setXAttr(Path path, String name, byte[] value, EnumSet<XAttrSetFlag> flag)
          Set an xattr of a file or directory.
 void AbstractFileSystem.setXAttr(Path path, String name, byte[] value, EnumSet<XAttrSetFlag> flag)
          Set an xattr of a file or directory.
static void XAttrSetFlag.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 XAttrSetFlag
 void ViewFileSystem.setXAttr(Path path, String name, byte[] value, EnumSet<XAttrSetFlag> flag)
           
 void ViewFs.setXAttr(Path path, String name, byte[] value, EnumSet<XAttrSetFlag> flag)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.