Uses of Class
org.apache.hadoop.io.nativeio.NativeIO.Windows.AccessRight

Packages that use NativeIO.Windows.AccessRight
org.apache.hadoop.io.nativeio   
 

Uses of NativeIO.Windows.AccessRight in org.apache.hadoop.io.nativeio
 

Methods in org.apache.hadoop.io.nativeio that return NativeIO.Windows.AccessRight
static NativeIO.Windows.AccessRight NativeIO.Windows.AccessRight.valueOf(String name)
           
static NativeIO.Windows.AccessRight[] NativeIO.Windows.AccessRight.values()
           
 

Methods in org.apache.hadoop.io.nativeio with parameters of type NativeIO.Windows.AccessRight
static boolean NativeIO.Windows.access(String path, NativeIO.Windows.AccessRight desiredAccess)
          Checks whether the current process has desired access rights on the given path.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.