Uses of Enum Class
org.apache.hadoop.io.nativeio.NativeIO.Windows.AccessRight
Packages that use NativeIO.Windows.AccessRight
Package
Description
Various native IO-related calls not available in Java.
-
Uses of NativeIO.Windows.AccessRight in org.apache.hadoop.io.nativeio
Methods in org.apache.hadoop.io.nativeio that return NativeIO.Windows.AccessRightModifier and TypeMethodDescriptionstatic NativeIO.Windows.AccessRightReturns the enum constant of this class with the specified name.static NativeIO.Windows.AccessRight[]NativeIO.Windows.AccessRight.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.io.nativeio with parameters of type NativeIO.Windows.AccessRightModifier and TypeMethodDescriptionstatic booleanNativeIO.Windows.access(String path, NativeIO.Windows.AccessRight desiredAccess) Checks whether the current process has desired access rights on the given path.